common.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. >
  5. <head th:fragment="header(title, link)">
  6. <meta charset="utf-8" />
  7. <link rel="icon" th:href="${staticHost+'/image/logo.png'}">
  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 th:src="${portalHost+'/img/Logo111.png'}" alt="" title="技淘" />
  20. </a>
  21. </div>
  22. <div class="logo_right"></div>
  23. <div class="nav">
  24. </div>
  25. <div class="nav_right" th:if="${!isLogin}">
  26. <a th:href="${basePath + '/user/signIn.html'}"> <img
  27. th:src="${portalHost+'/img/index_resiter.png'}" alt="" />
  28. </a>
  29. <a href="javascript:;" class="head_login">登录</a>
  30. <div></div>
  31. </div>
  32. <div class="nav_right" th:if="${isLogin}">
  33. <a th:href="${basePath + (isAdmin? '/admin/index.html':'/user/account/index.html')}"
  34. th:text="${#strings.isEmpty(userName)?'个人中心':userName}">个人中心</a>
  35. <a th:href="${basePath + '/user/logout'}">退出</a>
  36. <a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
  37. <div></div>
  38. </div>
  39. </div>
  40. </th:block>
  41. <th:block th:fragment="banners">
  42. <div id="myCarousel" class="carousel slide"
  43. th:if="${banners!=null && banners.size() > 1}">
  44. <ol class="carousel-indicators">
  45. <th:block th:each="banner,bannerStat:${banners}">
  46. <li data-target="#myCarousel" data-slide-to="0"
  47. th:class="${bannerStat.first?'active':''}"></li>
  48. </th:block>
  49. </ol>
  50. <div class="carousel-inner">
  51. <th:block th:each="banner,bannerStat:${banners}">
  52. <div class="item" th:classappend="${bannerStat.first?'active':''}">
  53. <img th:src="${staticDomain +'/upload'+ banner.imgurl}"
  54. th:alt="${banner.text}">
  55. </div>
  56. </th:block>
  57. </div>
  58. <a class="carousel-control left" href="#myCarousel" data-slide="prev"><span
  59. class="glyphicon glyphicon-chevron-left"></span></a> <a
  60. class="carousel-control right" href="#myCarousel" data-slide="next"><span
  61. class="glyphicon glyphicon-chevron-right"></span></a>
  62. </div>
  63. <div class="banner-item" th:if="${banners!=null && banners.size()==1}">
  64. <img th:src="${staticDomain +'/upload'+ banners[0].imgurl}"
  65. th:alt="${banners[0].text}">
  66. </div>
  67. </th:block>
  68. <th:block th:fragment="copyright">
  69. <div id="bottom">
  70. <div class="bottom">
  71. <div class="bottom_text">
  72. <div class="text_top">
  73. <a th:href="${basePath + '/portal/aboutUs.html'}">关于公司</a>
  74. <a th:href="${basePath + '/portal/contactUs.html'}">联系我们</a>
  75. <p>Copyright &copy 2016-2017 科德 版权所有 湘ICP备15019731号 -2
  76. 技术支持:湖南阿凡提科技有限公司</p>
  77. </div>
  78. <div class="text_center" id="qrCode">
  79. <div class="cont_left">
  80. <img th:src="${portalHost+'/img/dizhi.jpg'}" alt="" />
  81. <p>湖南省长沙市营盘东路19号金山大厦八楼</p>
  82. </div>
  83. <div class="cont_center">
  84. <img th:src="${portalHost+'/img/dianhua.jpg'}" alt="" />
  85. <p>合作电话:400-8800-962</p>
  86. </div>
  87. <div class="cont_guanli">
  88. <a th:href="${basePath + '/admin/login'}">
  89. <img th:src="${portalHost+'/img/guanli.png'}" alt="" />
  90. <p>管理员入口</p>
  91. </a>
  92. </div>
  93. <div class="cont_rightapp">
  94. <img th:src="${portalHost+'/img/erweima_iphone.png'}" alt="" />
  95. <p>iPhone版</p>
  96. </div>
  97. <div class="cont_right android">
  98. <img th:src="${portalHost+'/img/erweima_android.jpg'}" alt="" />
  99. <p>Android版</p>
  100. </div>
  101. <div class="cont_right">
  102. <img th:src="${portalHost+'/img/erweima.jpg'}" alt="" />
  103. <p>微信公众号</p>
  104. </div>
  105. </div>
  106. <div class="text_bottom">
  107. <p>友情链接</p>
  108. <a href="http://www.hnst.gov.cn/" target="_blank">湖南省科技厅/</a> <a
  109. href="http://www.cssti.cn/" target="_blank">长沙市科技局/</a> <a
  110. href="http://www.cast.org.cn/" target="_blank">中国科学技术协会/</a> <a
  111. href="http://www.chinatorch.gov.cn/" target="_blank">科技部火炬中心/</a> <a
  112. href="http://www.nosta.gov.cn/web/index.aspx" target="_blank">国家科技成果奖励办/</a> <a
  113. href="http://www.nast.org.cn/" target="_blank">国家科技成果网/</a> <a
  114. href="http://www.hnast.org.cn/portal/comm/index.action" target="_blank">湖南省科学技术协会/</a>
  115. <a href="http://www.hncgw.gov.cn/" target="_blank">湖南省科技成果转化公共服务平台/</a> <a
  116. href="http://www.hnjxw.gov.cn/" target="_blank">湖南省经济信息化委员会/</a> <a
  117. href="http://kyy.hnu.cn/" target="_blank">湖南大学科学技术研究院/</a> <a
  118. href="http://www.gxst.gov.cn/gxkjt/" target="_blank">广西省科技厅/</a> <a
  119. href="http://www.nmkjt.gov.cn/" target="_blank">内蒙古自治区科技厅/</a> <a
  120. href="http://www.cshtz.gov.cn/" target="_blank">长沙市高新区管委会/</a> <a
  121. href="http://www.jxas.ac.cn/" target="_blank">江西省科学院/</a> <a
  122. href="http://www.cnic.cn/front/index.html#/cnicSite/home" target="_blank">中科院计算机网络信息中心/</a>
  123. <a href="http://kxyjb.csu.edu.cn/" target="_blank">中南大学科学研究部/</a> <a
  124. href="http://www.cast.org.cn/" target="_blank">中国科协创新创业服务中心/</a> <a
  125. href="http://www.hbstd.gov.cn/" target="_blank">湖北省科技厅/</a> <a
  126. href="http://www.gdstc.gov.cn/" target="_blank">广东省科技厅/</a> <a
  127. href="http://www.hnkjt.gov.cn/" target="_blank">河南省科技厅/</a> <a
  128. href="http://www.cbtm.gov.cn/" target="_blank">技术合同登记官网</a>
  129. </div>
  130. </div>
  131. </div>
  132. </div>
  133. <div onclick="_MEIQIA('showPanel')" id="lxkf" style="display:none"></div>
  134. <div th:if="${!isAdmin}" class="pub_fix">
  135. <span class="index_blur"></span>
  136. <ul class="ret_top">
  137. <li th:classappend="${!isLogin}? 'head_login'"><a
  138. th:if="${!isLogin || userData.lvl == 1}"
  139. th:href="${isLogin?(basePath + '/portal/member') : 'javascript:;'}">
  140. <img th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
  141. <p>申请会员</p>
  142. </a> <a th:if="${isLogin && userData.lvl == 0}"
  143. th:href="${basePath + '/user/certify'}"> <img
  144. th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
  145. <p>实名认证</p>
  146. </a></li>
  147. <li><a onclick="_MEIQIA('showPanel')"> <img
  148. th:src="${portalHost+'/img/index_fix3.png'}" alt="" />
  149. <p>联系客服</p>
  150. </a></li>
  151. <li><a href="" class="pendent_box"> <img
  152. th:src="${portalHost+'/img/index_fix4.png'}" alt="" />
  153. <p>返回顶部</p>
  154. </a></li>
  155. </ul>
  156. <span class="index_orange"></span>
  157. </div>
  158. <div class="message">
  159. <span></span>
  160. </div>
  161. </th:block>
  162. <th:block th:fragment="login">
  163. <div class="login">
  164. <div class="login_mian">
  165. <div class="login_left">
  166. <div class="login_ewm">
  167. <img th:src="${portalHost+'/img/Android.jpg'}" alt="二维码" />
  168. <p>Android版</p>
  169. <p>客户端</p>
  170. </div>
  171. <div class="login_ewm">
  172. <img th:src="${portalHost+'/img/iPhone.jpg'}" alt="二维码" />
  173. <p>iPhone版</p>
  174. <p>客户端</p>
  175. </div>
  176. </div>
  177. <div class="login_right">
  178. <h5>
  179. 用户登录<a href="/user/signIn.html">免费注册有好礼呦!!</a>
  180. </h5>
  181. <form id="form_login">
  182. <!-- <div class="login_uesr">-->
  183. <!-- <label for="uesname"><img-->
  184. <!-- th:src="${portalHost+'/img/login_use.png'}" /></label> <input-->
  185. <!-- type="text" name="mobile" id="Lo_user" placeholder="请输入手机号码" />-->
  186. <!-- <img th:src="${portalHost+'/img/login_del.png'}" class="log_del" />-->
  187. <!-- </div>-->
  188. <!-- <div class="login_pass">-->
  189. <!-- <label for="pass"><img-->
  190. <!-- th:src="${portalHost+'/img/login_password.png'}" /></label> <input-->
  191. <!-- type="password" name="password" id="Lo_pass" placeholder="请输入密码" />-->
  192. <!-- </div>-->
  193. <div class="login_check">
  194. <label for="checks" class="lab_check"> <input
  195. type="checkbox" name="type" id="checks" value="0" />专家登录
  196. </label> <label for="checkst" class="lab_checkno"> <input
  197. type="checkbox" name="type" id="checkst" value="1" />企业登录
  198. </label> <a href="">忘记密码?</a>
  199. </div>
  200. <input type="submit" value="登 陆" class="login_submit" />
  201. </form>
  202. <img th:src="${portalHost+'/img/login_hua.png'}" alt=""
  203. class="login_hua" /> <img
  204. th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
  205. class="login_shadow" /> <img
  206. th:src="${portalHost+'/img/login_close.png'}" alt=""
  207. class="login_close" />
  208. </div>
  209. </div>
  210. </div>
  211. <div id="forget">
  212. <div class="forget">
  213. <form id="forget_form">
  214. <div class="forget_top">
  215. <a href="">忘记密码?</a>
  216. <div class="login_check">
  217. <label for="forget_checks" class="lab_check"> <input
  218. type="checkbox" name="type" id="forget_checks" />专家登录
  219. </label> <label for="forget_checkst" class="lab_checkno"> <input
  220. type="checkbox" name="type" id="forget_checkst" />企业登录
  221. </label>
  222. </div>
  223. </div>
  224. <div class="forget_center">
  225. <div class="phone">
  226. <label for="forget_phone"> 手机号码:<input type="text"
  227. name="type" id="forget_phone" placeholder="请输入您的手机号码..." />
  228. </label>
  229. </div>
  230. <div class="yanzheng">
  231. <label for="forget_yanzheng"> 图形验证码:<input type="text"
  232. name="type" id="forget_yanzheng" />
  233. </label>
  234. <div class="yanzhengma_cont_">
  235. <img th:src="${basePath+'/open/getVCode'}" />
  236. </div>
  237. </div>
  238. <div class="cellcode_">
  239. <div>
  240. 验证码:<input type="text" name="cellCode" placeholder="手机验证码"
  241. id="photo_n" />
  242. </div>
  243. <input type="button" id="photo_m" value="获取验证码" disabled />
  244. </div>
  245. <div class="fastener">
  246. <input type="submit" class="forget_sub" value="确认" />
  247. <div class="fastener_right">取消</div>
  248. </div>
  249. </div>
  250. </form>
  251. <img th:src="${portalHost+'/img/login_close.png'}" alt=""
  252. class="login_close" /> <img
  253. th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
  254. class="login_shadow" />
  255. </div>
  256. </div>
  257. <div id="new_password">
  258. <div class="new_password">
  259. <form id="new_password_form">
  260. <div class="password_top">
  261. <h4>设置新密码</h4>
  262. <span>密码长度为6-20个字符,区分大小写</span>
  263. </div>
  264. <div class="password_center">
  265. <div>
  266. <label for="new_pass"> 新密码:<input type="password"
  267. name="type" id="new_pass" placeholder="请输入您的新密码..." />
  268. </label>
  269. </div>
  270. <div>
  271. <label for="new_pass_again"> 确认密码:<input type="password"
  272. name="type" id="new_pass_again" placeholder="请确认您的密码..." />
  273. </label>
  274. </div>
  275. <div class="fastener">
  276. <input type="submit" class="new_password_sub" value="确认" />
  277. <div class="fastener_right">取消</div>
  278. </div>
  279. </div>
  280. </form>
  281. <img th:src="${portalHost+'/img/login_close.png'}" alt=""
  282. class="login_close" /> <img
  283. th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果"
  284. class="login_shadow" />
  285. </div>
  286. </div>
  287. <div class="smg">
  288. <input type="text" name="msg" value="" id="msg" readonly="readonly" />
  289. </div>
  290. </th:block>
  291. <th:block th:fragment="footer(scripts)">
  292. <script th:inline="javascript">
  293. /*<![CDATA[*/
  294. window.globalConfig = {};
  295. globalConfig.context = /*[[${basePath}]]*/'';
  296. globalConfig.portalHost = /*[[${portalHost}]]*/'';
  297. globalConfig.staticDomain = /*[[${staticDomain}]]*/'';
  298. globalConfig.staticHost = /*[[${staticHost}]]*/'';
  299. globalConfig.uploadPath = /*[[${uploadPath}]]*/'';
  300. globalConfig.uploadPrivatePath = /*[[${uploadPrivatePath}]]*/'';
  301. globalConfig.avatarHost = /*[[${avatarHost}]]*/'';
  302. globalConfig.avatarUploadHost = /*[[${avatarUploadHost}]]*/'';
  303. globalConfig.csrfToken = /*[[${csrf}]]*/'';
  304. globalConfig.kfqq = '2035994611';
  305. /*]]>*/
  306. </script>
  307. <script th:inline="javascript" th:if="${adminData!=null}">
  308. /*<![CDATA[*/
  309. window.adminData = {
  310. mobile : /*[[${adminData.mobile}]]*/'',
  311. name : /*[[${adminData.name}]]*/'',
  312. email : /*[[${adminData.email}]]*/'',
  313. createTime : /*[[${adminData.createTime}]]*/'',
  314. uid : /*[[${adminData.id}]]*/'',
  315. departmentId : /*[[${adminData.departmentId}]]*/'',
  316. province : /*[[${adminData.province}]]*/null,
  317. isSuperAdmin : /*[[${shiro.hasRole('999999')}]]*/false,
  318. isApprovalDecision : /*[[${shiro.hasRole('99999')}]]*/false,
  319. isLegal: /*[[${shiro.hasRole('82')}]]*/false,
  320. isTechTransfer: /*[[${shiro.hasRole('95')}]]*/false,
  321. shiroList:/*[[${shiroList}]]*/'',
  322. }
  323. /*]]>*/
  324. </script>
  325. <th:block th:replace="${scripts}" />
  326. </th:block>
  327. </body>
  328. </html>