common.html 24 KB

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