personalWoFb_xq.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <!-- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"> -->
  6. <!-- <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> -->
  7. <meta name="Generator" content="EditPlus®">
  8. <link rel="shortcut icon" href="favicon.ico"/>
  9. <meta name="Author" content="">
  10. <meta name="Keywords" content="">
  11. <meta name="Description" content="">
  12. <title></title>
  13. <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
  14. <link rel="stylesheet" href="${contextPath}/WebPages_170421/css/supermarket/personalWoFb.css">
  15. <script type="text/javascript" src="${contextPath}/WebPages_170421/js/jquery.js"></script>
  16. <script type="text/javascript" src="${contextPath}/WebPages_170421/js/imgUp.js"></script>
  17. <script type='text/javascript'>
  18. function tim(){
  19. var date = new Date();
  20. var seperator1 = "-";
  21. var year = date.getFullYear();
  22. var month = date.getMonth() + 1;
  23. var strDate = date.getDate();
  24. if (month >= 1 && month <= 9) {
  25. month = "0" + month;
  26. }
  27. if (strDate >= 0 && strDate <= 9) {
  28. strDate = "0" + strDate;
  29. }
  30. var mydate=new Date();
  31. var myddy=mydate.getDay();
  32. var weekday=["星期日","星期一","星期二","星期三","星期四","星期五","星期六"];
  33. document.getElementById('days').innerHTML=year+seperator1+month+seperator1+strDate+'&nbsp;&nbsp;'+weekday[myddy];
  34. }
  35. setInterval(tim,1000);
  36. </script>
  37. </head>
  38. <body>
  39. <div class="wrapper">
  40. <%include("/WebPages_170421/commonPage/menu.html"){}%>
  41. <div class="main">
  42. <div class="partone">
  43. <div class="leftOne">
  44. <div class="oneleft">
  45. <ul>
  46. <li><a href="#"><img src="${contextPath}/WebPages_170421/img/supermarket/personal.png" style="vertical-align: middle;"> 个人中心</a></li>
  47. <li><a href="#this">基本信息</a></li>
  48. <li><a href="#this">消息管理</a></li>
  49. <li><a href="${contextPath}/product/getProductListNew?pageNumber=${pageNumber!1}&gxtype=0">我的发布</a></li>
  50. <li><a href="${contextPath}/product/mytransactionApplicationNew?pageNumber=${pageNumber!1}">我的订购</a></li>
  51. <li><a href="${contextPath}/productUser/logoutNew">注销账号</a></li>
  52. </ul>
  53. </div>
  54. <div class="oneleftTwo">
  55. <div class="leftTop"></div>
  56. <div class="leftImg">
  57. <img src="${contextPath}/WebPages_170421/img/supermarket/cha.png" >
  58. </div>
  59. <p class="wenZi">您是否愿意继续关注本平台您是否愿意继续关注本平台您是否愿意继续关注本平台</p>
  60. <form action="" method="post" class="frm">
  61. <input type="radio" name="a" class="danXuan"><p class="daAn">愿意</p>
  62. <input type="radio" name="a" class="danXuan"><p class="daAn">不愿意</p>
  63. <input type="radio" name="a" class="danXuan"><p class="daAn">愿意</p>
  64. <input type="radio" name="a" class="danXuan"><p class="daAn">不愿意</p>
  65. <button type="submit" class="buttn">确认提交</button>
  66. </form>
  67. </div>
  68. </div>
  69. <div class="oneright">
  70. <div class="rightTop">
  71. <a href="${contextPath}/product/getProductListNew?pageNumber=${pageNumber!1}&gxtype=0"><div class="rightTopL">
  72. 我的需求
  73. </div></a>
  74. <a href="${contextPath}/product/getProductListNew?pageNumber=${pageNumber!1}&gxtype=1"><div class="rightTopR">
  75. 我的供给
  76. </div></a>
  77. </div>
  78. <div class="rightContent">
  79. <ul class="tit" id="tit">
  80. <li class="tit1" onclick="xpT(0)">已经审核信息</li>
  81. <li class="tit2" onclick="xpT(1)">审核中信息</li>
  82. <li class="tit2" onclick="xpT(2)">交易成功信息</li>
  83. <li class="tit3"><a href="${contextPath}/product/toeditNew?pageNumber=${pageNumber!1}&gxtype=0">信息发布</a></li>
  84. </ul>
  85. <div class="logBox" id="logBox">
  86. <div class="smallB" style="display: block !important;">
  87. <div style="min-height: 595px;">
  88. <% if( null != dateList! ) {
  89. var i = 0;
  90. for(tempDate in dateList!) {
  91. %>
  92. <div class="fbList">
  93. <div class="fbListTop">
  94. <div class="fbListTopL">
  95. 信息号:<span>${tempDate.id!''}</span>
  96. </div>
  97. <div class="fbListTopR">
  98. ${tempDate.createDate!''}
  99. </div>
  100. </div>
  101. <div class="fbListCenter">
  102. <div class="fbListCenterL">
  103. <% if( '' != tempDate.image1!'' ) {%>
  104. <img src="${contextPath}/imageFile/getImage?imagePath=${tempDate.image1!''}" >
  105. <% }else {%>
  106. <img src="${contextPath}/WebPages_170421/img/supermarket/nophoto.png" >
  107. <%}%>
  108. </div>
  109. <div class="fbListCenterC">
  110. <div class="listName">
  111. ${tempDate.name!''}
  112. </div>
  113. <div class="listName h49">
  114. 类别:<% if( 0 == tempDate.totaltype! ) { %>产品
  115. <%}else if( 1 == tempDate.totaltype! ){%>技术
  116. <%}else if( 2 == tempDate.totaltype! ){%>服务
  117. <%}else{%>产品
  118. <%}%>
  119. </div>
  120. <div class="listMoney">
  121. ¥${tempDate.price!''}元/${tempDate.priceunit!''}
  122. </div>
  123. </div>
  124. <div class="fbListCenterTwo">
  125. <div class="faTop">
  126. 最新申请:
  127. </div>
  128. <div class="faTxt">
  129. ${tempDate.description!''}
  130. </div>
  131. </div>
  132. <ul class="fbListCenterR">
  133. <li><a href="${contextPath}/product/toeditNew?id=${tempDate.id}&gxtype=${tempDate.gxtype!}&totaltype=${tempDate.totaltype!}&pageNumber=${pageNumber!1}&urlParas=${urlParas!}">编辑</a></li>
  134. <li style="margin-right: 0;">彻底删除</li>
  135. <li style="margin-right: 0;float:right;margin-right: 8px; margin-top: 7px; ">
  136. <a href="${contextPath}/product/viewtransactionApplicationNew?productId=${tempDate.id}&gxtype=${tempDate.gxtype!}&pageNumber=${pageNumber!1}&urlParas=${urlParas!}">查看申请</a>
  137. </li>
  138. </ul>
  139. </div>
  140. </div>
  141. <% i++;}
  142. }else{
  143. %>
  144. <%}%>
  145. </div>
  146. <%include("/WebPages_170421/commonPage/_paginatekjcs.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/product/getProductListNew?gxtype=" + gxtype! + "&pageNumber=", "urlParas": urlParas!''}){}%>
  147. </div>
  148. <div class="smallB" >
  149. <div style="min-height: 595px;">
  150. <% if( null != dateShList! ) {
  151. var i = 0;
  152. for(tempDate in dateShList!) {
  153. %>
  154. <div class="fbList">
  155. <div class="fbListTop">
  156. <div class="fbListTopL">
  157. 信息号:<span>${tempDate.id!''}</span>
  158. </div>
  159. <div class="fbListTopR">
  160. ${tempDate.createDate!''}
  161. </div>
  162. </div>
  163. <div class="fbListCenter">
  164. <div class="fbListCenterL">
  165. <% if( '' != tempDate.image1!'' ) {%>
  166. <img src="${contextPath}/imageFile/getImage?imagePath=${tempDate.image1!''}" >
  167. <% }else {%>
  168. <img src="${contextPath}/WebPages_170421/img/supermarket/nophoto.png" >
  169. <%}%>
  170. </div>
  171. <div class="fbListCenterC">
  172. <div class="listName">
  173. ${tempDate.name!''}
  174. </div>
  175. <div class="listName h49">
  176. 类别:${tempDate.producttype!''}
  177. </div>
  178. <div class="listMoney">
  179. ¥${tempDate.price!''}元/${tempDate.priceunit!''}
  180. </div>
  181. </div>
  182. <div class="fbListCenterTwo">
  183. <div class="faTop">
  184. </div>
  185. <div class="faTxt">
  186. </div>
  187. </div>
  188. <ul class="fbListCenterR">
  189. <li><a href="${contextPath}/product/toeditNew?id=${tempDate.id}&gxtype=${tempDate.gxtype!}&totaltype=${tempDate.totaltype!}&pageNumber=${pageNumber!1}&urlParas=${urlParas!}">编辑</a></li>
  190. <li style="margin-right: 0;">彻底删除</li>
  191. </ul>
  192. </div>
  193. </div>
  194. <% i++;}
  195. }else{
  196. %>
  197. <%}%>
  198. </div>
  199. <%include("/WebPages_170421/commonPage/_paginatekjcs.html", {"currentPage": pageNumberSh!1, "totalPage": totalShPage!1, "totalRow": totalShRow!0, "actionUrl": contextPath+"/product/getProductListNew?gxtype=" + gxtype! + "&pageNumberSh=", "urlParas": urlParas!''}){}%>
  200. </div>
  201. <div class="smallB">
  202. <div style="min-height: 595px;">
  203. <% if( null != dateJyList! ) {
  204. var i = 0;
  205. for(tempDate in dateJyList!) {
  206. %>
  207. <div class="fbList">
  208. <div class="fbListTop">
  209. <div class="fbListTopL">
  210. 信息号:<span>${tempDate.id!''}</span>
  211. </div>
  212. <div class="fbListTopR">
  213. ${tempDate.createDate!''}
  214. </div>
  215. </div>
  216. <div class="fbListCenter">
  217. <div class="fbListCenterL">
  218. <% if( '' != tempDate.image1!'' ) {%>
  219. <img src="${contextPath}/imageFile/getImage?imagePath=${tempDate.image1!''}" >
  220. <% }else {%>
  221. <img src="${contextPath}/WebPages_170421/img/supermarket/nophoto.png" >
  222. <%}%>
  223. </div>
  224. <div class="fbListCenterC">
  225. <div class="listName">
  226. ${tempDate.name!''}
  227. </div>
  228. <div class="listName h49">
  229. 类别:<% if( 0 == tempDate.totaltype! ) { %>产品
  230. <%}else if( 1 == tempDate.totaltype! ){%>技术
  231. <%}else if( 2 == tempDate.totaltype! ){%>服务
  232. <%}else{%>产品
  233. <%}%>
  234. </div>
  235. <div class="listMoney">
  236. ¥${tempDate.price!''}元/${tempDate.priceunit!''}
  237. </div>
  238. </div>
  239. <div class="fbListCenterTwo">
  240. <div class="faTop">
  241. 最新申请:
  242. </div>
  243. <div class="faTxt">
  244. ${tempDate.description!''}
  245. </div>
  246. </div>
  247. <ul class="fbListCenterR">
  248. <li><a href="${contextPath}/product/toeditNew?id=${tempDate.id}&gxtype=${tempDate.gxtype!}&totaltype=${tempDate.totaltype!}&pageNumber=${pageNumber!1}&urlParas=${urlParas!}">编辑</a></li>
  249. <li style="margin-right: 0;">彻底删除</li>
  250. <li style="margin-right: 0;float:right;margin-right: 8px; margin-top: 7px; ">查看申请</li>
  251. </ul>
  252. </div>
  253. </div>
  254. <% i++;}
  255. }else{
  256. %>
  257. <%}%>
  258. </div>
  259. <%include("/WebPages_170421/commonPage/_paginatekjcs.html", {"currentPage": pageNumberCg!1, "totalPage": totalCgPage!1, "totalRow": totalCgRow!0, "actionUrl": contextPath+"/product/getProductListNew?gxtype=" + gxtype! + "&pageNumberCg=", "urlParas": urlParas!''}){}%>
  260. </div>
  261. </div>
  262. </div>
  263. </div>
  264. </div>
  265. </div>
  266. <div class="footer">
  267. <div>
  268. <p>版权所有:吉林省计算中心</p>
  269. <p>技术支持:长春市福瑞科技有限公司</p>
  270. <p>邮编:130000</p>
  271. <p>传真:239823982</p>
  272. <p>地址:吉林省长春市朝阳区前进大街1244号</p>
  273. <p>电话:0431-1234567</p>
  274. <p>邮箱:123456@163.com</p></div>
  275. </div>
  276. </div>
  277. </div>
  278. <script type="text/javascript">
  279. window.onload=function(){
  280. var timer=null;
  281. var speed=2;
  282. var od=document.getElementById("roll");
  283. var au=od.getElementsByTagName('ul')[0];
  284. var ali=au.getElementsByTagName('li');
  285. au.innerHTML=au.innerHTML+au.innerHTML;
  286. au.style.width=ali[0].offsetWidth*ali.length+'px';
  287. timer=setInterval(move,30)
  288. function move(){
  289. if(au.offsetLeft<-au.offsetWidth/2){
  290. au.style.left='0';
  291. }
  292. if(au.offsetLeft>0){
  293. au.style.left=-au.offsetWidth/2+'px';
  294. }
  295. au.style.left=au.offsetLeft+speed+'px';
  296. }
  297. od.onmouseover=function(){
  298. clearInterval(timer);
  299. }
  300. od.onmouseout=function(){
  301. timer=setInterval(move,30)
  302. }
  303. document.getElementById("left").onmouseover=function(){
  304. speed=-2;
  305. }
  306. document.getElementById("right").onmouseover=function(){
  307. speed=2;
  308. }
  309. }
  310. window.onload = function () {
  311. // alert(1);
  312. // var Oul = document.getElementById("side1");
  313. // var Oli = Oul.getElementsByTagName("li");
  314. // alert(2);
  315. for (var j = 0; j < 8; j++) {
  316. if(j>5){
  317. // Oli[j].style.display = "none";
  318. $(".latestinfo ul li").eq(j+2).css({'display':'none'});
  319. $("ul#notification1 li").eq(j+2).css({'display':'none'});
  320. $("ul#notification2 li").eq(j+2).css({'display':'none'});
  321. $("ul#side1 li").eq(j).css({'display':'none'});
  322. $("ul#side2 li").eq(j).css({'display':'none'});
  323. }
  324. }
  325. }
  326. </script>
  327. <script>
  328. $(function(){
  329. //tab选项卡点击
  330. //$(".title li").click(function(){ 标题点击
  331. //var index=$(this).index(); 获得当前点击标题的下标
  332. //$(this).addClass("active").siblings().removeClass("active"); 给当前选项添加选中,其他移除选中
  333. // $(".content .contentlist").eq(index).show().siblings().hide(); 对应下标的内容框显示,其他隐藏
  334. //});
  335. //tab选项卡悬停
  336. $("#title ul li").first().addClass("active");
  337. $(".title li").click(function(){ ////标题悬停
  338. var index=$(this).index(); //获得当前点击标题的下标
  339. $(this).addClass("active").siblings().removeClass("active"); //给当前选项添加选中,其他移除选中
  340. $(".content .contentlist").eq(index).show().siblings().hide(); //对应下标的内容框显示,其他隐藏
  341. $("#zBtn").attr("href","${contextPath}/Supermarket/search?type="+$(this).attr("alt")+"&totaltype=0");
  342. });
  343. })
  344. </script>
  345. </body>
  346. </html>