| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
- <head th:fragment="header(title, link)">
- <meta charset="utf-8" />
- <link rel="icon" th:href="${portalHost+'/img/ico_logo.ico'}">
- <meta name="Keywords" content=""/>
- <meta name="Description" content=""/>
- <meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title th:replace="${title}"></title>
- <th:block th:replace="${link}" />
- <!-- [if lt IE 9]>
- <script src="//cdn.bootcss.com/html5shiv/r29/html5.min.js"></script>
- <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
- <script>(function(w){if(!("WebSocket" in w&&2===w.WebSocket.CLOSING)){var d=document.createElement("div");d.className="browsehappy";d.innerHTML='<div style="font-weight:200;width:100%;height:40px;font-size:16px;line-height:40px;text-align:center;background-color:#79b5ff;color:#fff;">\u60A8\u7684\u6D4F\u89C8\u5668\u7248\u672C\u8FC7\u4F4E\uFF0C\u8BF7\u4F7F\u7528Chrome\u6216\u5176\u4ED6\u73B0\u4EE3\u6D4F\u89C8\u5668\uFF0C360\u7B49\u56FD\u4EA7\u6D4F\u89C8\u5668\u8BF7\u5C1D\u8BD5\u5F00\u542F<a target="_blank" style="text-decoration:none;background-image:none;font-weight:bold;color:#fff;" href="http://jingyan.baidu.com/article/22a299b539f4b19e18376a5b.html">\u6781\u901f\u6a21\u5f0f</a></div>';var f=function(){var s=document.getElementsByTagName("body")[0];if("undefined"==typeof(s)){setTimeout(f,10)}else{s.insertBefore(d,s.firstChild)}};f()}}(window));</script>
- <![endif] -->
- </head>
- <body>
- <th:block th:fragment="nav(mainM,subM)">
- <div class="container">
- <div class="logo">
- <a th:href="${basePath + '/portal/index.html'}">
- <img th:src="${portalHost+'/img/Logo111.png'}" alt="" title="技淘"/>
- </a>
- </div>
- <div class="nav">
- <ul>
- <li th:classappend="${mainM=='service'}? 'active'">
- <a th:href="${basePath + '/portal/service/serviceIndex.html'}">科技服务</a>
- <img th:src="${portalHost+'/img/hot.png'}"/>
- <ol class="subnavigation">
- <li>
- <a th:href="${basePath + '/portal/service/propertyRight.html'}">知识产权</a>
- </li>
- <li>
- <a th:href="${basePath + '/portal/service/highTechCognizance.html'}">高企认定</a>
- </li>
- </ol>
- </li>
- <li th:classappend="${mainM=='technologyTrading'}? 'active'">
- <a th:href="${basePath + '/portal/technologyTrading/index.html'}">技术交易</a>
- <ol class="subnavigation">
- <li>
- <a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">专利交易</a>
- </li>
- <li>
- <a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">成果交易</a>
- </li>
- <li>
- <a th:href="${basePath + '/portal/technologyTrading/demand.html'}">技术需求</a>
- </li>
- </ol>
- </li>
- <li th:classappend="${mainM=='thinkTank'}? 'active'">
- <a th:href="${basePath + '/portal/thinkTank/index.html'}">智库咨询</a>
- <ol class="subnavigation">
- <li>
- <a th:href="${basePath + '/portal/thinkTank/policyList.html'}">智政</a>
- </li>
- </ol>
- </li>
- <li>
- <a th:href="${basePath + '/portal/financial/index.html'}">科技金融</a>
- <ol class="subnavigation">
- <li>
- <a th:href="${basePath + '/portal/financial/investmentInstitution.html'}">投资机构</a>
- </li>
- </ol>
- </li>
- <!-- <li><a href="#">科技活动</a></li>
- <li><a href="#">平台共建</a></li> -->
- </ul>
- </div>
- <div class="nav_right" th:if="${!isLogin}">
- <a th:href="${basePath + '/user/signIn.html'}">注册</a>
- <a href="javascript:;" class="head_login">登录</a>
- <a href="">关于我们</a>
- </div>
- <div class="nav_right" th:if="${isLogin}">
- <a th:href="${basePath + (isAdmin? '/admin/index.html':'/user/account/index.html')}" th:text="${userName}">个人中心</a>
- <a th:href="${basePath + '/user/logout'}">退出</a>
- <a href="">关于我们</a>
- </div>
- </div>
- </th:block>
- <th:block th:fragment="banners">
- <div id="myCarousel" class="carousel slide" th:if="${banners!=null && banners.size() > 1}">
- <ol class="carousel-indicators">
- <th:block th:each="banner,bannerStat:${banners}">
- <li data-target="#myCarousel" data-slide-to="0" th:class="${bannerStat.first?'active':''}"></li>
- </th:block>
- </ol>
- <div class="carousel-inner">
- <th:block th:each="banner,bannerStat:${banners}">
- <div class="item" th:classappend="${bannerStat.first?'active':''}">
- <img th:src="${staticDomain +'/upload'+ banner.imgurl}" th:alt="${banner.text}">
- </div>
- </th:block>
- </div>
- <a class="carousel-control left" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
- <a class="carousel-control right" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
- </div>
- <div class="banner-item" th:if="${banners!=null && banners.size()==1}">
- <img th:src="${staticDomain +'/upload'+ banners[0].imgurl}" th:alt="${banners[0].text}">
- </div>
- </th:block>
- <th:block th:fragment="copyright">
- <div id="bottom">
- <div class="bottom">
- <div class="bottom_text">
- <div class="text_top">
- <a href="#">关于公司/</a> <a href="#">联系我们</a>
- <p>Copyright © 2016-2017 科德 版权所有 湘ICP备15019731号 -2
- 技术支持:湖南阿凡提科技有限公司</p>
- </div>
- <div class="text_center">
- <div class="cont_left">
- <img th:src="${portalHost+'/img/dizhi.jpg'}" alt="" />
- <p>湖南省长沙市营盘东路19号金山大厦</p>
- </div>
- <div class="cont_center">
- <img th:src="${portalHost+'/img/dianhua.jpg'}" alt="" />
- <p>合作电话:0731-85202685</p>
- <p>400-8800-962八楼</p>
- </div>
- <div class="cont_rightapp">
- <img th:src="${portalHost+'/img/erweima_app.jpg'}" alt="" />
- <p>安卓APP</p>
- </div>
- <div class="cont_right">
- <img th:src="${portalHost+'/img/erweima.jpg'}" alt="" />
- <p>科德公众号</p>
- </div>
- </div>
- <div class="text_bottom">
- <p>友情链接</p>
- <a href="http://www.hnst.gov.cn/">湖南省科技厅/</a> <a
- href="http://www.cssti.cn/">长沙市科技局/</a> <a
- href="http://www.cast.org.cn/">中国科学技术协会/</a> <a
- href="http://www.chinatorch.gov.cn/">科技部火炬中心/</a> <a
- href="http://www.nosta.gov.cn/web/index.aspx">国家科技成果奖励办/</a> <a
- href="http://www.nast.org.cn/">国家科技成果网/</a> <a
- href="http://www.hnast.org.cn/portal/comm/index.action">湖南省科学技术协会/</a>
- <a href="http://www.hncgw.gov.cn/">湖南省科技成果转化公共服务平台/</a> <a
- href="http://www.hnjxw.gov.cn/">湖南省经济信息化委员会/</a> <a
- href="http://kyy.hnu.cn/">湖南大学科学技术研究院/</a> <a
- href="http://www.gxst.gov.cn/gxkjt/">广西省科技厅/</a> <a
- href="http://www.nmkjt.gov.cn/">内蒙古自治区科技厅/</a> <a
- href="http://www.cshtz.gov.cn/">长沙市高新区管委会/</a> <a
- href="http://www.jxas.ac.cn/">江西省科学院/</a> <a
- href="http://www.cnic.cn/front/index.html#/cnicSite/home">中科院计算机网络信息中心/</a>
- <a href="http://kxyjb.csu.edu.cn/">中南大学科学研究部/</a> <a
- href="http://www.cast.org.cn/">中国科协创新创业服务中心/</a> <a
- href="http://www.hbstd.gov.cn/">湖北省科技厅/</a> <a
- href="http://www.gdstc.gov.cn/">广东省科技厅/</a> <a
- href="http://www.hnkjt.gov.cn/">河南省科技厅/</a> <a
- href="http://www.cbtm.gov.cn/">技术合同登记官网</a>
- </div>
- </div>
- </div>
- </div>
- <div class="pub_fix">
- <span class="index_blur"></span>
- <ul class="ret_top">
- <li><a th:href="${basePath + '/portal/member'}"> <img
- th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
- <p>申请会员</p>
- </a></li>
- <li th:if="${!isLogin}"><a href=""> <img
- th:src="${portalHost+'/img/index_fix1.png'}" alt="" />
- <p>发布需求</p>
- </a></li>
- <li th:if="${isLogin}"><a th:href="${basePath + '/user/account/demand.html#techDemand'}"> <img
- th:src="${portalHost+'/img/index_fix1.png'}" alt="" />
- <p>发布需求</p>
- </a></li>
- <li th:if="${!isLogin}"><a href=""> <img
- th:src="${portalHost+'/img/index_fix2.png'}" alt="" />
- <p>发布技术</p>
- </a></li>
- <li th:if="${isLogin}"><a th:href="${basePath + '/user/account/achievement.html#techAchievement'}"> <img
- th:src="${portalHost+'/img/index_fix2.png'}" alt="" />
- <p>发布技术</p>
- </a></li>
- <li><a
- href="tencent://Message/?Uin=2035994611&websiteName=q-zone.qq.com&Menu=yes">
- <img th:src="${portalHost+'/img/index_fix3.png'}" alt="" />
- <p>联系客服</p>
- </a></li>
- <li><a href="" class="pendent_box"> <img
- th:src="${portalHost+'/img/index_fix4.png'}" alt="" />
- <p>返回顶部</p>
- </a></li>
- </ul>
- <span class="index_orange"></span>
- </div>
- </th:block>
- <th:block th:fragment="login">
- <div class="login">
- <div class="login_mian">
- <div class="login_left">
- <div class="login_ewm">
- <img th:src="${portalHost+'/img/login_ewm.png'}" alt="二维码" />
- </div>
- <p>扫描二维码下载官方</p>
- <p>技淘APP</p>
- </div>
- <div class="login_right">
- <h5>
- 用户登录<a href="">免费注册有好礼呦!!</a>
- </h5>
- <form id="form_login">
- <div class="login_uesr">
- <label for="uesname"><img th:src="${portalHost+'/img/login_use.png'}" /></label> <input
- type="text" name="mobile" id="Lo_user" placeholder="用户名/邮箱/手机" /> <img
- th:src="${portalHost+'/img/login_del.png'}" class="log_del" />
- </div>
- <div class="login_pass">
- <label for="pass"><img th:src="${portalHost+'/img/login_password.png'}" /></label>
- <input type="password" name="password" id="Lo_pass" placeholder="请输入密码" />
- </div>
- <div class="login_check">
- <label for="checks" class="lab_check">
- <input type="checkbox" name="type" id="checks" value="0" />专家
- </label>
- <label for="checkst" class="lab_checkno">
- <input type="checkbox" name="type" id="checkst" value="1"/>企业
- </label>
- <u><a href="">忘记密码?</a></u>
- </div>
- <input type="submit" value="登 陆" class="login_submit" />
- </form>
- <img th:src="${portalHost+'/img/login_hua.png'}" alt="" class="login_hua" />
- <img th:src="${portalHost+'/img/login_shadow.png'}" alt="阴影效果" class="login_shadow"/>
- <img th:src="${portalHost+'/img/login_close.png'}" alt="" class="login_close" />
- </div>
- </div>
- </div>
- <div class="smg"><input type="text" name="msg" value="" id="msg" readonly="readonly"/></div>
- </th:block>
- <th:block th:fragment="footer(scripts)">
- <script th:inline="javascript">
- /*<![CDATA[*/
- window.globalConfig = {};
- globalConfig.context = /*[[${basePath}]]*/ '';
- globalConfig.portalHost = /*[[${portalHost}]]*/ '';
- globalConfig.staticDomain = /*[[${staticDomain}]]*/ '';
- globalConfig.staticHost = /*[[${staticHost}]]*/ '';
- globalConfig.uploadPath = /*[[${uploadPath}]]*/ '';
- globalConfig.uploadPrivatePath = /*[[${uploadPrivatePath}]]*/ '';
- globalConfig.avatarHost = /*[[${avatarHost}]]*/ '';
- globalConfig.avatarUploadHost = /*[[${avatarUploadHost}]]*/ '';
- globalConfig.csrfToken = /*[[${csrf}]]*/ '';
- globalConfig.kfqq = '2035994611';
- window.userData = {};
- window.adminData = {};
- /*]]>*/
- </script>
- <script th:inline="javascript" th:if="${adminData!=null}">
- /*<![CDATA[*/
- window.adminData = {
- mobile: /*[[${adminData.mobile}]]*/ '',
- name: /*[[${adminData.name}]]*/ '',
- email: /*[[${adminData.email}]]*/ '',
- createTime: /*[[${adminData.createTime}]]*/ '',
- uid: /*[[${adminData.id}]]*/ ''
- }
- window.showUserManage = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/userManage')}]]*/ false;
- window.showServices = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/services')}]]*/ false;
- window.showAchievement = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/achievement')}]]*/ false;
- window.showDemand = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/demand')}]]*/ false;
- window.showIdea = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/idea')}]]*/ false;
- window.showCustomer = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/customer')}]]*/ false;
- window.showUserList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/userList')}]]*/ false;
- window.showOrgList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/orgList')}]]*/ false;
- window.showPermissionList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/permissionList')}]]*/
- false;
- window.showRoleList = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/roleList')}]]*/ false;
- window.showAuditStatus = /*[[${shiro.hasRole('999999') || shiro.isPermitted('api/admin/auditStatus')}]]*/ false;
- window.showSystem = /*[[${shiro.hasRole('999999') || shiro.isPermitted('admin/system')}]]*/ false;
- /*]]>*/
- </script>
- <script th:inline="javascript" th:if="${userData!=null}">
- /*<![CDATA[*/
- window.userData = {
- mobile: /*[[${userData.mobile}]]*/ '',
- nickname: /*[[${userData == null} ? null : ${userData.nickname}]]*/ '',
- number: /*[[${userData == null} ? null : ${userData.number}]]*/ '',
- type: /*[[${userData == null} ? null : ${userData.type}]]*/ '',
- email: /*[[${userData == null} ? null : ${userData.email}]]*/ '',
- createTime: /*[[${userData == null} ? null : ${userData.createTime}]]*/ '',
- lvl: /*[[${userData == null} ? null : ${userData.lvl}]]*/ ''
- }
- /*]]>*/
- </script>
- <th:block th:replace="${scripts}" />
- </th:block>
- </body>
- </html>
|