123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703 |
- <!-- <%var cssPar = {%>
- <link rel="stylesheet" href="${contextPath}/WebPages_170421/css/data/data.css" type="text/css">
- <%};%>
- <%var jsPar = {%>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/data/newIndex.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/data/data.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/data/jquery.tools.tabs.min.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/echarts.js"></script>
- <%};%> -->
- <!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/supermarket/supermarketPages.css"> -->
- <link rel="stylesheet" href="${contextPath}/WebPages_170421/css/data/data.css" >
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/jquery.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/data/newIndex.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/data/data.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/data/jquery.tools.tabs.min.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/echarts.js"></script>
-
-
-
- <!-- <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> -->
- <!-- <script type="text/javascript" src="js/jquery.pseudo.js"></script> -->
- <!-- <script src="${contextPath}/WebPages_170421/js/supermarket/supermarket.js"></script>
- <script type="text/javascript" src="${contextPath}/WebPages_170421/js/jquery.SuperSlide2.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>
- </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>
- <!-- contents 开始 -->
- <div class="contents">
- <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>
- <!-- main 开始 -->
- <div class="main">
- <div class="partone">
- <!-- oneleft 开始 -->
- <div class="oneleft">
- <ul>
- <li><a href="#"><img src="${contextPath}/WebPages_170421/img/supermarket/keji.jpg" style="vertical-align: middle;"> 分类导航</a></li>
- <li><a href="#">科技文献</a></li>
- <li><a href="#">科技报告</a></li>
- <li><a href="#">科技期刊</a></li>
- <li><a href="#">科技智库</a></li>
- <li><a href="#">科技成果</a></li>
- <li><a href="#">科技交易</a></li>
- </ul>
- </div>
- <!-- oneleft 结束 -->
- <!-- onecenter 开始 -->
- <div class="onecenter">
- <div class="centertop">数据展示</div>
- <div class="centertu">
- <!-- 图片数据展示开始 -->
- <div class="slide">
- <div class="images">
- <div class="a" >
- <a href="${contextPath}/Data/keji" target="_blank" >
- <div class="container">
- <div id="main">
- <script type="text/javascript">
- var myChart = echarts.init(document.getElementById('main'));
- var data = [
- [[28604,77,17096869,'Australia',1990],[31163,77.4,27662440,'Canada',1990],[1516,68,1154605773,'China',1990],[13670,74.7,10582082,'Cuba',1990],[28599,75,4986705,'Finland',1990],[29476,77.1,56943299,'France',1990],[31476,75.4,78958237,'Germany',1990],[28666,78.1,254830,'Iceland',1990],[1777,57.7,870601776,'India',1990],[29550,79.1,122249285,'Japan',1990],[2076,67.9,20194354,'North Korea',1990],[12087,72,42972254,'South Korea',1990],[24021,75.4,3397534,'New Zealand',1990],[43296,76.8,4240375,'Norway',1990],[10088,70.8,38195258,'Poland',1990],[19349,69.6,147568552,'Russia',1990],[10670,67.3,53994605,'Turkey',1990],[26424,75.7,57110117,'United Kingdom',1990],[37062,75.4,252847810,'United States',1990]],
- [[44056,81.8,23968973,'Australia',2015],[43294,81.7,35939927,'Canada',2015],[13334,76.9,1376048943,'China',2015],[21291,78.5,11389562,'Cuba',2015],[38923,80.8,5503457,'Finland',2015],[37599,81.9,64395345,'France',2015],[44053,81.1,80688545,'Germany',2015],[42182,82.8,329425,'Iceland',2015],[5903,66.8,1311050527,'India',2015],[36162,83.5,126573481,'Japan',2015],[1390,71.4,25155317,'North Korea',2015],[34644,80.7,50293439,'South Korea',2015],[34186,80.6,4528526,'New Zealand',2015],[64304,81.6,5210967,'Norway',2015],[24787,77.3,38611794,'Poland',2015],[23038,73.13,143456918,'Russia',2015],[19360,76.5,78665830,'Turkey',2015],[38225,81.4,64715810,'United Kingdom',2015],[53354,79.1,321773631,'United States',2015]]
- ]
- option = {
- title: {
- text: '1990 与 2015 年各国家人均寿命与 GDP',
- textStyle: {
- color: '#fff',
- fontSize:10
- },
- subtext: '来源:吉林省科技厅',
- subtextStyle: {
- color: '#fff',
- fontSize:6
- }
- },
- legend: {
- right: 2,
- data: ['计算机', 'VR'],
- textStyle: {
- color: '#fff',
- fontSize:6
- }
- },
- xAxis: {
- splitLine: {
- lineStyle: {
- type: 'dashed'
- }
- },
- axisLine: {
- lineStyle: {
- color: '#ffffff'
- }
- }
- },
- yAxis: {
- splitLine: {
- lineStyle: {
- type: 'dashed'
- }
- },
- axisLine: {
- lineStyle: {
- color: '#ffffff'
- }
- },
- scale: true
- },
- series: [{
- name: '计算机',
- data: data[0],
- type: 'scatter',
- symbolSize: function (data) {
- return Math.sqrt(data[2]) / 15e2;
- },
- label: {
- emphasis: {
- show: true,
- formatter: function (param) {
- return param.data[3];
- },
- position: 'top'
- }
- },
- itemStyle: {
- normal: {
- shadowBlur: 10,
- shadowColor: 'rgba(120, 36, 50, 0.5)',
- shadowOffsetY: 5,
- color: new echarts.graphic.RadialGradient(0.4, 0.3, 1, [{
- offset: 0,
- color: 'rgb(251, 118, 123)'
- }, {
- offset: 1,
- color: 'rgb(204, 46, 72)'
- }])
- }
- }
- }, {
- name: 'VR',
- data: data[1],
- type: 'scatter',
- symbolSize: function (data) {
- return Math.sqrt(data[2]) / 15e2;
- },
- label: {
- emphasis: {
- show: true,
- formatter: function (param) {
- return param.data[3];
- },
- position: 'top'
- }
- },
- itemStyle: {
- normal: {
- shadowBlur: 10,
- shadowColor: 'rgba(25, 100, 150, 0.5)',
- shadowOffsetY: 5,
- color: new echarts.graphic.RadialGradient(0.4, 0.3, 1, [{
- offset: 0,
- color: 'rgb(129, 227, 238)'
- }, {
- offset: 1,
- color: 'rgb(25, 183, 207)'
- }])
- }
- }
- }]
- };
- myChart.setOption(option);
- </script>
- </div>
-
- </div>
- </a>
- </div>
- <div class="a" >
- <a href="${contextPath}/Data/keji4" target="_blank" >
- <div class="container">
- <div id="main1">
- <script type="text/javascript">
- var myChart = echarts.init(document.getElementById('main1'));
- option = {
- title : {
- text: '合同登记数据展示合同登记数据展示',
- textStyle: {
- color: '#ffffff',
- fontSize:18
- },
- subtext: '来源:吉林省科技厅',
- subtextStyle: {
- color: '#ffffff'
- }
- },
- color: ['#3398DB'],
- tooltip: {
- trigger: 'axis',
- axisPointer: { // 坐标轴指示器,坐标轴触发有效
- type: 'line' // 默认为直线,可选为:'line' | 'shadow'
- }
- },
- grid: {
- left: '3%',
- right: '4%',
- bottom: '3%',
- containLabel: true
- },
- xAxis: [{
- type: 'category',
- data: ['绿园区', '宽城区宽', '朝阳区', '二道', 'Fri', 'Sat', 'Sun'],
- axisTick: {
- alignWithLabel: true
- },
- axisLine: {
- lineStyle: {
- color: '#ffffff'
- }
- }
- }],
- yAxis: [{
- type: 'value',
- axisTick: {
- alignWithLabel: true
- },
- axisLine: {
- lineStyle: {
- color: '#ffffff'
- }
- }
- }],
- series: [{
- name: '直接访问',
- type: 'bar',
- barWidth: '60%',
- data: [10, 52, 200, 334, 1290, 330, 220]
- }]
- };
- myChart.setOption(option);
- </script>
- </div>
- </div>
- </a>
- </div>
- <!--新加 -->
- <div class="a" >
- <a href="${contextPath}/Data/keji5" target="_blank" >
- <div class="container">
- <div id="main5">
- <script type="text/javascript">
- var myChart = echarts.init(document.getElementById('main5'));
- var option = {
- title : {
- text: '买方类别',
- // top:10,
- left:'center',
- textStyle: {
- color: '#ffffff',
- fontSize:18
- },
- subtext: '来源:吉林省科技厅',
- x:'center',
- subtextStyle: {
- color: '#ffffff',
- }
- },
- tooltip : {
- trigger: 'item',
- formatter: "{a} <br/>{b} : {c} ({d}%)"
- },
- series : [
- {
- name: '买方类别',
- type: 'pie',
- radius : '55%',
- center: ['50%', '60%'],
- data:[
- {value:335, name:'机关法人'},
- {value:310, name:'事业机关法人'},
- {value:234, name:'企业机关法人'},
- {value:135, name:'自然人'},
- {value:1548, name:'其他组织'}
- ],
- itemStyle: {
- emphasis: {
- shadowBlur: 10,
- shadowOffsetX: 0,
- shadowColor: 'rgba(0, 0, 0, 0.5)'
- }
- }
- }
- ],
- color: [
- '#c23531',
- '#69bcf5',
- '#61a0a8',
- '#d48265',
- '#91c7ae'
- ]
- };
- myChart.setOption(option);
- </script>
- </div>
- </div>
- </a>
- </div>
- <!--//新加 -->
- <div class="a" >
- <a href="${contextPath}/Data/keji2" target="_blank" >
- <div class="container">
- <div id="main2">
- <script type="text/javascript">
- var myChart = echarts.init(document.getElementById('main2'));
- myChart.setOption({
- title : {
- text: '技术交易额',
- // top:50,
- left:'center',
- textStyle: {
- color: '#ffffff',
- fontSize:18
- },
- subtext: '来源:吉林省科技厅',
- x:'center',
- subtextStyle: {
- color: '#ffffff',
- }
- },
- tooltip : {
- trigger: 'item',
- formatter: "{a} <br/>{b} : {c} ({d}%)"
- },
- series : [
- {
- itemStyle: {
- emphasis: {
- shadowBlur: 200,
- shadowColor: 'rgba(0, 0, 0, 0.5)'
- }
- },
- center: ['50%', '60%'],
- name: '技术交易额',
- type: 'pie',
- radius: '65%',
- roseType: 'angle',
- data:[
- {value:235, name:'技术秘密'},
- {value:274, name:'专利'},
- {value:310, name:'计算机软件著作权'},
- {value:335, name:'生物、医药新品种'},
- {value:300, name:'搜索引擎'},
- {value:335, name:'涉及著作权'},
- {value:200, name:'未涉及著作产权'}
- ]
- }
- ],
- color: [
- '#c23531',
- '#69bcf5',
- '#61a0a8',
- '#d48265',
- '#91c7ae',
- '#749f83',
- '#ca8622'
- ]
- })
- </script>
- </div>
- </div>
- </a>
- </div>
- <div class="a" >
- <a href="${contextPath}/Data/keji3" target="_blank" >
- <div class="container">
- <div id="main3">
- <script type="text/javascript">
- var myChart = echarts.init(document.getElementById('main3'));
- var option = {
- title : {
- text: '地区分布',
- // top:30,
- left:'center',
- textStyle: {
- color: '#ffffff',
- fontSize:18
- },
- subtext: '来源:吉林省科技厅',
- x:'center',
- subtextStyle: {
- color: '#ffffff',
- }
- },
- tooltip: {
- trigger: 'item',
- formatter: "{a} <br/>{b}: {c} ({d}%)"
- },
- series: [
- {
- center: ['50%', '60%'],
- name:'地区分布',
- type:'pie',
- radius: ['50%', '70%'],
- avoidLabelOverlap: false,
- label: {
- normal: {
- show: false,
- position: 'center'
- },
- emphasis: {
- show: true,
- textStyle: {
- fontSize: '35',
- fontWeight: 'bold'
- }
- }
- },
- labelLine: {
- normal: {
- show: false
- }
- },
- data:[
- {value:335, name:'长春'},
- {value:310, name:'长春1'},
- {value:234, name:'长春2'},
- {value:135, name:'长春3'},
- {value:548, name:'长春4'}
- ]
- }
- ],
- color: [
- '#c23531',
- '#69bcf5',
- '#61a0a8',
- '#d48265',
- '#91c7ae'
- ]
- };
- myChart.setOption(option);
- </script>
- </div>
- </div>
- </a>
- </div>
- <div class="a" >
- <a href="${contextPath}/Data/keji6" target="_blank">
- <div class="container">
- <div id="main4">
- <script type="text/javascript">
- var myChart = echarts.init(document.getElementById('main4'));
- option = {
- title : {
- text: '技术领域',
- // top:30,
- left:'center',
- textStyle: {
- color: '#ffffff',
- fontSize:18
- },
- subtext: '来源:吉林省科技厅',
- x:'center',
- subtextStyle: {
- color: '#ffffff'
- }
- },
- tooltip: {
- trigger: 'item',
- formatter: "{a} <br/>{b}: {c} ({d}%)"
- },
- series: [
- {
- center: ['50%', '60%'],
- name:'技术领域',
- type:'pie',
- selectedMode: 'single',
- radius: [0, '30%'],
- label: {
- normal: {
- position: 'inner'
- }
- },
- labelLine: {
- normal: {
- show: false
- }
- },
- data:[
- {value:335, name:'直达', selected:true},
- {value:679, name:'电子'},
- {value:1548, name:'农业'}
- ]
- },
- {
- center: ['50%', '60%'],
- name:'技术领域',
- type:'pie',
- radius: ['40%', '55%'],
- data:[
- {value:335, name:'电子信息'},
- {value:310, name:'航空航天'},
- {value:234, name:'先进制造'},
- {value:135, name:'生物、医药和医疗器械'},
- {value:1048, name:'新材料及其应用'},
- {value:251, name:'环境保护'},
- {value:147, name:'核应用'},
- {value:102, name:'现代交通'}
- ]
- }
- ]
- };
- myChart.setOption(option);
- </script>
- </div>
- </div>
- </a>
- </div>
- <!-- 新加 -->
-
-
- </div>
- <a class="backward png"> < </a>
- <a class="forward png"> > </a>
- <div class="tabs">
- <a href="${contextPath}/Data/keji5"></a>
- <a href="${contextPath}/Data/keji4"></a>
- <a href="${contextPath}/Data/keji2"></a>
- <a href="${contextPath}/Data/keji3"></a>
- <a href="${contextPath}/Data/keji6"></a>
- <a href="${contextPath}/Data/keji"></a>
- </div>
- </div>
-
-
-
- </div>
- </div>
- <!-- onecenter 结束 -->
- <!-- notification 开始 -->
- <div class="notification">
-
- <div class="notification1">
- <a href="${contextPath}/GovernmentAffairs/findListByType?typeCode=TZTG&pageNumber=1"><h2>通知公告<span></span><span></span><span></span></h2></a>
- <div class="tongji">
- <img src="${contextPath}/WebPages_170421/img/data/tongji.png">
- </div>
-
- <ul class="notiul">
- <li><a href="#this">2017新认定高新技术企业241家,排名全省第一,目前全市查看</a></li>
- <li><a href="#this">关于开展2017年度高新技术企业、高新区、特色产业基地业基地</a></li>
- <li><a href="#this">新认定高新技术企业241家,排名全省第一,目前全市</a></li>
- <li><a href="#this">关于开展2017年度高新技术企业、高新区、特色产业基地业基地</a></li>
- <li><a href="#this">新认定高新技术企业241家,排名全省第一,目前全市.</a></li>
- <li><a href="#this">关于开展2017年度高新技术企业、高新区、特色产业基地业基地</a></li>
- </ul>
- </div>
- </div>
- <!-- notification 结束 -->
- </div>
-
- <div class="parttwo">
- <div class="notification2">
- <a href="${contextPath}/GovernmentAffairs/findListByType?typeCode=TZTG&pageNumber=1"><h2>通知通告<span></span><span></span><span></span></h2></a>
- <ul>
- <%for(TZTG in TZTGList){%>
- <li>
- <a href="${contextPath}/GovernmentAffairs/findById?typeCode=TZTG&id=${TZTG.Id}">
- <span>${TZTG.name!''}</span>
- <span class="tt">${TZTG.createDate!''}</span>
- </a>
- </li>
- <%}elsefor{%>
- <li>
- <span>没有通知通告...</span>
- </li>
- <%}%>
- </ul>
- </div>
-
- <div class="notification2">
- <a href="${contextPath}/Data/view?pageNumber=1"><h2>上报通知<span></span><span></span><span></span></h2></a>
- <ul>
- <%for(TZTG in TZTGList){%>
- <li>
- <a href="${contextPath}/GovernmentAffairs/findById?typeCode=TZTG&id=${TZTG.Id}">
- <span>${TZTG.name!''}</span>
- <span class="tt">${TZTG.createDate!''}</span>
- </a>
- </li>
- <%}elsefor{%>
- <li>
- <span>没有上报通知...</span>
- </li>
- <%}%>
- </ul>
- </div>
-
- </div>
- </div>
- <!-- main 结束 -->
- <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>
- <!-- contents 结束 -->
-
- </div>
- <!-- wrapper 结束 -->
- </body>
- </html>
|