123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- <!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">
- <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>
- <div class="wrapper">
- <%include("/WebPages_170421/commonPage/menu.html"){}%>
- <div class="main">
- <div class="partone">
- <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="${contextPath}/Supermarket/toEnterprisePage?storetype=GXYS">高校院所</a></li>
- <li><a href="">科研院所</a></li>
- <li><a href="${contextPath}/Supermarket/toEnterprisePage?storetype=QYJT">科技企业</a></li>
- <li><a href="${contextPath}/Supermarket/toEnterprisePage?storetype=JGTT">机构团体</a></li>
- <li><a href="${contextPath}/Supermarket/toProductTypePage?producttype=YJKF">研发服务</a></li>
- <li><a href="${contextPath}/Supermarket/toProductTypePage?producttype=JSCG">技术成果</a></li>
- <li><a href="${contextPath}/Supermarket/toProductTypePage?producttype=CXCP">创新产品</a></li>
- <li><a href="${contextPath}/Supermarket/toProductTypePage?producttype=ZXFW">咨询服务</a></li>
- <li><a href="${contextPath}/Talent/toTech">创新人才</a></li>
- </ul>
- </div>
- <div class="oneright">
- <div class="sou">
- <form class="sout" action="${contextPath}/Supermarket/search?type=ALL" method="post">
- <input type="text" name="name" placeholder="输入产品关键字">
- <button><img src="${contextPath}/WebPages_170421/img/homepage/search.jpg"><span>产品</span></button>
- </form>
- <form class="soub" action="${contextPath}/Supermarket/search?type=ZGX" method="post">
- <input type="text" name="name" placeholder="输入供需关键字">
- <button><img src="${contextPath}/WebPages_170421/img/homepage/search.jpg"><span>供求</span></button>
- </form>
- </div>
- <div class="more">
- <div class="tab">
- <ul class="title" id="title">
- <li class="active" alt="ZJS"><a href="#">技术供求</a><span></span></li>
- <li alt="ZCP"><a href="#">产品供求</a><span></span></li>
- <li alt="ZFW"><a href="#">服务供求</a><span></span></li>
- <li alt="ZRC"><a href="${contextPath}/Talent/toTech">人才供求</a></li>
- </ul>
- <div style="float:left; height:60px; line-height:60px;"><a id="zBtn" style="float:left; height:60px; line-height:60px;" href="${contextPath}/Supermarket/search?type=ZJS&totaltype=0"><span class="spand"></span><span class="spand"></span><span class="spand"></span></a></div>
- <div class="content" id="content">
- <div class="contentlist" >
- <div class="js">
- <ul>
- <%for(product in productlist01){%>
- <li>
- <a href="${contextPath}/Supermarket/toProductDetailsPage?id=${product.id}">
- <p>${product.name!''}</p>
- <p>技术类型:${product.producttypeName!''}<span>日期:${product.createDate!''}</span></p>
- <p>价格:¥${product.price!''}元/${product.priceunit!''}</p>
- </a>
- </li>
- <%}%>
- <!-- <li class="chak" ><a href="${contextPath}/Supermarket/search?type=ZJS&totaltype=1">查看更多> </a></li> -->
- </ul>
-
- </div>
- </div>
- <div class="contentlist">
- <%for(product in productlist00){%>
- <div class="pro">
- <a href="${contextPath}/Supermarket/toProductDetailsPage?id=${product.id}">
- <%if(product.image1!'' != ""){%>
- <img src="${contextPath}/imageFile/getImage?imagePath=${product.image1!''}" >
- <%}else{%>
- <imgsrc="${contextPath}/WebPages_170421/img/supermarket/d1.gif" >
- <%}%>
- <div class="proinfo">
- <p>${product.name!''}</p>
- <p><div style="float: left; color: red; max-width: 120px; overflow: hidden; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 6px;">¥${product.price!''}元/${product.priceunit!''}</div><div style="float:right; padding-right:6px;">${product.producttypeName!''}</div></p>
- <!-- <p class="p4">${product.createDate!''}</p> -->
- </div>
- </a>
- </div>
- <%}%>
- <!-- <li class="chak" ><a href="${contextPath}/Supermarket/search?type=ZCP&totaltype=0">查看更多> </a></li> -->
- </div>
-
- <div class="contentlist">
- <ul class="fw">
- <%for(product in productlist02){%>
- <li>
- <a href="${contextPath}/Supermarket/toProductDetailsPage?id=${product.id}">
- <span>${product.name!''}</span>
- <span>服务类型:${product.producttypeName!''}</span>
- <span>¥${product.price!''}元/${product.priceunit!''}</span><span>${product.createDate!''}</span>
- </a>
- </li>
- <%}%>
- <!-- <li class="chak" ><a href="${contextPath}/Supermarket/search?type=ZFW&totaltype=2">查看更多> </a></li> -->
- </ul>
- </div>
- <div class="contentlist">
- 正在跳转请稍后...
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="parttwo">
- <h2>最新发布
- <a href="${contextPath}/Supermarket/search?type=ZGX"> <div></div><div></div><div></div></a>
- <a href="${contextPath}/productUser/toindex?typeCode=1&kjcsType=0" target="_blank">
- <span>我要发布</span>
- </a>
-
- </h2>
- <div class="fb">
- <%for(supply in supplylist){%>
- <div class="falist">
- <div class="falift">
- <a href="${contextPath}/Supermarket/toSupplydemandDetailsPage?id=${supply.id!''}">
- <%if(supply.image1!'' != ''){%>
- <img src="${contextPath}/imageFile/getImage?imagePath=${supply.image1!''}">
- <%}else{%>
- <img src="${contextPath}/WebPages_170421/img/logo.gif">
- <%}%>
- </a>
- </div>
- <div class="faright">
- <div class="frtop">
- <div style="float:left;">${supply.name!''}</div>
- <div style="float:right; margin-right:10px;">供</div>
- </div>
- <div class="frtoptwo">
- <div class="two1">
- 所属企业:硅藻土企业
- </div>
- <div class="two2">
- 认证状态:已认证
- </div>
- </div>
- <div class="frtoptwo">
- <div class="two1">
- 类别:${supply.supplytype!''}
- </div>
- <div class="two2">
- 上架时间:${supply.createDate!''}
- </div>
- </div>
- </div>
-
- </div>
- <%}%>
- </div>
- </div>
- <div class="partthree">
- <h2>
- 交易展示
- <a href="${contextPath}/Supermarket/transactionlist"> <div style="width:3px; height:3px;"></div><div style="width:3px; height:3px;"></div><div style="width:3px; height:3px;"></div></a>
- </h2>
-
- <ul>
- <li><span style=" height:28px; line-height:28px; ">营销单位</span><span style=" height:28px; line-height:28px; ">采购单位</span><span style=" height:28px; line-height:28px; ">产品交易</span><span style=" height:28px; line-height:28px; ">交易状态</span></li>
- <%for(transaction in transactionlist){%>
- <li>
- <span class="span1 w220" style="width:200px; height:28px; line-height:28px; margin-left:53px; margin-right:53px;" >
- <%if(transaction.userAllianceName1!'' != ""){%>
- ${transaction.userAllianceName1}
- <%}else if(transaction.userEnterpriseName1!'' != ""){%>
- ${transaction.userEnterpriseName1}
- <%}else{%>
- ${transaction.userName1}
- <%}%>
- </span>
-
- <span class="span1 w250" style="width:200px; height:28px; line-height:28px; margin-left:33px; margin-right:53px;">
- <%if(transaction.userAllianceName!'' != ""){%>
- ${transaction.userAllianceName}
- <%}else if(transaction.userEnterpriseName!'' != ""){%>
- ${transaction.userEnterpriseName}
- <%}else{%>
- ${transaction.userName}
- <%}%>
- </span>
-
- <span class="span1 w200" style="width:170px; height:28px; line-height:28px; margin-left:53px; margin-right:53px;">
- <%if(transaction.productId!'' != ""){%>
- ${transaction.productName!''}
- <%}else if(transaction.supplydemandId!'' != ""){%>
- ${transaction.supplydemandName!''}
- <%}%>
- </span>
-
- <span class="span2" style=" height:28px; line-height:28px; ">
- <%if(transaction.transactionStatus!'' == 0){%>
- 未开始
- <%}else if(transaction.transactionStatus!'' == 1){%>
- 交易中
- <%}else if(transaction.transactionStatus!'' == 2){%>
- 交易成功
- <%}else{%>
- 交易失败
- <%}%>
- </span>
- </li>
- <%}%>
- <!-- <li>
- <span>河南仪表有限公司</span><span>厦门科易通宝网络科技</span><span>多功能黑白激光</span><span>交易成功</span>
- </li> -->
- </ul>
- </div>
-
- </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>
- </div>
- <script type="text/javascript">
- window.onload=function(){
- var timer=null;
- var speed=2;
- var od=document.getElementById("roll");
- var au=od.getElementsByTagName('ul')[0];
- var ali=au.getElementsByTagName('li');
- au.innerHTML=au.innerHTML+au.innerHTML;
- au.style.width=ali[0].offsetWidth*ali.length+'px';
- timer=setInterval(move,30)
- function move(){
- if(au.offsetLeft<-au.offsetWidth/2){
- au.style.left='0';
- }
- if(au.offsetLeft>0){
- au.style.left=-au.offsetWidth/2+'px';
- }
- au.style.left=au.offsetLeft+speed+'px';
- }
- od.onmouseover=function(){
- clearInterval(timer);
- }
- od.onmouseout=function(){
- timer=setInterval(move,30)
- }
- document.getElementById("left").onmouseover=function(){
- speed=-2;
- }
- document.getElementById("right").onmouseover=function(){
- speed=2;
- }
- }
- window.onload = function () {
- // alert(1);
- // var Oul = document.getElementById("side1");
- // var Oli = Oul.getElementsByTagName("li");
- // alert(2);
- for (var j = 0; j < 8; j++) {
- if(j>5){
- // Oli[j].style.display = "none";
- $(".latestinfo ul li").eq(j+2).css({'display':'none'});
- $("ul#notification1 li").eq(j+2).css({'display':'none'});
- $("ul#notification2 li").eq(j+2).css({'display':'none'});
- $("ul#side1 li").eq(j).css({'display':'none'});
- $("ul#side2 li").eq(j).css({'display':'none'});
- }
- }
- }
- </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").click(function(){ ////标题悬停
- var index=$(this).index(); //获得当前点击标题的下标
- $(this).addClass("active").siblings().removeClass("active"); //给当前选项添加选中,其他移除选中
- $(".content .contentlist").eq(index).show().siblings().hide(); //对应下标的内容框显示,其他隐藏
- $("#zBtn").attr("href","${contextPath}/Supermarket/search?type="+$(this).attr("alt")+"&totaltype=0");
- });
- })
- </script>
- </body>
- </html>
|