index.jsp 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. <%@ page contentType="text/html;charset=UTF-8" %>
  2. <%@ include file="/webpage/include/taglibf.jsp"%>
  3. <!doctype html>
  4. <html>
  5. <head>
  6. <meta charset="utf-8">
  7. <title>${fns:getConfig("productName")}</title>
  8. <script src="${ctxStaticWeb}/js/jquery-1.8.3.min.js" type="text/javascript"></script>
  9. <link rel="stylesheet" href="${ctxStaticWeb}/css/base.css" />
  10. <link rel="stylesheet" href="${ctxStaticWeb}/css/index.css" />
  11. <link href="${ctxStaticWeb}/css/chinaz.css" type="text/css" rel="stylesheet">
  12. <script src="${ctxStaticWeb}/js/jquery-1.8.3.min.js" type="text/javascript"></script>
  13. <script src="${ctxStatic}/common/js/vendor.js" type="text/javascript"></script>
  14. <link rel="stylesheet" type="text/css" href="${ctxStaticWeb}/css/zzsc.css">
  15. <style>
  16. #main{position: fixed;right:13px;bottom:0}
  17. .mainChild{position: relative;}
  18. .mainChild span{ width: 26px;height:26px; display: block;position: absolute;top:-13px;right:-13px;cursor:pointer}
  19. .line{height: 5px;}
  20. /* CSS Document */
  21. body,
  22. html {
  23. height: 100%;
  24. width: 100%;
  25. }
  26. * {
  27. margin: 0;
  28. padding: 0;
  29. -moz-box-sizing: border-box;
  30. /*火狐浏览器*/
  31. -webkit-box-sizing: border-box;
  32. /*火狐浏览器*/
  33. box-sizing: border-box;
  34. /*padding和border算在盒子内*/
  35. }
  36. body {
  37. font-size: 16px;
  38. font-family: "微软雅黑";
  39. color: #333;
  40. background-color: #faf7e7;
  41. }
  42. b {
  43. font-weight: normal
  44. }
  45. i {
  46. font-style: normal
  47. }
  48. a,
  49. a:hover,
  50. a:active {
  51. text-decoration: none;
  52. color: #333;
  53. }
  54. input,
  55. textarea,
  56. select {
  57. outline: none
  58. }
  59. img {
  60. border: none;
  61. vertical-align: top;
  62. }
  63. li {
  64. list-style: none;
  65. }
  66. .c {
  67. width: 1200px;
  68. margin: 0 auto;
  69. }
  70. .fl {
  71. float: left
  72. }
  73. .fr {
  74. float: right
  75. }
  76. .clearfix::after {
  77. content: "";
  78. display: table;
  79. clear: both;
  80. }
  81. /* 通知公告 */
  82. #scroll_div {
  83. line-height: 50px;
  84. height: 50px;
  85. overflow: hidden;
  86. white-space: nowrap;
  87. width: 100%;
  88. text-align: center;
  89. font-size: 16px;
  90. }
  91. #scroll_begin,
  92. #scroll_end {
  93. display: inline;
  94. }
  95. .tempWrap {
  96. width: 1000px;
  97. float: left;
  98. }
  99. .tzgg {
  100. height: 50px;
  101. background: #f1f1f1;
  102. overflow: hidden;
  103. }
  104. .tzgg h3 {
  105. float: left;
  106. width: auto;
  107. height: 50px;
  108. line-height: 50px;
  109. font-size: 20px;
  110. font-weight: bold;
  111. color: #e51414;
  112. padding: 0 10px 0 70px;
  113. background: url(${ctxStaticWeb}/img/tzgg.png)no-repeat 20px center;
  114. overflow: hidden;
  115. }
  116. #scroll_begin a {
  117. margin: 0px 15px;
  118. color: #333;
  119. }
  120. #scroll_begin a span {
  121. margin-left: 10px;
  122. color: #999;
  123. display: inline-block;
  124. }
  125. </style>
  126. <script>
  127. function addImgLink(list, idx, tpl, row) {
  128. $(list).append(Mustache.render(tpl, {
  129. idx: idx, row: row
  130. }));
  131. }
  132. function closeImgUrl(idx) {
  133. var main = '#main'+idx;
  134. $(main).css("display","none");
  135. }
  136. </script>
  137. </head>
  138. <body>
  139. <%@ include file="/webpage/modules/web/top.jsp"%>
  140. <div class="tzgg c">
  141. <h3>通知公告:</h3>
  142. <div class="tempWrap">
  143. <div id="scroll_div" class="fl" onmouseenter="document.getElementById('marquee').stop();" onmouseleave="document.getElementById('marquee').start();">
  144. <marquee direction="left" scrolldelay="150" id="marquee">
  145. <div id="scroll_begin">
  146. <c:forEach items="${tzNewsList}" var="obj" >
  147. <a href="${ctxF}/news/detail?typeId=2&id=${obj.id}" class="red_txt" target="_blank">
  148. ${obj.title}
  149. <span><fmt:formatDate value="${obj.createDate}" pattern="yyyy-MM-dd"/></span>
  150. </a>
  151. </c:forEach>
  152. </div>
  153. </marquee>
  154. </div>
  155. </div>
  156. </div>
  157. <div class="new w">
  158. <div class="new_left fl">
  159. <div class="Slide" id="slide">
  160. <ul class="slide-cont">
  161. <c:forEach items="${columnList}" var="obj" >
  162. <li class="slide-item">
  163. <c:if test="${obj.isOuterChain == 1}">
  164. <a href="${obj.url}" target="blank"><img src="${obj.cover}"></a>
  165. </c:if>
  166. <c:if test="${obj.isOuterChain ==null || obj.isOuterChain == ''|| obj.isOuterChain ==2}">
  167. <a href="${ctxF}/columnNews/list?columnId.id=${obj.id}" target="_blank"><img src="${obj.cover}"></a>
  168. </c:if>
  169. <div class="slide-txt">
  170. <div class="txt_bg"></div>
  171. <c:if test="${obj.isOuterChain == 1}">
  172. <a href="${obj.url}" target="blank">${fns:abbr(obj.title,80)}</a>
  173. </c:if>
  174. <c:if test="${obj.isOuterChain ==null || obj.isOuterChain == ''|| obj.isOuterChain ==2}">
  175. <a href="${ctxF}/columnNews/list?columnId.id=${obj.id}" target="_blank">${fns:abbr(obj.title,80)}</a>
  176. </c:if>
  177. </div>
  178. </li>
  179. </c:forEach>
  180. </ul>
  181. <div class="slide-nav">
  182. <a href="javascript:" class="nownav">1</a>
  183. <a href="javascript:">2</a>
  184. <a href="javascript:">3</a>
  185. <a href="javascript:">4</a>
  186. </div>
  187. <div class="slide-loading"></div>
  188. </div>
  189. <script src="${ctxStaticWeb}/js/zzsc.js" type="text/javascript"></script>
  190. </div>
  191. <div class="new_right fr">
  192. <h2>
  193. <div class="core_showcase_top">
  194. <ul>
  195. <li class="hui huang "><a href="javascript:void(0);" class="a1">党建资讯&nbsp;/</a><span id="more1"><a href="${ctxF}/news?typeId=1" >更多</a></span></li>
  196. <%--<li class="hui"><a href="javascript:void(0);" class="a2">通知公告&nbsp;/</a><span id="more2" style="display: none"><a href="${ctxF}/news?typeId=2">更多</a></span></li>--%>
  197. <li class="hui"><a href="javascript:void(0);" class="a3">&nbsp;政策法规</a><span id="more3" style="display: none"><a href="${ctxF}/news?typeId=4">更多</a></span></li>
  198. </ul>
  199. </div>
  200. </h2>
  201. <div class="core_showcase_cont" id="itme1" >
  202. <ul class="list_rq clearfix">
  203. <c:forEach items="${yjNewsList}" var="obj" >
  204. <li>
  205. <a href="${ctxF}/news/detail?typeId=1&id=${obj.id}" title="${obj.title}" class="red_txt" target="_blank"><i>·</i>${fns:abbr(obj.title,50)}</a>
  206. </li>
  207. </c:forEach>
  208. </ul>
  209. </div>
  210. <%--<div class="core_showcase_cont" id="itme2" style="display: none;" onmouseenter="document.getElementById('marquee').stop();" onmouseleave="document.getElementById('marquee').start();">
  211. <ul class="list_rq clearfix">
  212. <c:forEach items="${tzNewsList}" var="obj" >
  213. <li>
  214. <a href="${ctxF}/news/detail?typeId=2&id=${obj.id}" class="red_txt" target="_blank"><i>·</i>${obj.title}</a>
  215. </li>
  216. </c:forEach>
  217. </ul>
  218. </div>--%>
  219. <div class="core_showcase_cont" id="itme6" style="display: none;" onmouseenter="document.getElementById('marquee').stop();" onmouseleave="document.getElementById('marquee').start();">
  220. <ul class="list_rq clearfix">
  221. <c:forEach items="${zcNewsList}" var="obj" >
  222. <li>
  223. <a href="${ctxF}/news/detail?typeId=3&id=${obj.id}" title="${obj.title}" class="red_txt" target="_blank"><i>·</i>${fns:abbr(obj.title,50)}</a>
  224. </li>
  225. </c:forEach>
  226. </ul>
  227. </div>
  228. </div>
  229. </div>
  230. </div>
  231. </div>
  232. <!--榜样风采-->
  233. <div class="new w">
  234. <div class="new_left fl">
  235. <div class="byfc clearfix">
  236. <h2><a href="${ctxF}/videonews?typeId=1">更多</a></h2>
  237. <ul>
  238. <c:forEach items="${byVideoNewsList}" var="obj" >
  239. <li>
  240. <a href="${ctxF}/videonews/detail?typeId=2&id=${obj.id}"><img src="${obj.cover}" width="230" height="145"><i></i></a>
  241. </li>
  242. </c:forEach>
  243. </ul>
  244. </div>
  245. </div>
  246. <div class="new_right fr">
  247. <div class="dszs">
  248. <h2><a href="${ctxF}/news?typeId=3">更多</a></h2>
  249. <c:forEach items="${dsNewsList}" var="obj" >
  250. <div class="dszs_list">
  251. <ul>
  252. <li class="dszs_list_tit">
  253. <h4><a href="${ctxF}/news/detail?typeId=1&id=${obj.id}" title="${obj.title}">${fns:abbr(obj.title,80)}</a></h4>
  254. <p>${obj.content}</p>
  255. </li>
  256. <li class="dszs_list_img"><img src="${obj.cover}" width="100" height="80"></li>
  257. </ul>
  258. </div>
  259. </c:forEach>
  260. </div>
  261. </div>
  262. </div>
  263. <div class="new w">
  264. <div class="ad1 ">
  265. <%--<a href="http://47.94.164.55:8080/talent/talent_web" target="_blank">--%>
  266. <%--<img src="${ctxStaticWeb}/images/rc_index_18.jpg" width="1200" height="82" alt=""/>--%>
  267. <%--</a>--%>
  268. </div>
  269. </div>
  270. <!--最新视频-->
  271. <div class="new w clearfix">
  272. <div class="new_left fl">
  273. <div class="zxsp">
  274. <h2><a href="#"></a></h2>
  275. <c:forEach items="${zxVideoNewsList}" var="obj" begin="0" end="0">
  276. <div class="zxsp_one clearfix">
  277. <div class="zxsp_one_left fl"><a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}"><img src="${obj.cover}" width="270" height="150"> </a></div>
  278. <a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}" title="${obj.title}">
  279. <div class="zxsp_one_right fr">
  280. <h3>${fns:abbr(obj.title,60)}</h3>
  281. <p>${obj.contents}</p>
  282. </div>
  283. </a>
  284. </div>
  285. </c:forEach>
  286. <div class="clear"></div>
  287. <ul class="list_rq clearfix">
  288. <c:forEach items="${zxVideoNewsList}" var="obj" begin="1">
  289. <li >
  290. <a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}" title="${obj.title}"><i>·</i>${fns:abbr(obj.title,80)}</a><span class="fr"><fmt:formatDate value="${obj.createDate}" pattern="yyyy-MM-dd"/></span><div class="clear"></div>
  291. </li>
  292. </c:forEach>
  293. </ul>
  294. </div>
  295. </div>
  296. <div class="new_right fr">
  297. <div class="spph">
  298. <h2><a href="#"></a></h2>
  299. <div class="accordion_container">
  300. <div class="accordion">
  301. <c:forEach items="${phVideoNewsList}" var="obj" begin="0" end="0">
  302. <div class="first current">
  303. <div class="content">
  304. <a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}"><img src="${obj.cover}" width="446" height="200"></a>
  305. </div>
  306. <div class="tab"><strong><a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}" title="${obj.title}"><i class="red">1</i>${fns:abbr(obj.title,48)}</a></strong> </div>
  307. </div>
  308. </c:forEach>
  309. <c:forEach items="${phVideoNewsList}" var="obj" begin="1" end="1">
  310. <div class="second">
  311. <div class="content second">
  312. <a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}"><img src="${obj.cover}" width="446" height="200"></a>
  313. </div>
  314. <div class="tab"><strong><a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}"title="${obj.title}" target="_blank"><i class="red">2</i>${fns:abbr(obj.title,48)}</a></strong></div>
  315. </div>
  316. </c:forEach>
  317. <c:forEach items="${phVideoNewsList}" var="obj" begin="2" end="2">
  318. <div class="third">
  319. <div class="content third">
  320. <a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}"><img src="${obj.cover}" width="446" height="200"></a>
  321. </div>
  322. <div class="tab"><strong><a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}" title="${obj.title}" ><i class="red">3</i>${fns:abbr(obj.title,48)}</a></strong> </div>
  323. </div>
  324. </c:forEach>
  325. <c:forEach items="${phVideoNewsList}" var="obj" begin="3" end="3">
  326. <div class="four">
  327. <div class="content four">
  328. <a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}"><img src="${obj.cover}" width="446" height="200"></a>
  329. </div>
  330. <div class="tab"><strong><a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}" target="_blank" title="${obj.title}"><i >4</i>${fns:abbr(obj.title,48)}</a></strong> </div>
  331. </div>
  332. </c:forEach>
  333. <c:forEach items="${phVideoNewsList}" var="obj" begin="4" end="4">
  334. <div class="five">
  335. <div class="content five">
  336. <a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}" title="${obj.title}" ><img src="${obj.cover}" width="446" height="200"></a>
  337. </div>
  338. <div class="tab"><strong><a href="${ctxF}/videonews/detail?typeId=${obj.typeId}&id=${obj.id}" title="${obj.title}" ><i >5</i>${fns:abbr(obj.title,48)}</a></strong> </div>
  339. </div>
  340. </div>
  341. </c:forEach>
  342. </div>
  343. <script type="text/javascript" src="${ctxStaticWeb}/js/j-accordin.min.js"></script>
  344. <script type="text/javascript">
  345. $(document).ready(function() {
  346. $('.accordion').jaccordion();
  347. });
  348. </script>
  349. <!-- 代码 结束 -->
  350. </div>
  351. </div>
  352. </div>
  353. <div class="new w">
  354. <div class="ztzl">
  355. <h2><a href="${ctxF}/columnNews">更多</a></h2>
  356. <ul>
  357. <c:forEach items="${columnList}" var="obj" begin="0" end="2" >
  358. <li>
  359. <c:if test="${obj.isOuterChain == 1}">
  360. <a href="${obj.url}" target="blank"><img src="${obj.cover}" width="380" height="100"></a>
  361. </c:if>
  362. <c:if test="${obj.isOuterChain ==null || obj.isOuterChain == ''|| obj.isOuterChain ==2}">
  363. <a href="${ctxF}/columnNews/list?columnId.id=${obj.id}"><img src="${obj.cover}" width="380" height="100"></a>
  364. </c:if>
  365. </li>
  366. </c:forEach>
  367. </ul>
  368. </div>
  369. </div>
  370. <!--统计-->
  371. <div class="new " style=" background: url(${ctxStaticWeb}/img/bj.jpg) repeat-x;overflow: hidden;margin-top:30px;">
  372. <div class="w po_r">
  373. <div class="xyph_tit">
  374. <h2 class="red_txt">学习分数统计</h2>
  375. </div>
  376. <div class="xyph">
  377. <div>
  378. <div class="da_box" style=" position: relative;">
  379. <img src="${ctxStaticWeb}/img/index_50.png">
  380. <div style=" position: absolute;top:51px;right:210px;">
  381. <div>
  382. <c:forEach items="${scoreCount}" var="obj" varStatus="status">
  383. <c:if test="${obj.area=='宁江区'}">
  384. <div style=" position: absolute;top:2px;right:-40px;">
  385. <div id="box" class="nj">
  386. <div class="one"></div>
  387. <div class="tow">
  388. ${obj.area}:${obj.sums}分
  389. </div>
  390. </div>
  391. </div>
  392. </c:if>
  393. <c:if test="${obj.area=='前郭县'}">
  394. <div style=" position: absolute;top:100px;right:-10px;">
  395. <div id="box" class="fy">
  396. <div class="one" style="height:50px;"></div>
  397. <div class="tow">
  398. ${obj.area}:${obj.sums}分
  399. </div>
  400. </div>
  401. </div>
  402. </c:if>
  403. <c:if test="${obj.area=='乾安县'}">
  404. <div style=" position: absolute;top:100px;right:80px;">
  405. <div id="box" class="fy">
  406. <div class="one"></div>
  407. <div class="tow">
  408. ${obj.area}:${obj.sums}分
  409. </div>
  410. </div>
  411. </div>
  412. </c:if>
  413. <c:if test="${obj.area=='扶余市'}">
  414. <div style=" position: absolute;top:54px;right:-155px;">
  415. <div id="box" class="fy">
  416. <div class="one"></div>
  417. <div class="tow">
  418. ${obj.area}:${obj.sums}分
  419. </div>
  420. </div>
  421. </div>
  422. </c:if>
  423. <c:if test="${obj.area=='长岭县'}">
  424. <div style=" position: absolute;top:254px;right:117px;">
  425. <div id="box" class="fy">
  426. <div class="one"></div>
  427. <div class="tow">
  428. ${obj.area}:${obj.sums}分
  429. </div>
  430. </div>
  431. </div>
  432. </c:if>
  433. </c:forEach>
  434. </div>
  435. </div>
  436. </div>
  437. <div class="map_txt">
  438. <div class="core_showcase_top2">
  439. <ul>
  440. <li class="hui huang ">
  441. <a href="javascript:void(0);" class="a1">注册人数排行&nbsp;/</a>
  442. </li>
  443. <li class="hui">
  444. <a href="javascript:void(0);" class="a2">学习时长排行&nbsp;</a>
  445. </li>
  446. </ul>
  447. </div>
  448. <div class="core_showcase_cont2" id="itme3">
  449. <ul class=" phang">
  450. <%--<c:forEach items="${registerCount}" var="obj" varStatus="status">--%>
  451. <%--<c:if test="${status.index==0}">--%>
  452. <%--<li><i class="red">01</i><strong>${obj.area}</strong><span >${obj.sums}人</span></li>--%>
  453. <%--</c:if>--%>
  454. <%--<c:if test="${status.index==1}">--%>
  455. <%--<li><i class="yellow">02</i><strong>${obj.area}</strong><span >${obj.sums}人</span></li>--%>
  456. <%--</c:if>--%>
  457. <%--<c:if test="${status.index==2}">--%>
  458. <%--<li><i class="yellow_l">03</i><strong>${obj.area}</strong><span >${obj.sums}人</span></li>--%>
  459. <%--</c:if>--%>
  460. <%--<c:if test="${status.index==3}">--%>
  461. <%--<li><i class="grey">04</i><strong>${obj.area}</strong><span >${obj.sums}人</span></li>--%>
  462. <%--</c:if>--%>
  463. <%--<c:if test="${status.index==4}">--%>
  464. <%--<li><i class="grey">05</i><strong>${obj.area}</strong><span >${obj.sums}人</span></li>--%>
  465. <%--</c:if>--%>
  466. <%--</c:forEach>--%>
  467. <li><i class="red">01</i><strong>集安市</strong><span >576人</span></li>
  468. <li><i class="yellow">02</i><strong>云峰湖旅游度假区</strong><span >512人</span></li>
  469. <li><i class="yellow_l">03</i><strong>大路镇</strong><span >388人</span></li>
  470. <li><i class="grey">04</i><strong>财源镇</strong><span >292人</span></li>
  471. <li><i class="grey">05</i><strong>头道镇</strong><span >168人</span></li>
  472. </ul>
  473. </div>
  474. <div class="core_showcase_cont2" id="itme4" style="display: none;">
  475. <ul class=" phang">
  476. <%--<c:forEach items="${timeCount}" var="obj" varStatus="status">--%>
  477. <%--<c:if test="${status.index==0}">--%>
  478. <%--<li><i class="red">01</i><strong>${obj.area}</strong><span >${obj.sums}分钟</span></li>--%>
  479. <%--</c:if>--%>
  480. <%--<c:if test="${status.index==1}">--%>
  481. <%--<li><i class="yellow">02</i><strong>${obj.area}</strong><span >${obj.sums}分钟</span></li>--%>
  482. <%--</c:if>--%>
  483. <%--<c:if test="${status.index==2}">--%>
  484. <%--<li><i class="yellow_l">03</i><strong>${obj.area}</strong><span >${obj.sums}分钟</span></li>--%>
  485. <%--</c:if>--%>
  486. <%--<c:if test="${status.index==3}">--%>
  487. <%--<li><i class="grey">04</i><strong>${obj.area}</strong><span >${obj.sums}分钟</span></li>--%>
  488. <%--</c:if>--%>
  489. <%--<c:if test="${status.index==4}">--%>
  490. <%--<li><i class="grey">05</i><strong>${obj.area}</strong><span >${obj.sums}分钟</span></li>--%>
  491. <%--</c:if>--%>
  492. <%--</c:forEach>--%>
  493. <li><i class="red">01</i><strong>集安市</strong><span >87分钟</span></li>
  494. <li><i class="yellow">02</i><strong>云峰湖旅游度假区</strong><span >20分钟</span></li>
  495. <li><i class="yellow_l">03</i><strong>大路镇</strong><span >0分钟</span></li>
  496. <li><i class="grey">04</i><strong>财源镇</strong><span >0分钟</span></li>
  497. <li><i class="grey">05</i><strong>头道镇</strong><span >0分钟</span></li>
  498. </ul>
  499. </div>
  500. <%-- <div class="core_showcase_cont2" id="itme5" style="display: none;">
  501. <ul class=" phang">
  502. <li><i class="red">01</i><strong>松原市</strong><span class="fr">560分</span></li>
  503. <li><i class="yellow">02</i><strong>宁江区</strong><span class="fr">560分</span></li>
  504. <li><i class="yellow_l">03</i><strong>前郭尔罗斯蒙古族自治县</strong><span class="fr">560分</span></li>
  505. <li><i class="grey">04</i><strong>长岭县</strong><span class="fr">560分钟</span></li>
  506. <li><i class="grey">05</i><strong>乾安县</strong><span class="fr">560分钟</span></li>
  507. <li><i class="grey">06</i><strong>扶余市</strong><span class="fr">560分钟</span></li>
  508. </ul>
  509. </div>--%>
  510. </div>
  511. </div>
  512. </div>
  513. </div>
  514. <div class="new w">
  515. <div class="yqlj">
  516. <h2></h2>
  517. <c:forEach items="${linksList}" var="link">
  518. <a href="${link.url}" target="_blank">${link.name}</a>
  519. </c:forEach>
  520. </div>
  521. </div>
  522. <div id="main">
  523. </div>
  524. <%@ include file="/webpage/modules/web/footer.jsp"%>
  525. <script type="text/template" id="linksTpl">//<!--
  526. <div id="main{{idx}}" class="mainChild">
  527. <span id="close{{idx}}" onclick="closeImgUrl({{idx}})"><img src="${ctxStaticWeb}/img/close.png" width="100%" ></span>
  528. <a href="{{row.url}}" target="_blank"><div><img src="{{row.imageUrl}}" width="240" height="140"></div></a>
  529. </div>
  530. <div class="line"></div>
  531. //-->
  532. </script>
  533. <script type="text/javascript">
  534. var imgLinksIdx = 1, linksTpl = $("#linksTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
  535. $(document).ready(function() {
  536. var data = ${fns:toJson(imgLinks)};
  537. for (var i=0; i<data.length; i++){
  538. addImgLink('#main', imgLinksIdx, linksTpl, data[i]);
  539. imgLinksIdx = imgLinksIdx + 1;
  540. }
  541. });
  542. </script>
  543. <script>
  544. $(".core_showcase_top a.a1").click(
  545. function() {
  546. $(".core_showcase_top li ").removeClass("huang");
  547. $(this).parents("li").addClass("huang");
  548. $("#itme1").css("display", "block");
  549. //$("#itme2").css("display", "none");
  550. $("#itme6").css("display", "none");
  551. $("#more1").css("display", "block");
  552. //$("#more2").css("display", "none");
  553. $("#more3").css("display", "none");
  554. }
  555. );
  556. $(".core_showcase_top a.a2").click(
  557. function() {
  558. $(".core_showcase_top li ").removeClass("huang");
  559. $(this).parents("li").addClass("huang");
  560. //$("#itme2").css("display", "block");
  561. $("#itme6").css("display", "none");
  562. $("#itme1").css("display", "none");
  563. $("#more1").css("display", "none");
  564. $("#more3").css("display", "none");
  565. //$("#more2").css("display", "block");
  566. }
  567. );
  568. $(".core_showcase_top a.a3").click(
  569. function() {
  570. $(".core_showcase_top li ").removeClass("huang");
  571. $(this).parents("li").addClass("huang");
  572. $("#itme6").css("display", "block");
  573. $("#itme2").css("display", "none");
  574. $("#itme1").css("display", "none");
  575. $("#more1").css("display", "none");
  576. $("#more2").css("display", "none");
  577. $("#more3").css("display", "block");
  578. }
  579. );
  580. $(".core_showcase_top2 a.a1").click(
  581. function() {
  582. $(".core_showcase_top2 li ").removeClass("huang");
  583. $(this).parents("li").addClass("huang");
  584. $("#itme3").css("display", "block");
  585. $("#itme4").css("display", "none");
  586. //$("#itme5").css("display", "none");
  587. }
  588. );
  589. $(".core_showcase_top2 a.a2").click(
  590. function() {
  591. $(".core_showcase_top2 li ").removeClass("huang");
  592. $(this).parents("li").addClass("huang");
  593. $("#itme4").css("display", "block");
  594. $("#itme3").css("display", "none");
  595. //$("#itme5").css("display", "none");
  596. }
  597. );
  598. $(".core_showcase_top2 a.a3").click(
  599. function() {
  600. $(".core_showcase_top2 li ").removeClass("huang");
  601. $(this).parents("li").addClass("huang");
  602. $("#itme5").css("display", "block");
  603. $("#itme4").css("display", "none");
  604. $("#itme3").css("display", "none");
  605. }
  606. );
  607. </script>
  608. </body>
  609. </html>