123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"> -->
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> -->
- <meta name="Generator" content="EditPlus®">
- <link rel="shortcut icon" href="favicon.ico"/>
- <meta name="Author" content="">
- <meta name="Keywords" content="">
- <meta name="Description" content="">
- <title></title>
- <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
- <link rel="stylesheet" href="${contextPath}/WebPages_170421/css/service/service.css" type="text/css">
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/jquery.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/service/service.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/jump.js"></script>
- <script type='text/javascript'>
- function tim(){
-
- var date = new Date();
- var seperator1 = "-";
- var year = date.getFullYear();
- var month = date.getMonth() + 1;
- var strDate = date.getDate();
- if (month >= 1 && month <= 9) {
- month = "0" + month;
- }
- if (strDate >= 0 && strDate <= 9) {
- strDate = "0" + strDate;
- }
- var mydate=new Date();
- var myddy=mydate.getDay();
- var weekday=["星期日","星期一","星期二","星期三","星期四","星期五","星期六"];
- document.getElementById('days').innerHTML=year+seperator1+month+seperator1+strDate+' '+weekday[myddy];
- }
- setInterval(tim,1000);
- </script>
- <script>
- $(function(){
-
- //tab选项卡点击
- //$(".title li").click(function(){ 标题点击
- //var index=$(this).index(); 获得当前点击标题的下标
- //$(this).addClass("active").siblings().removeClass("active"); 给当前选项添加选中,其他移除选中
- // $(".content .contentlist").eq(index).show().siblings().hide(); 对应下标的内容框显示,其他隐藏
- //});
- //tab选项卡悬停
- $("#title ul li").first().addClass("active");
- $(".title li").hover(function(){ ////标题悬停
- var index=$(this).index(); //获得当前点击标题的下标
- $(this).addClass("active").siblings().removeClass("active"); //给当前选项添加选中,其他移除选中
- $(".content .contentlist").eq(index).show().siblings().hide(); //对应下标的内容框显示,其他隐藏
- });
- $("#title1 ul li").first().addClass("active");
- $(".title1 li").hover(function(){
- var index=$(this).index();
- $(this).addClass("active").siblings().removeClass("active");
- $(".content1 .contentlist1").eq(index).show().siblings().hide();
- });
- })
- </script>
- </head>
- <body>
- <!-- wrapper 开始 -->
- <div class="wrapper">
- <div class="topbar">
- <div class="some">
- <div class="date" id='days'></div><!-- 2018-07-07 星期六 -->
- <div class="sign">
- <%if(null != session.LoginUser!){%>
- <a href="${contextPath}/toindex">个人中心</a>
- <%}else{%>
- <a style="float:left;" href="${contextPath}/toindex?typeCode=0" >注册</a>
- <div style="float:left; color:#fff; margin-left:10px;"> | </div>
- <a style="float:left;" href="${contextPath}/toindex?typeCode=1">登录</a>
- <%}%>
- </div>
- </div>
- </div>
- <!-- wrapper contents 开始 -->
- <div class="contents">
- <!-- wrapper contents head 开始 -->
- <div class="head">
- <div class="logo">
- <img src="${contextPath}/WebPages_170421/img/homepage/logo.png">
- </div>
- <div class="nav">
- <a href="${contextPath}/">首页</a><!--
- --><a href="${contextPath}/GovernmentAffairs">科技政务</a><!--
- --><a href="${contextPath}/Policy/findListByType?typeCode=ZHZDZC&pageNumber=1">科技政策</a><!--
- --><a href="${contextPath}/Supermarket">科技超市</a><!--
- --><a href="${contextPath}/Data/toindex">科技数据</a><!--
- --><a href="${contextPath}/Service/toInnovativeServices">科技服务</a><!--
- --><a href="${contextPath}/mapApply/getMap">科技资源</a><!--
- --><a href="${contextPath}/Talent/toTech">科技人才</a><!--
- <a href="#this">创新联盟</a>-->
- </div>
- </div>
- <!-- wrapper contents head 结束 -->
- <!-- wrapper contents main 开始 -->
- <div class="main">
- <!-- wrapper contents main partone 开始 -->
- <div class="partone">
- <div class="notification2">
- <a href="#"><h2>视频会议中心</h2></a>
- <ul style="margin-top:0px !important; height:188px;">
- <%for(tempOrder in proceedList){%>
- <li>
- <a>
- <span class="dian"></span>
- <span class="tt">${tempOrder.startTime}</span>
- <span class="nam">${tempOrder.meetingName}</span>
- </a>
- </li>
- <!-- 多余 数据库中有足够数据删除 -->
- <li>
- <a>
- <span class="dian"></span>
- <span class="tt">${tempOrder.startTime}</span>
- <span class="nam">科技部关于发布国家重点研发家重点</span>
- </a>
- </li>
- <li>
- <a>
- <span class="dian"></span>
- <span class="tt">${tempOrder.startTime}</span>
- <span class="nam">${tempOrder.meetingName}</span>
- </a>
- </li>
- <!-- // 多余 数据库中有足够数据删除 -->
-
- <%}elsefor{%>
- <li><span class="title">还没有正在召开的会议。</span></li>
- <%}%>
- </ul>
-
- <!-- 进入视频中心 -->
- <div class="entermore">
- <a href="${contextPath}/Meeting/toindex">进入视频中心 ></a>
-
- </div>
- <!-- // 进入视频中心 -->
-
-
- </div>
- </div>
- <!-- wrapper contents main partone 结束 -->
- <div class="parttwo">
- <div class="latestinfo">
-
- <div class="tab">
- <ul class="title" id="title">
- <li class="active"><a href="#">专题研讨</a><span></span></li>
- <li><a href="#">技术问答</a><span></span></li>
- <li><a href="#">行业研究</a><span></span></li>
- <li><a href="#">科技培训</a></li>
- </ul>
-
- <div class="content" id="content">
- <div class="contentlist">
- <ul style=" height:196px;">
- <%for(tempData in topicsList){%>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/TFDPublic/getTopicsAndThemeList?topicsId=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.name}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
-
- <!-- 可删除 -->
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/TFDPublic/getTopicsAndThemeList?topicsId=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/TFDPublic/getTopicsAndThemeList?topicsId=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.name}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/TFDPublic/getTopicsAndThemeList?topicsId=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.name}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
-
- <!-- // 可删除 -->
-
- <%}%>
-
- </ul>
- <div class="entermore" style="width:756px; margin-left:0;">
- <a href="${contextPath}/GovernmentAffairs/findListByType?typeCode=CXJL&pageNumber=1">查看更多 ></a>
- </div>
- </div>
- <!-- 技术问答 -->
- <div class="contentlist">
- <ul style=" height:196px;">
- <%for(tempData in qaThemeList){%>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/TechnicalQaWeb/answer?id=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.title}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
-
- <!-- 可删除 -->
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/TechnicalQaWeb/answer?id=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/TechnicalQaWeb/answer?id=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.title}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/TechnicalQaWeb/answer?id=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.title}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
-
- <!-- // 可删除 -->
-
- <%}%>
-
- </ul>
- <div class="entermore" style="width:756px; margin-left:0;">
- <a href="${contextPath}/TechnicalQaWeb/">查看更多 ></a>
- </div>
- </div>
- <!-- 行业研究开始 -->
- <div class="contentlist">
- <ul style=" height:196px;">
- <%for(tempData in irIndustryForecastList){%>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/IndustryForecast/view?id=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.name}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
-
- <!-- 可删除 -->
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/IndustryForecast/view?id=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/IndustryForecast/view?id=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.name}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="${contextPath}/IndustryForecast/view?id=${tempData.id}">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">${tempData.name}</span>
- <span style="float:right; margin-right:0;" class="tt">${tempData.createDate}</span>
- </a>
- </li>
-
- <!-- // 可删除 -->
-
- <%}%>
-
- </ul>
- <div class="entermore" style="width:756px; margin-left:0;">
- <a href="${contextPath}/IndustryResearch/toqindex">查看更多 ></a>
- </div>
- </div>
- <!-- 科技培训开始 -->
-
- <div class="contentlist">
- <ul style=" height:196px;">
-
- <li style="overflow:hidden; height:31px;">
- <a href="#">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验</span>
- <span style="float:right; margin-right:0;" class="tt">2018-03-19</span>
- </a>
- </li>
-
- <!-- 可删除 -->
- <li style="overflow:hidden; height:31px;">
- <a href="#">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验</span>
- <span style="float:right; margin-right:0;" class="tt">2018-03-19</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="#">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">工业产品生产许可证管理目录再“瘦身”</span>
- <span style="float:right; margin-right:0;" class="tt">2018-03-19</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="#">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">工业产品生产许可证管理目录再“瘦身”</span>
- <span style="float:right; margin-right:0;" class="tt">2018-03-19</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="#">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验尼日利亚传统领袖:尼应学习借鉴中国自贸区建设经验</span>
- <span style="float:right; margin-right:0;" class="tt">2018-03-19</span>
- </a>
- </li>
- <li style="overflow:hidden; height:31px;">
- <a href="#">
- <span class="dian"></span>
- <span style="float:left; width:600px; margin-right:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; ">工业产品生产许可证管理目录再“瘦身”</span>
- <span style="float:right; margin-right:0;" class="tt">2018-03-19</span>
- </a>
- </li>
-
- <!-- // 可删除 -->
-
-
-
- </ul>
- <div class="entermore" style="width:756px; margin-left:0;">
- <a href="#">查看更多 ></a>
- </div>
- </div>
-
- <!-- 科技培训结束 -->
- </div>
- </div>
- </div>
- </div>
- <div class="clear"></div>
-
- </div>
- <!-- wrapper contents main 结束 -->
- <div class="main1">
- <div class="maintop">
- <h2>常用服务</h2>
- </div>
- <ul class="fuwu">
- <li class="fuwui"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/zscqfw.png" alt=""></a></li>
- <li class="fuwui"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/kjwxfu.png" alt=""></a></li>
- <li class=" fuwui w355"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/kjcxfu.png" alt=""></a></li>
- <li class="fuwui"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/ggjspt.png" alt=""></a></li>
- <li class="fuwui"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/kjjr.png" alt=""></a></li>
- <li class=" fuwui w355"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/dxyqxzw.png" alt=""></a></li>
- <li class="fuwui"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/vrzt.png" alt=""></a></li>
- <li class="fuwui"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/wckj.png" alt=""></a></li>
- <li class=" fuwui w355"><a href="#this"><img src="${contextPath}/WebPages_170421/img/service/kjyj.png" alt=""></a></li>
- </ul>
- </div>
-
- <div class="footer">
- <div>
- <p>版权所有:吉林省计算中心</p>
- <p>技术支持:长春市福瑞科技有限公司</p>
- <p>邮编:130000</p>
- <p>传真:239823982</p>
- <p>地址:吉林省长春市朝阳区前进大街1244号</p>
- <p>电话:0431-1234567</p>
- <p>邮箱:123456@163.com</p>
- </div>
- </div>
-
- </div>
- <!-- wrapper contents 结束 -->
-
- </div>
- <!-- wrapper 结束 -->
-
- </body>
- </html>
|