common.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  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. <meta name="Keywords" content="" />
  9. <meta name="Description" content="" />
  10. <meta name="viewport"
  11. content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
  12. <meta http-equiv="x-ua-compatible" content="ie=edge">
  13. <title>技淘--我的技术和科技服务交易平台</title>
  14. <th:block th:replace="${link}" />
  15. <body>
  16. <th:block th:fragment="nav(mainM,subM)">
  17. <div class="container">
  18. <div class="logo">
  19. <a th:href="${basePath + '/portal/index.html'}"> <img
  20. th:src="${portalHost+'/img/Logo111.png'}" alt="" title="技淘" />
  21. </a>
  22. </div>
  23. <div class="logo_right"></div>
  24. <div class="nav">
  25. <ul>
  26. <li th:classappend="${mainM=='service'}? 'active'"><a
  27. th:href="${basePath + '/portal/service/serviceIndex.html'}">科技服务</a>
  28. <img th:src="${portalHost+'/img/hot.png'}" />
  29. <ol class="subnavigation">
  30. <li><a
  31. th:href="${basePath + '/portal/service/highTechCognizance.html'}">高企认定</a>
  32. </li>
  33. <li><a
  34. th:href="${basePath + '/portal/service/propertyRight.html'}">知识产权</a>
  35. </li>
  36. </ol></li>
  37. <li th:classappend="${mainM=='technologyTrading'}? 'active'">
  38. <a th:href="${basePath + '/portal/technologyTrading/index.html'}">技术交易</a>
  39. <ol class="subnavigation">
  40. <li><a
  41. th:href="${basePath + '/portal/technologyTrading/achievement.html'}">专利产品</a>
  42. </li>
  43. <li><a
  44. th:href="${basePath + '/portal/technologyTrading/achievement.html'}">技术成果</a>
  45. </li>
  46. <li><a
  47. th:href="${basePath + '/portal/technologyTrading/demand.html'}">技术需求</a>
  48. </li>
  49. <li><a
  50. th:href="${basePath + '/portal/technologyTrading/assessMent.html'}">技术评估</a>
  51. </li>
  52. </ol>
  53. </li>
  54. <li th:classappend="${mainM=='thinkTank'}? 'active'"><a
  55. th:href="${basePath + '/portal/thinkTank/index.html'}">智库咨询</a>
  56. <ol class="subnavigation">
  57. <li><a
  58. th:href="${basePath + '/portal/thinkTank/policyList.html'}">智政</a>
  59. </li>
  60. <li><a
  61. th:href="${basePath + '/portal/thinkTank/index.html#zizone'}">智者</a>
  62. </li>
  63. </ol></li>
  64. <!-- <li><a th:href="${basePath + '/portal/financial/index.html'}">科技金融</a>
  65. <ol class="subnavigation">
  66. <li><a
  67. th:href="${basePath + '/portal/financial/investmentInstitution.html'}">投资机构</a>
  68. </li>
  69. </ol></li> -->
  70. <li><a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
  71. <ol class="subnavigation">
  72. <li><a
  73. th:href="${basePath + '/portal/contactUs.html'}">联系我们</a>
  74. </li>
  75. </ol></li>
  76. <!-- <li><a href="#">科技活动</a></li> <li><a href="#">平台共建</a></li> -->
  77. </ul>
  78. </div>
  79. <div class="nav_right" th:if="${!isLogin}">
  80. <a th:href="${basePath + '/user/signIn.html'}"> <img
  81. th:src="${portalHost+'/img/index_resiter.png'}" alt="" />
  82. </a>
  83. <a href="javascript:;" class="head_login">登录</a>
  84. <div></div>
  85. </div>
  86. <div class="nav_right" th:if="${isLogin}">
  87. <a th:href="${basePath + (isAdmin? '/admin/index.html':'/user/account/index.html')}"
  88. th:text="${#strings.isEmpty(userName)?'个人中心':userName}">个人中心</a>
  89. <a th:href="${basePath + '/user/logout'}">退出</a>
  90. <a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
  91. <div></div>
  92. </div>
  93. </div>
  94. </th:block>
  95. <th:block th:fragment="banners">
  96. <div id="myCarousel" class="carousel slide"
  97. th:if="${banners!=null && banners.size() > 1}">
  98. <ol class="carousel-indicators">
  99. <th:block th:each="banner,bannerStat:${banners}">
  100. <li data-target="#myCarousel" data-slide-to="0"
  101. th:class="${bannerStat.first?'active':''}"></li>
  102. </th:block>
  103. </ol>
  104. <div class="carousel-inner">
  105. <th:block th:each="banner,bannerStat:${banners}">
  106. <div class="item" th:classappend="${bannerStat.first?'active':''}">
  107. <img th:src="${staticDomain +'/upload'+ banner.imgurl}"
  108. th:alt="${banner.text}">
  109. </div>
  110. </th:block>
  111. </div>
  112. <a class="carousel-control left" href="#myCarousel" data-slide="prev"><span
  113. class="glyphicon glyphicon-chevron-left"></span></a> <a
  114. class="carousel-control right" href="#myCarousel" data-slide="next"><span
  115. class="glyphicon glyphicon-chevron-right"></span></a>
  116. </div>
  117. <div class="banner-item" th:if="${banners!=null && banners.size()==1}">
  118. <img th:src="${staticDomain +'/upload'+ banners[0].imgurl}"
  119. th:alt="${banners[0].text}">
  120. </div>
  121. </th:block>
  122. <th:block th:fragment="copyright">
  123. <div id="bottom">
  124. <div class="bottom">
  125. <div class="bottom_text">
  126. <div class="text_top">
  127. <a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
  128. <a th:href="${basePath + '/portal/contactUs.html'}">联系我们</a>
  129. <p>Copyright &copy 2016-2017 科德 版权所有 湘ICP备15019731号 -2
  130. 技术支持:湖南阿凡提科技有限公司</p>
  131. </div>
  132. <div class="text_center" id="qrCode">
  133. <div class="cont_left">
  134. <img th:src="${portalHost+'/img/dizhi.jpg'}" alt="" />
  135. <p>湖南省长沙市营盘东路19号金山大厦八楼</p>
  136. </div>
  137. <div class="cont_center">
  138. <img th:src="${portalHost+'/img/dianhua.jpg'}" alt="" />
  139. <p>合作电话:400-8800-962</p>
  140. </div>
  141. <div class="cont_guanli">
  142. <a href="http://www.jishutao.com/admin/login">
  143. <img th:src="${portalHost+'/img/guanli.png'}" alt="" />
  144. <p>管理员入口</p>
  145. </a>
  146. </div>
  147. <div class="cont_rightapp">
  148. <img th:src="${portalHost+'/img/erweima_iphone.png'}" alt="" />
  149. <p>iPhone版</p>
  150. </div>
  151. <div class="cont_right android">
  152. <img th:src="${portalHost+'/img/erweima_android.jpg'}" alt="" />
  153. <p>Android版</p>
  154. </div>
  155. <div class="cont_right">
  156. <img th:src="${portalHost+'/img/erweima.jpg'}" alt="" />
  157. <p>微信公众号</p>
  158. </div>
  159. </div>
  160. <div class="text_bottom">
  161. <p>友情链接</p>
  162. <a href="http://www.hnst.gov.cn/" target="_blank">湖南省科技厅/</a> <a
  163. href="http://www.cssti.cn/" target="_blank">长沙市科技局/</a> <a
  164. href="http://www.cast.org.cn/" target="_blank">中国科学技术协会/</a> <a
  165. href="http://www.chinatorch.gov.cn/" target="_blank">科技部火炬中心/</a> <a
  166. href="http://www.nosta.gov.cn/web/index.aspx" target="_blank">国家科技成果奖励办/</a> <a
  167. href="http://www.nast.org.cn/" target="_blank">国家科技成果网/</a> <a
  168. href="http://www.hnast.org.cn/portal/comm/index.action" target="_blank">湖南省科学技术协会/</a>
  169. <a href="http://www.hncgw.gov.cn/" target="_blank">湖南省科技成果转化公共服务平台/</a> <a
  170. href="http://www.hnjxw.gov.cn/" target="_blank">湖南省经济信息化委员会/</a> <a
  171. href="http://kyy.hnu.cn/" target="_blank">湖南大学科学技术研究院/</a> <a
  172. href="http://www.gxst.gov.cn/gxkjt/" target="_blank">广西省科技厅/</a> <a
  173. href="http://www.nmkjt.gov.cn/" target="_blank">内蒙古自治区科技厅/</a> <a
  174. href="http://www.cshtz.gov.cn/" target="_blank">长沙市高新区管委会/</a> <a
  175. href="http://www.jxas.ac.cn/" target="_blank">江西省科学院/</a> <a
  176. href="http://www.cnic.cn/front/index.html#/cnicSite/home" target="_blank">中科院计算机网络信息中心/</a>
  177. <a href="http://kxyjb.csu.edu.cn/" target="_blank">中南大学科学研究部/</a> <a
  178. href="http://www.cast.org.cn/" target="_blank">中国科协创新创业服务中心/</a> <a
  179. href="http://www.hbstd.gov.cn/" target="_blank">湖北省科技厅/</a> <a
  180. href="http://www.gdstc.gov.cn/" target="_blank">广东省科技厅/</a> <a
  181. href="http://www.hnkjt.gov.cn/" target="_blank">河南省科技厅/</a> <a
  182. href="http://www.cbtm.gov.cn/" target="_blank">技术合同登记官网</a>
  183. </div>
  184. </div>
  185. </div>
  186. </div>
  187. <div th:if="${!isAdmin}" class="pub_fix">
  188. <span class="index_blur"></span>
  189. <ul class="ret_top">
  190. <li th:classappend="${!isLogin}? 'head_login'"><a
  191. th:if="${!isLogin || userData.lvl == 1}"
  192. th:href="${isLogin?(basePath + '/portal/member') : 'javascript:;'}">
  193. <img th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
  194. <p>申请会员</p>
  195. </a> <a th:if="${isLogin && userData.lvl == 0}"
  196. th:href="${basePath + '/user/certify'}"> <img
  197. th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
  198. <p>实名认证</p>
  199. </a></li>
  200. <li><a onclick="_MEIQIA('showPanel')"> <img
  201. th:src="${portalHost+'/img/index_fix3.png'}" alt="" />
  202. <p>联系客服</p>
  203. </a></li>
  204. <li><a href="" class="pendent_box"> <img
  205. th:src="${portalHost+'/img/index_fix4.png'}" alt="" />
  206. <p>返回顶部</p>
  207. </a></li>
  208. </ul>
  209. <span class="index_orange"></span>
  210. </div>
  211. <div class="message">
  212. <span></span>
  213. </div>
  214. </th:block>
  215. <th:block th:fragment="login">
  216. <div class="login">
  217. <div class="login_mian">
  218. <div class="login_left">
  219. <div class="login_ewm">
  220. <img th:src="${portalHost+'/img/Android.jpg'}" alt="二维码" />
  221. <p>Android版</p>
  222. <p>客户端</p>
  223. </div>
  224. <div class="login_ewm">
  225. <img th:src="${portalHost+'/img/iPhone.jpg'}" alt="二维码" />
  226. <p>iPhone版</p>
  227. <p>客户端</p>
  228. </div>
  229. </div>
  230. <div class="login_right">
  231. <h5>
  232. 用户登录<a href="/user/signIn.html">免费注册有好礼呦!!</a>
  233. </h5>
  234. <form id="form_login">
  235. <div class="login_uesr">
  236. <label for="uesname"><img
  237. th:src="${portalHost+'/img/login_use.png'}" /></label> <input
  238. type="text" name="mobile" id="Lo_user" placeholder="请输入手机号码" />
  239. <img th:src="${portalHost+'/img/login_del.png'}" class="log_del" />
  240. </div>
  241. <div class="login_pass">
  242. <label for="pass"><img
  243. th:src="${portalHost+'/img/login_password.png'}" /></label> <input
  244. type="password" name="password" id="Lo_pass" placeholder="请输入密码" />
  245. </div>
  246. <div class="login_check">
  247. <label for="checks" class="lab_check"> <input
  248. type="checkbox" name="type" id="checks" value="0" />专家登录
  249. </label> <label for="checkst" class="lab_checkno"> <input
  250. type="checkbox" name="type" id="checkst" value="1" />企业登录
  251. </label> <a href="">忘记密码?</a>
  252. </div>
  253. <input type="submit" value="登 陆" class="login_submit" />
  254. </form>
  255. <img th:src="${portalHost+'/img/login_hua.png'}" alt=""
  256. class="login_hua" /> <img
  257. th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
  258. class="login_shadow" /> <img
  259. th:src="${portalHost+'/img/login_close.png'}" alt=""
  260. class="login_close" />
  261. </div>
  262. </div>
  263. </div>
  264. <div id="forget">
  265. <div class="forget">
  266. <form id="forget_form">
  267. <div class="forget_top">
  268. <a href="">忘记密码?</a>
  269. <div class="login_check">
  270. <label for="forget_checks" class="lab_check"> <input
  271. type="checkbox" name="type" id="forget_checks" />专家登录
  272. </label> <label for="forget_checkst" class="lab_checkno"> <input
  273. type="checkbox" name="type" id="forget_checkst" />企业登录
  274. </label>
  275. </div>
  276. </div>
  277. <div class="forget_center">
  278. <div class="phone">
  279. <label for="forget_phone"> 手机号码:<input type="text"
  280. name="type" id="forget_phone" placeholder="请输入您的手机号码..." />
  281. </label>
  282. </div>
  283. <div class="yanzheng">
  284. <label for="forget_yanzheng"> 图形验证码:<input type="text"
  285. name="type" id="forget_yanzheng" />
  286. </label>
  287. <div class="yanzhengma_cont_">
  288. <img th:src="${basePath+'/open/getVCode'}" />
  289. </div>
  290. </div>
  291. <div class="cellcode_">
  292. <div>
  293. 验证码:<input type="text" name="cellCode" placeholder="手机验证码"
  294. id="photo_n" />
  295. </div>
  296. <input type="button" id="photo_m" value="获取验证码" disabled />
  297. </div>
  298. <div class="fastener">
  299. <input type="submit" class="forget_sub" value="确认" />
  300. <div class="fastener_right">取消</div>
  301. </div>
  302. </div>
  303. </form>
  304. <img th:src="${portalHost+'/img/login_close.png'}" alt=""
  305. class="login_close" /> <img
  306. th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
  307. class="login_shadow" />
  308. </div>
  309. </div>
  310. <div id="new_password">
  311. <div class="new_password">
  312. <form id="new_password_form">
  313. <div class="password_top">
  314. <h4>设置新密码</h4>
  315. <span>密码长度为6-20个字符,区分大小写</span>
  316. </div>
  317. <div class="password_center">
  318. <div>
  319. <label for="new_pass"> 新密码:<input type="password"
  320. name="type" id="new_pass" placeholder="请输入您的新密码..." />
  321. </label>
  322. </div>
  323. <div>
  324. <label for="new_pass_again"> 确认密码:<input type="password"
  325. name="type" id="new_pass_again" placeholder="请确认您的密码..." />
  326. </label>
  327. </div>
  328. <div class="fastener">
  329. <input type="submit" class="new_password_sub" value="确认" />
  330. <div class="fastener_right">取消</div>
  331. </div>
  332. </div>
  333. </form>
  334. <img th:src="${portalHost+'/img/login_close.png'}" alt=""
  335. class="login_close" /> <img
  336. th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
  337. class="login_shadow" />
  338. </div>
  339. </div>
  340. <div class="smg">
  341. <input type="text" name="msg" value="" id="msg" readonly="readonly" />
  342. </div>
  343. </th:block>
  344. <th:block th:fragment="footer(scripts)">
  345. <script th:inline="javascript">
  346. /*<![CDATA[*/
  347. window.globalConfig = {};
  348. globalConfig.context = /*[[${basePath}]]*/'';
  349. globalConfig.portalHost = /*[[${portalHost}]]*/'';
  350. globalConfig.staticDomain = /*[[${staticDomain}]]*/'';
  351. globalConfig.staticHost = /*[[${staticHost}]]*/'';
  352. globalConfig.uploadPath = /*[[${uploadPath}]]*/'';
  353. globalConfig.uploadPrivatePath = /*[[${uploadPrivatePath}]]*/'';
  354. globalConfig.avatarHost = /*[[${avatarHost}]]*/'';
  355. globalConfig.avatarUploadHost = /*[[${avatarUploadHost}]]*/'';
  356. globalConfig.csrfToken = /*[[${csrf}]]*/'';
  357. globalConfig.kfqq = '2035994611';
  358. window.userData = {};
  359. window.adminData = {};
  360. /*]]>*/
  361. </script>
  362. <script th:inline="javascript" th:if="${adminData!=null}">
  363. /*<![CDATA[*/
  364. window.adminData = {
  365. mobile : /*[[${adminData.mobile}]]*/'',
  366. name : /*[[${adminData.name}]]*/'',
  367. email : /*[[${adminData.email}]]*/'',
  368. createTime : /*[[${adminData.createTime}]]*/'',
  369. uid : /*[[${adminData.id}]]*/'',
  370. isSuperAdmin : /*[[${shiro.hasRole('999999')}]]*/false,
  371. isApprovalDecision : /*[[${shiro.hasRole('99999')}]]*/false
  372. }
  373. window.showUserManage = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/userManage')}]]*/false;
  374. window.showServices = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/services')}]]*/false;
  375. window.showAchievement = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/achievement')}]]*/false;
  376. window.showDemand = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/demand')}]]*/false;
  377. window.showIdea = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/idea')}]]*/false;
  378. window.showCustomer = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/customer')}]]*/false;
  379. window.showUserList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/userList')}]]*/false;
  380. window.showOrgList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/orgList')}]]*/false;
  381. window.showPermissionList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/permissionList')}]]*/
  382. false;
  383. window.showRoleList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/roleList')}]]*/false;
  384. window.showAuditStatus = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/auditStatus')}]]*/false;
  385. window.showUserOrderList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/userOrder')}]]*/false;
  386. window.showSystem = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/system')}]]*/false;
  387. /*]]>*/
  388. </script>
  389. <script th:inline="javascript" th:if="${userData!=null}">
  390. /*<![CDATA[*/
  391. window.userData = {
  392. mobile : /*[[${userData.mobile}]]*/'',
  393. nickname : /*[[${userData == null} ? null : ${userData.nickname}]]*/'',
  394. number : /*[[${userData == null} ? null : ${userData.number}]]*/'',
  395. type : /*[[${userData == null} ? null : ${userData.type}]]*/'',
  396. email : /*[[${userData == null} ? null : ${userData.email}]]*/'',
  397. createTime : /*[[${userData == null} ? null : ${userData.createTime}]]*/'',
  398. lvl : /*[[${userData == null} ? null : ${userData.lvl}]]*/''
  399. }
  400. /*]]>*/
  401. </script>
  402. <th:block th:replace="${scripts}" />
  403. </th:block>
  404. </body>
  405. </html>