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