common.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:fragment="header(title, link)">
  6. <meta charset="UTF-8">
  7. <link rel="shortcut icon " type="images/x-icon" th:href="${portalHost+ '/img/ico_logo.png'}">
  8. <meta name="Keywords" content="高新技术企业认定_双软评估_军工认证_知识产权贯标_知识产权转移_科德"/>
  9. <meta name="Description" content="科德信息咨询有限公司17年来专注于国家高新技术企业认定,知识产权贯标,知识产权转移,双软评估,
  10. 体系认证,专利申请,军工三证,工程技术研究中心,创新小巨人等湖南省市科技项目申报、成果转化的信息咨询旗舰企业,获得政府部门权威认证的咨询服务机构."/>
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  13. <th:block th:replace="${link}" />
  14. <title></title>
  15. <script src="https://s22.cnzz.com/z_stat.php?id=1274334487&web_id=1274334487" language="JavaScript"></script>
  16. </head>
  17. <body>
  18. <th:block th:fragment="nav(mainM,subM)">
  19. <div class="header">
  20. <div class="container">
  21. <div class="navigationList webkitHover">
  22. <a>网站导航
  23. <span class="webkitDown"></span>
  24. </a>
  25. </div>
  26. <div>
  27. <ul>
  28. <li class="blue">
  29. 全国统一服务热线:400-8800-962
  30. </li>
  31. <li>
  32. <a th:href="@{/user/signIn}">注册</a>
  33. </li>
  34. <li>
  35. <a th:if="!${isLogin}" href="javascript:;" class="head_login">登录</a>
  36. </li>
  37. <li th:if="${isLogin}" class="signin">
  38. <a th:href="${basePath + (isAdmin? '/admin/index.html':'/user/account/index.html')}"
  39. th:text="${#strings.isEmpty(userName)?'个人中心':userName}">个人中心</a>
  40. <a th:href="${basePath + '/user/logout'}">退出</a>
  41. </li>
  42. <li class="shopIcon">
  43. <a th:href="@{/portal/technologyTrading/shopList}">
  44. <img th:src="${portalHost+'/img/index/index_shopCar.jpg'}" alt="">购物车(<span class="numberTotal">0</span>)件 </a>
  45. <span class="glyphicon glyphicon-tint tint" aria-hidden="true"></span>
  46. </li>
  47. </ul>
  48. </div>
  49. </div>
  50. <div class="navWrapper webkitHover">
  51. <ol>
  52. <li>
  53. <div>知识产权申请</div>
  54. <span>
  55. <img th:src="${portalHost+'/img/index/index_webkit1.png'}" alt="">
  56. </span>
  57. <p>
  58. <a th:href="@{/portal/service/patent#recentPublish}">最新发布</a>
  59. </p>
  60. <p>
  61. <a th:href="@{/portal/service/patent#patentService}">专利服务</a>
  62. </p>
  63. <p>
  64. <a th:href="@{/portal/service/patent#branchService}">商标服务</a>
  65. </p>
  66. <p>
  67. <a th:href="@{/portal/service/patent#copyrightService}">版权服务</a>
  68. </p>
  69. <p>
  70. <a th:href="@{/portal/service/patent#encyclopedias}">知产百科</a>
  71. </p>
  72. </li>
  73. <li>
  74. <div>知识产权赚钱</div>
  75. <span>
  76. <img th:src="${portalHost+'/img/index/index_webkit2.png'}" alt="">
  77. </span>
  78. <p>
  79. <a th:href="@{/portal/service/serviceIndex#serviceHigh}">高企服务</a>
  80. <a th:href="@{/portal/service/serviceIndex#serviceProject}">科技项目</a>
  81. </p>
  82. <p>
  83. <a th:href="@{/portal/service/serviceIndex#serviceProperty}">知识产权</a>
  84. <a th:href="@{/portal/service/serviceIndex#serviceCustomer}">合作客户</a>
  85. </p>
  86. <p>
  87. <a th:href="@{/portal/service/serviceIndex#serviceAuthentication}">企业认证</a>
  88. <a th:href="@{/portal/service/serviceIndex#serviceAbility}">服务能力</a>
  89. </p>
  90. <p>
  91. <a th:href="@{/portal/service/serviceIndex#serviceAdministration}">管理体系</a>
  92. <a th:href="@{/portal/service/serviceIndex#serviceProcess}">服务流程</a>
  93. </p>
  94. <p>
  95. <a th:href="@{/portal/service/serviceIndex#serviceBrand}">品牌通</a>
  96. </p>
  97. </li>
  98. <li>
  99. <div>知识产权交易</div>
  100. <span>
  101. <img th:src="${portalHost+'/img/index/index_webkit3.png'}" alt="">
  102. </span>
  103. <p>
  104. <a th:href="@{/portal/technologyTrading/tradingIndex#trandingIndexAchievement}">转换技术成果</a>
  105. </p>
  106. <p>
  107. <a th:href="@{/portal/technologyTrading/tradingIndex#trandingIndexDiff}">解决技术难题</a>
  108. </p>
  109. <p>
  110. <a th:href="@{/portal/technologyTrading/tradingIndex#trandingIndexPolicy}">知识产权交易政策</a>
  111. </p>
  112. <p>
  113. <a th:href="@{/portal/technologyTrading/tradingIndex#trandingIndexExpert}">权威专家</a>
  114. </p>
  115. </li>
  116. <!-- <li>
  117. <div>知识产权维权</div>
  118. <span>
  119. <img th:src="${portalHost+'/img/index/index_webkit4.png'}" alt="">
  120. </span>
  121. <p>
  122. <a th:href="@{/portal/service/patent#recentPublish}">最新发布</a>
  123. </p>
  124. <p>
  125. <a th:href="@{/portal/service/patent#patentService}">专利服务</a>
  126. </p>
  127. <p>
  128. <a th:href="@{/portal/service/patent#branchService}">商标服务</a>
  129. </p>
  130. <p>
  131. <a th:href="@{/portal/service/patent#copyrightService}">版权服务</a>
  132. </p>
  133. <p>
  134. <a th:href="@{/portal/service/patent#encyclopedias}">知产百科</a>
  135. </p>
  136. </li> -->
  137. <!-- <li>
  138. <div>智库咨询</div>
  139. <span>
  140. <img src="http://192.168.1.166/portal/1.0.0/img/index/index_webkit1.png" alt="">
  141. </span>
  142. <p>
  143. <a href="#">智政</a>
  144. </p>
  145. <p>
  146. <a href="#">智者</a>
  147. </p>
  148. </li> -->
  149. <li>
  150. <div>关于公司 </div>
  151. <span>
  152. <img th:src="${portalHost+'/img/index/index_webkit1.png'}" alt="">
  153. </span>
  154. <p>
  155. <a th:href="@{/portal/aboutUs}">公司简介</a>
  156. </p>
  157. <p>
  158. <a th:href="@{/portal/aboutUs#business}">业务范围</a>
  159. </p>
  160. <p>
  161. <a th:href="@{/portal/aboutUs#honor}">荣誉资质</a>
  162. </p>
  163. <p>
  164. <a th:href="@{/portal/aboutUs#development}">发展历程</a>
  165. </p>
  166. </li>
  167. </ol>
  168. </div>
  169. </div>
  170. <!-- search -->
  171. <div class="topNavBj">
  172. <div class="topNav">
  173. <div class="container">
  174. <div class="navHeader">
  175. <div class="logo">
  176. <a th:href="@{/portal/index}">
  177. <img th:src="${portalHost+'/img/Logo111.png'}" alt="" title="技淘">
  178. </a>
  179. </div>
  180. <div class="logo_right"></div>
  181. <div class="nav">
  182. <ul>
  183. <li th:class="${subM}=='apply'?active:''" >
  184. <div>
  185. <a th:href="@{/portal/service/patent}">知识产权申请</a>
  186. </div>
  187. </li>
  188. <li th:class="${subM}=='serviceIndex'?active:''" >
  189. <div>
  190. <a th:href="@{/portal/service/serviceIndex}">知识产权赚钱</a>
  191. </div>
  192. </li>
  193. <li th:class="${subM}=='trading'?active:''" >
  194. <div>
  195. <a th:href="@{/portal/technologyTrading/tradingIndex}">知识产权交易</a>
  196. <ol class="subnavigation">
  197. <li>
  198. <a th:href="@{/portal/technologyTrading/achievement}">技术成果</a>
  199. </li>
  200. <li>
  201. <a th:href="@{/portal/technologyTrading/demand}">技术需求</a>
  202. </li>
  203. </ol>
  204. </div>
  205. </li>
  206. <!-- <li th:class="${subM}=='protect'?active:''" >
  207. <div>
  208. <a th:href="@{/portal/service/serviceIndex}">知识产权维权</a>
  209. </div>
  210. </li> -->
  211. <!-- <li th:class="${subM}=='thindTankIndex'?active:''"> -->
  212. <!-- <div> -->
  213. <!-- <a th:href="@{/portal/thinkTank/index.html}">智库咨询</a> -->
  214. <!-- <ol class="subnavigation"> -->
  215. <!-- <li> -->
  216. <!-- <a th:href="@{/portal/thinkTank/policyList}">智政</a> -->
  217. <!-- </li> -->
  218. <!-- <li> -->
  219. <!-- <a th:href="@{/portal/thinkTank/index.html#zizone}">智者</a> -->
  220. <!-- </li> -->
  221. <!-- </ol> -->
  222. <!-- </div> -->
  223. <!-- </li> -->
  224. <!-- <li th:class="${subM}=='aboutUs'?active:''"> -->
  225. <!-- <div> -->
  226. <!-- <a th:href="@{/portal/aboutUs}">关于公司</a> -->
  227. <!-- <ol class="subnavigation" style="display: none;"> -->
  228. <!-- <li> -->
  229. <!-- <a th:href="@{/portal/contactUs}">联系我们</a> -->
  230. <!-- </li> -->
  231. <!-- </ol> -->
  232. <!-- </div> -->
  233. <!-- </li> -->
  234. </ul>
  235. </div>
  236. </div>
  237. </div>
  238. </div>
  239. </div>
  240. </th:block>
  241. <th:block th:fragment="banners">
  242. <div id="myCarousel" class="carousel slide"
  243. th:if="${banners!=null && banners.size() > 1}">
  244. <ol class="carousel-indicators">
  245. <th:block th:each="banner,bannerStat:${banners}">
  246. <li data-target="#myCarousel" data-slide-to="0"
  247. th:class="${bannerStat.first?'active':''}"></li>
  248. </th:block>
  249. </ol>
  250. <div class="carousel-inner">
  251. <th:block th:each="banner,bannerStat:${banners}">
  252. <div class="item" th:classappend="${bannerStat.first?'active':''}">
  253. <img th:src="${staticDomain +'/upload'+ banner.imgurl}"
  254. th:alt="${banner.text}">
  255. </div>
  256. </th:block>
  257. </div>
  258. <a class="carousel-control left" href="#myCarousel" data-slide="prev"><span
  259. class="glyphicon glyphicon-chevron-left"></span></a> <a
  260. class="carousel-control right" href="#myCarousel" data-slide="next"><span
  261. class="glyphicon glyphicon-chevron-right"></span></a>
  262. </div>
  263. <div class="banner-item" th:if="${banners!=null && banners.size()==1}">
  264. <img th:src="${staticDomain +'/upload'+ banners[0].imgurl}"
  265. th:alt="${banners[0].text}">
  266. </div>
  267. </th:block>
  268. <th:block th:fragment="copyright">
  269. <div id="bottom">
  270. <div class="bottom">
  271. <div class="bottom_text">
  272. <div class="text_top">
  273. <a th:href="@{/portal/aboutUs}">关于公司/</a>
  274. <a th:href="@{/portal/contactUs}">联系我们</a>
  275. <p> Copyright &copy 2016-2017 科德 版权所有 湘ICP备15019731号
  276. -2 技术支持:湖南阿凡提科技有限公司</p>
  277. </div>
  278. <div class="text_center">
  279. <div class="cont_left">
  280. <img th:src="${portalHost+'/img/dizhi.jpg'}" alt=""/>
  281. <p>湖南省长沙市营盘东路19号金山大厦八楼</p>
  282. </div>
  283. <div class="cont_center">
  284. <img th:src="${portalHost+'/img/dianhua.jpg'}" alt=""/>
  285. <p>合作电话:0731-89907207</p>
  286. <p>400-8800-962</p>
  287. </div>
  288. <div class="cont_rightapp">
  289. <img th:src="${portalHost+'/img/erweima_iphone.png'}" alt=""/>
  290. <p>iPhone版</p>
  291. </div>
  292. <div class="cont_right android">
  293. <img th:src="${portalHost+'/img/erweima_android.jpg'}" alt=""/>
  294. <p>Android版</p>
  295. </div>
  296. <div class="cont_right">
  297. <img th:src="${portalHost+'/img/erweima.jpg'}" alt=""/>
  298. <p>微信公众号</p>
  299. </div>
  300. </div>
  301. <div class="text_bottom">
  302. <p>友情链接</p>
  303. <a href="http://www.hnst.gov.cn/" target="_blank">湖南省科技厅/</a>
  304. <a href="http://www.cssti.cn/" target="_blank">长沙市科技局/</a>
  305. <a href="http://www.cast.org.cn/" target="_blank">中国科学技术协会/</a>
  306. <a href="http://www.chinatorch.gov.cn/" target="_blank">科技部火炬中心/</a>
  307. <a href="http://www.nosta.gov.cn/web/index.aspx" target="_blank">国家科技成果奖励办/</a>
  308. <a href="http://www.nast.org.cn/" target="_blank">国家科技成果网/</a>
  309. <a href="http://www.hnast.org.cn/portal/comm/index.action" target="_blank">湖南省科学技术协会/</a>
  310. <a href="http://www.hncgw.gov.cn/" target="_blank">湖南省科技成果转化公共服务平台/</a>
  311. <a href="http://www.hnjxw.gov.cn/" target="_blank">湖南省经济信息化委员会/</a>
  312. <a href="http://kyy.hnu.cn/" target="_blank">湖南大学科学技术研究院/</a>
  313. <a href="http://www.gxst.gov.cn/gxkjt/" target="_blank">广西省科技厅/</a>
  314. <a href="http://www.nmkjt.gov.cn/" target="_blank">内蒙古自治区科技厅/</a>
  315. <a href="http://www.cshtz.gov.cn/" target="_blank">长沙市高新区管委会/</a>
  316. <a href="http://www.jxas.ac.cn/" target="_blank">江西省科学院/</a>
  317. <a href="http://www.cnic.cn/front/index.html#/cnicSite/home" target="_blank">中科院计算机网络信息中心/</a>
  318. <a href="http://kxyjb.csu.edu.cn/" target="_blank">中南大学科学研究部/</a>
  319. <a href="http://www.cast.org.cn/" target="_blank">中国科协创新创业服务中心/</a>
  320. <a href="http://www.hbstd.gov.cn/" target="_blank">湖北省科技厅/</a>
  321. <a href="http://www.gdstc.gov.cn/" target="_blank">广东省科技厅/</a>
  322. <a href="http://www.hnkjt.gov.cn/" target="_blank">河南省科技厅/</a>
  323. <a href="http://www.cbtm.gov.cn/" target="_blank">技术合同登记官网</a>
  324. </div>
  325. </div>
  326. </div>
  327. </div>
  328. <div class="pub_fix">
  329. <ul>
  330. <li>
  331. <a href="" class="pendent_box">
  332. <span class="glyphicon glyphicon-plane"></span>
  333. </a>
  334. </li>
  335. <li>
  336. <a onclick="openZoosUrl('chatwin');">
  337. <span class="glyphicon glyphicon-user"></span>
  338. </a>
  339. </li>
  340. <li class="phonefix">
  341. <a>
  342. <span class="glyphicon glyphicon-phone-alt"></span>
  343. </a>
  344. <div class="phoneTxt">
  345. <p>联系电话</p>
  346. <p>400-8800-962</p>
  347. </div>
  348. </li>
  349. <li >
  350. <a>
  351. <span class="glyphicon glyphicon-send"></span>
  352. </a>
  353. <div class="phoneTxt">
  354. <p>公众号</p>
  355. <img th:src="${portalHost+'/img/erweima.jpg'}" alt="">
  356. </div>
  357. </li>
  358. <li>
  359. <a>
  360. <span class="glyphicon glyphicon-bookmark"></span>
  361. </a>
  362. <div class="phoneTxt">
  363. <p>APP</p>
  364. <div>
  365. <img th:src="${portalHost+'/img/erweima_iphone.png'}" alt="">
  366. <p>iPhone版</p>
  367. </div>
  368. <div>
  369. <img th:src="${portalHost+'/img/erweima_android.jpg'}" alt="">
  370. <p>Android版</p>
  371. </div>
  372. </div>
  373. </li>
  374. </ul>
  375. </div>
  376. </th:block>
  377. <th:block th:fragment="login">
  378. <!--登陆页面-->
  379. <div class="login">
  380. <div class="login_mian">
  381. <div class="login_left">
  382. <div class="login_ewm">
  383. <img th:src="${portalHost+'/img/Android.jpg'}" alt="二维码" />
  384. <p>Android版</p>
  385. <p>客户端</p>
  386. </div>
  387. <div class="login_ewm">
  388. <img th:src="${portalHost+'/img/iPhone.jpg'}" alt="二维码" />
  389. <p>iPhone版</p>
  390. <p>客户端</p>
  391. </div>
  392. </div>
  393. <div class="login_right">
  394. <h5>用户登陆<a th:href="@{/user/signIn}">免费注册有好礼呦!!</a></h5>
  395. <form id="form_login">
  396. <div class="login_uesr">
  397. <label for="uesname"><img th:src="${portalHost+'/img/login_use.png'}"/></label>
  398. <input type="text" name="uesname" id="Lo_user" placeholder="用户名" />
  399. <img th:src="${portalHost+'/img/login_del.png'}" class="log_del"/>
  400. </div>
  401. <div class="login_pass">
  402. <label for="pass"><img th:src="${portalHost+'/img/login_password.png'}"/></label>
  403. <input type="password" name="pass" id="Lo_pass" placeholder="请输入密码" />
  404. </div>
  405. <div class="login_check">
  406. <a href="#">忘记密码?</a>
  407. </div>
  408. <input type="submit" value="登 陆" class="login_submit"/>
  409. </form>
  410. <img th:src="${portalHost+'/img/login_hua.png'}" alt="" class="login_hua"/>
  411. <img th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果" class="login_shadow"/>
  412. <img th:src="${portalHost+'/img/login_close.png'}" alt="" class="login_close"/>
  413. </div>
  414. </div>
  415. </div>
  416. <div id="forget">
  417. <div class="forget">
  418. <form id="forget_form">
  419. <div class="forget_top">
  420. <a href="">忘记密码?</a>
  421. </div>
  422. <div class="forget_center">
  423. <div class="user">
  424. <label for="forget_user">
  425. 用户名:<input type="text" name="type" id="forget_user" placeholder="请输入您的用户名"/>
  426. </label>
  427. </div>
  428. <div class="phone">
  429. <label for="forget_phone">
  430. 手机号码:<input type="text" name="type" id="forget_phone" placeholder="请输入您的手机号码..."/>
  431. </label>
  432. </div>
  433. <div class="cellcode_">
  434. <div>
  435. 验证码:<input type="text" name="cellCode" placeholder="手机验证码" id="photo_n"/>
  436. </div>
  437. <input type="button" id="photo_m" value="获取验证码" disabled/>
  438. </div>
  439. <div class="fastener">
  440. <input type="submit" class="forget_sub" value="确认"/>
  441. <div class="fastener_right">
  442. 取消
  443. </div>
  444. </div>
  445. </div>
  446. </form>
  447. <img th:src="${portalHost+'/img/login_close.png'}" alt="" class="login_close"/>
  448. </div>
  449. </div>
  450. <div id="new_password">
  451. <div class="new_password">
  452. <form id="new_password_form">
  453. <div class="password_top">
  454. <h4>设置新密码</h4>
  455. <span>密码长度为6-20个字符,区分大小写</span>
  456. </div>
  457. <div class="password_center">
  458. <div >
  459. <label for="new_pass">
  460. 新密码:<input type="password" name="type" id="new_pass" placeholder="请输入您的新密码..."/>
  461. </label>
  462. </div>
  463. <div >
  464. <label for="new_pass_again">
  465. 确认密码:<input type="password" name="type" id="new_pass_again" placeholder="请确认您的密码..."/>
  466. </label>
  467. </div>
  468. <div class="fastener">
  469. <input type="submit" class="new_password_sub" value="确认"/>
  470. <div class="fastener_right">
  471. 取消
  472. </div>
  473. </div>
  474. </div>
  475. </form>
  476. <img th:src="${portalHost+'/img/login_close.png'}" alt="" class="login_close"/>
  477. </div>
  478. </div>
  479. <div class="smg"><input type="text" name="msg" value="111" id="msg"/></div>
  480. <div class="loading">
  481. <div></div>
  482. </div>
  483. </th:block>
  484. <th:block th:fragment="footer(scripts)">
  485. <script language="javascript" src="https://put.zoosnet.net/JS/LsJS.aspx?siteid=PUT70876498&float=1&lng=cn"></script>
  486. <script th:inline="javascript">
  487. /*<![CDATA[*/
  488. window.globalConfig = {};
  489. globalConfig.context = /*[[${basePath}]]*/'';
  490. globalConfig.portalHost = /*[[${portalHost}]]*/'';
  491. globalConfig.staticDomain = /*[[${staticDomain}]]*/'';
  492. globalConfig.staticHost = /*[[${staticHost}]]*/'';
  493. globalConfig.uploadPath = /*[[${uploadPath}]]*/'';
  494. globalConfig.uploadPrivatePath = /*[[${uploadPrivatePath}]]*/'';
  495. globalConfig.avatarHost = /*[[${avatarHost}]]*/'';
  496. globalConfig.avatarUploadHost = /*[[${avatarUploadHost}]]*/'';
  497. globalConfig.csrfToken = /*[[${csrf}]]*/'';
  498. globalConfig.kfqq = '2035994611';
  499. window.userData = {};
  500. window.adminData = {};
  501. /*]]>*/
  502. </script>
  503. <script th:inline="javascript" th:if="${adminData!=null}">
  504. /*<![CDATA[*/
  505. window.adminData = {
  506. mobile : /*[[${adminData.mobile}]]*/'',
  507. name : /*[[${adminData.name}]]*/'',
  508. email : /*[[${adminData.email}]]*/'',
  509. createTime : /*[[${adminData.createTime}]]*/'',
  510. uid : /*[[${adminData.id}]]*/'',
  511. departmentId : /*[[${adminData.departmentId}]]*/'',
  512. isSuperAdmin : /*[[${shiro.hasRole('999999')}]]*/false,
  513. isApprovalDecision : /*[[${shiro.hasRole('99999')}]]*/false
  514. }
  515. window.showUserManage = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/userManage')}]]*/false;
  516. window.showServices = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/services')}]]*/false;
  517. window.showAchievement = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/achievement')}]]*/false;
  518. window.showDemand = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/demand')}]]*/false;
  519. window.showIdea = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/idea')}]]*/false;
  520. window.showCustomer = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/customer')}]]*/false;
  521. window.showUserList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/userList')}]]*/false;
  522. window.showOrgList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/orgList')}]]*/false;
  523. window.showPermissionList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/permissionList')}]]*/
  524. false;
  525. window.showRoleList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/roleList')}]]*/false;
  526. window.showAuditStatus = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/auditStatus')}]]*/false;
  527. window.showUserOrderList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/userOrder')}]]*/false;
  528. window.showSystem = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/system')}]]*/false;
  529. /*]]>*/
  530. </script>
  531. <script th:inline="javascript" th:if="${userData!=null}">
  532. /*<![CDATA[*/
  533. window.userData = {
  534. mobile : /*[[${userData.mobile}]]*/'',
  535. nickname : /*[[${userData == null} ? null : ${userData.nickname}]]*/'',
  536. number : /*[[${userData == null} ? null : ${userData.number}]]*/'',
  537. type : /*[[${userData == null} ? null : ${userData.type}]]*/'',
  538. email : /*[[${userData == null} ? null : ${userData.email}]]*/'',
  539. createTime : /*[[${userData == null} ? null : ${userData.createTime}]]*/'',
  540. lvl : /*[[${userData == null} ? null : ${userData.lvl}]]*/''
  541. }
  542. /*]]>*/
  543. </script>
  544. <th:block th:replace="${scripts}" />
  545. </th:block>
  546. </body>
  547. </html>