|
@@ -1,132 +1,167 @@
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
<head>
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
|
|
|
- <%@taglib uri="/struts-tags" prefix="s"%>
|
|
|
- <%@ page pageEncoding="utf-8"%>
|
|
|
- <%@ page language="java" import="java.util.*"%>
|
|
|
- <%@ page import=" com.ccgj.database.manager.*" %>
|
|
|
- <%@ page import=" com.ccgj.database.factory.*" %>
|
|
|
- <%@ page import=" com.ccgj.database.beans.*" %>
|
|
|
- <%@ page import=" java.util.Calendar" %>
|
|
|
- <%@ page import=" java.text.SimpleDateFormat" %>
|
|
|
- <%
|
|
|
- LMBManager lmManager= DatabaseFactory.getLMBIF().getLMBService().getLmbManager();
|
|
|
- WZBManager wzManager= DatabaseFactory.getWZBIF().getWZBService().getWzbManager();
|
|
|
- List<WZB> list = new ArrayList<WZB>();
|
|
|
- String today=new SimpleDateFormat("yyyy-MM-dd").format(Calendar.getInstance().getTime());
|
|
|
- %>
|
|
|
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
- <title>长春经济技术开发区内网</title>
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
|
|
|
+ <%@taglib uri="/struts-tags" prefix="s" %>
|
|
|
+ <%@ page pageEncoding="utf-8" %>
|
|
|
+ <%@ page language="java" import="java.util.*" %>
|
|
|
+ <%@ page import=" com.ccgj.database.manager.*" %>
|
|
|
+ <%@ page import=" com.ccgj.database.factory.*" %>
|
|
|
+ <%@ page import=" com.ccgj.database.beans.*" %>
|
|
|
+ <%@ page import=" java.util.Calendar" %>
|
|
|
+ <%@ page import=" java.text.SimpleDateFormat" %>
|
|
|
+ <%
|
|
|
+ LMBManager lmManager = DatabaseFactory.getLMBIF().getLMBService().getLmbManager();
|
|
|
+ WZBManager wzManager = DatabaseFactory.getWZBIF().getWZBService().getWzbManager();
|
|
|
+ List<WZB> list = new ArrayList<WZB>();
|
|
|
+ String today = new SimpleDateFormat("yyyy-MM-dd").format(Calendar.getInstance().getTime());
|
|
|
+ %>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
+ <title>长春经济技术开发区内网</title>
|
|
|
</head>
|
|
|
<body>
|
|
|
<!--头部开始-->
|
|
|
-<%@include file="top.jsp"%>
|
|
|
+<%@include file="top.jsp" %>
|
|
|
<!--头部结束-->
|
|
|
<!--内容开始-->
|
|
|
<div class="contentbox">
|
|
|
- <!--*********************************一************************************-->
|
|
|
- <!--左边内容-->
|
|
|
- <!--图片新闻-->
|
|
|
- <div class="leftcont fl">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001005_0/list_img.html"><span>图片新闻</span></a>
|
|
|
- <a class="all_title_more" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001005_0/list_img.html">更多+</a>
|
|
|
- </div>
|
|
|
- <!--*****图片轮播开始*****-->
|
|
|
- <div class="ly_01_01">
|
|
|
- <div class="ly_01_01_box"> <a class="df_prev" href="javascript:void(0)"></a> <a class="df_next" href="javascript:void(0)"></a>
|
|
|
- <ul>
|
|
|
- <!-- 重要活动 1001002 -->
|
|
|
- <%list=wzManager.getWzbByFjdz(new String[]{"1001005"},1,0,8);%>
|
|
|
- <%if(list!=null&&list.size()>0){
|
|
|
- for(int i = 0;i<list.size()&&i<5;i++){
|
|
|
- WZB wzb = list.get(i);%>
|
|
|
- <li>
|
|
|
- <p>
|
|
|
- <a onclick="javacscipt:window.open('<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')">
|
|
|
- <img width="323px" height="218px" src="<s:property value="#application['basePath']"/>/uploadfile/<%=wzb.getFjdz() %>" alt="<%=wzb.getWzbt(20) %>" />
|
|
|
- </a>
|
|
|
- </p>
|
|
|
- <h3><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(20) %></a></h3>
|
|
|
- </li>
|
|
|
- <%}}%>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!--*****图片轮播结束*****-->
|
|
|
- <ul class="all_list" style="margin: 15px 0 0 0;">
|
|
|
- <%if(list!=null&&list.size()>5){
|
|
|
- for(int i = 5;i<list.size()&&i<8;i++){
|
|
|
- WZB wzb = list.get(i);%>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(20) %></a></li>
|
|
|
- <%}}%>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <!--图片新闻 end-->
|
|
|
- <!--中间内容-->
|
|
|
- <div class="cont_in fl">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001001_0/list.html"><span>通知公告</span></a>
|
|
|
- <a class="all_title_more" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001001_0/list.html">更多+</a>
|
|
|
- </div>
|
|
|
- <ul class="all_list">
|
|
|
- <%list=wzManager.getWzbForPage(1001001,1,0,9);
|
|
|
- for(WZB wzb : list){%>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %></a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5,10)%></em></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- <!--*****图片轮播开始*****-->
|
|
|
- <div class="ly_01_06">
|
|
|
- <div class="ly_01_06_box">
|
|
|
- <a class="df_prev" href="javascript:void(0)"></a>
|
|
|
- <a class="df_next" href="javascript:void(0)"></a>
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <p>
|
|
|
- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/10010024_0/list_img.html">
|
|
|
- <img width="505px" height="70px" src="<s:property value="#application['basePath']"/>/main/images/lb-5.jpg" />
|
|
|
- </a>
|
|
|
- </p>
|
|
|
- </li>
|
|
|
-<%-- <li>--%>
|
|
|
-<%-- <p>--%>
|
|
|
-<%-- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/10010019_0/list.html">--%>
|
|
|
-<%-- <img width="505px" height="70px" src="<s:property value="#application['basePath']"/>/main/images/lb-1.jpg" />--%>
|
|
|
-<%-- </a>--%>
|
|
|
-<%-- </p>--%>
|
|
|
-<%-- </li>--%>
|
|
|
- <li>
|
|
|
- <p>
|
|
|
- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/10010020_0/list.html">
|
|
|
- <img width="505px" height="70px" src="<s:property value="#application['basePath']"/>/main/images/lb-2.jpg" />
|
|
|
- </a>
|
|
|
- </p>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <p>
|
|
|
- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/10010021_0/list.html">
|
|
|
- <img width="505px" height="70px" src="<s:property value="#application['basePath']"/>/main/images/lb-3.jpg" />
|
|
|
- </a>
|
|
|
- </p>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <p>
|
|
|
- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/10010022_0/list.html">
|
|
|
- <img width="505px" height="70px" src="<s:property value="#application['basePath']"/>/main/images/lb-4.jpg" />
|
|
|
- </a>
|
|
|
- </p>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <ol></ol>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <script type="text/javascript">
|
|
|
- $(function(){
|
|
|
+ <!--*********************************一************************************-->
|
|
|
+ <!--左边内容-->
|
|
|
+ <!--图片新闻-->
|
|
|
+ <div class="leftcont fl">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001005_0/list_img.html"><span>图片新闻</span></a>
|
|
|
+ <a class="all_title_more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001005_0/list_img.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ <!--*****图片轮播开始*****-->
|
|
|
+ <div class="ly_01_01">
|
|
|
+ <div class="ly_01_01_box"><a class="df_prev" href="javascript:void(0)"></a> <a class="df_next"
|
|
|
+ href="javascript:void(0)"></a>
|
|
|
+ <ul>
|
|
|
+ <!-- 重要活动 1001002 -->
|
|
|
+ <%list = wzManager.getWzbByFjdz(new String[]{"1001005"}, 1, 0, 8);%>
|
|
|
+ <%
|
|
|
+ if (list != null && list.size() > 0) {
|
|
|
+ for (int i = 0; i < list.size() && i < 5; i++) {
|
|
|
+ WZB wzb = list.get(i);
|
|
|
+ %>
|
|
|
+ <li>
|
|
|
+ <p>
|
|
|
+ <a onclick="javacscipt:window.open('<s:property
|
|
|
+ value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')">
|
|
|
+ <img width="323px" height="218px"
|
|
|
+ src="<s:property value="#application['basePath']"/>/uploadfile/<%=wzb.getFjdz() %>"
|
|
|
+ alt="<%=wzb.getWzbt(20) %>"/>
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ <h3><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(20) %>
|
|
|
+ </a></h3>
|
|
|
+ </li>
|
|
|
+ <%
|
|
|
+ }
|
|
|
+ }
|
|
|
+ %>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--*****图片轮播结束*****-->
|
|
|
+ <ul class="all_list" style="margin: 15px 0 0 0;">
|
|
|
+ <%
|
|
|
+ if (list != null && list.size() > 5) {
|
|
|
+ for (int i = 5; i < list.size() && i < 8; i++) {
|
|
|
+ WZB wzb = list.get(i);
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(20) %>
|
|
|
+ </a></li>
|
|
|
+ <%
|
|
|
+ }
|
|
|
+ }
|
|
|
+ %>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <!--图片新闻 end-->
|
|
|
+ <!--中间内容-->
|
|
|
+ <div class="cont_in fl">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001001_0/list.html"><span>通知公告</span></a>
|
|
|
+ <a class="all_title_more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001001_0/list.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ <ul class="all_list">
|
|
|
+ <%
|
|
|
+ list = wzManager.getWzbForPage(1001001, 1, 0, 9);
|
|
|
+ for (WZB wzb : list) {
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
|
|
|
+ </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
|
|
|
+ </em></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ <!--*****图片轮播开始*****-->
|
|
|
+ <div class="ly_01_06">
|
|
|
+ <div class="ly_01_06_box">
|
|
|
+ <a class="df_prev" href="javascript:void(0)"></a>
|
|
|
+ <a class="df_next" href="javascript:void(0)"></a>
|
|
|
+ <ul>
|
|
|
+ <li>
|
|
|
+ <p>
|
|
|
+ <a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010024_0/list_img.html">
|
|
|
+ <img width="505px" height="70px"
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/lb-5.jpg"/>
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ </li>
|
|
|
+ <%-- <li>--%>
|
|
|
+ <%-- <p>--%>
|
|
|
+ <%-- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/10010019_0/list.html">--%>
|
|
|
+ <%-- <img width="505px" height="70px" src="<s:property value="#application['basePath']"/>/main/images/lb-1.jpg" />--%>
|
|
|
+ <%-- </a>--%>
|
|
|
+ <%-- </p>--%>
|
|
|
+ <%-- </li>--%>
|
|
|
+ <li>
|
|
|
+ <p>
|
|
|
+ <a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010020_0/list.html">
|
|
|
+ <img width="505px" height="70px"
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/lb-2.jpg"/>
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <p>
|
|
|
+ <a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010021_0/list.html">
|
|
|
+ <img width="505px" height="70px"
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/lb-3.jpg"/>
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <p>
|
|
|
+ <a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010022_0/list.html">
|
|
|
+ <img width="505px" height="70px"
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/lb-4.jpg"/>
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ <ol></ol>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <script type="text/javascript">
|
|
|
+ $(function () {
|
|
|
$(".ly_01_06").TL_PC_Slider({
|
|
|
- box : ".ly_01_06_box ul",
|
|
|
- tab : ".ly_01_06_box ol",
|
|
|
- type : "TL_Display",
|
|
|
+ box: ".ly_01_06_box ul",
|
|
|
+ tab: ".ly_01_06_box ol",
|
|
|
+ type: "TL_Display",
|
|
|
auto_play: true,
|
|
|
page: true,
|
|
|
actions: "tl_hover",//tl_click 点击发生
|
|
@@ -134,41 +169,51 @@
|
|
|
speed: 3000
|
|
|
});
|
|
|
});
|
|
|
- </script>
|
|
|
- <!--*****图片轮播结束*****-->
|
|
|
- </div>
|
|
|
- <!--右边内容-->
|
|
|
- <div class="cont_in mr0 fr">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001007_0/list_dwxx.html"><span>党务信息</span></a>
|
|
|
- <a class="all_title_more" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001007_0/list_dwxx.html">更多+</a>
|
|
|
- </div>
|
|
|
- <ul class="all_list" style="">
|
|
|
- <%list=wzManager.getWzbForPage(1001007003,1,0,9);
|
|
|
- for(WZB wzb : list){%>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %></a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5,10)%></em></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- <div class="banner">
|
|
|
- <div class="ly_01_05">
|
|
|
- <div class="ly_01_05_box"> <a class="df_prev" href="javascript:void(0)"></a> <a class="df_next" href="javascript:void(0)"></a>
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <p>
|
|
|
- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/10010025/dsxxjy.html">
|
|
|
- <img width="505px" height="94px" src="<s:property value="#application['basePath']"/>/main/images/jksjd_zt1.jpg" />
|
|
|
- </a>
|
|
|
- </p>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <script type="text/javascript">
|
|
|
- $(function(){
|
|
|
+ </script>
|
|
|
+ <!--*****图片轮播结束*****-->
|
|
|
+ </div>
|
|
|
+ <!--右边内容-->
|
|
|
+ <div class="cont_in mr0 fr">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001007_0/list_dwxx.html"><span>党务信息</span></a>
|
|
|
+ <a class="all_title_more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001007_0/list_dwxx.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ <ul class="all_list" style="">
|
|
|
+ <%
|
|
|
+ list = wzManager.getWzbForPage(1001007003, 1, 0, 9);
|
|
|
+ for (WZB wzb : list) {
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
|
|
|
+ </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
|
|
|
+ </em></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ <div class="banner">
|
|
|
+ <div class="ly_01_05">
|
|
|
+ <div class="ly_01_05_box"><a class="df_prev" href="javascript:void(0)"></a> <a class="df_next"
|
|
|
+ href="javascript:void(0)"></a>
|
|
|
+ <ul>
|
|
|
+ <li>
|
|
|
+ <p>
|
|
|
+ <a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010025/dsxxjy.html">
|
|
|
+ <img width="505px" height="94px"
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/jksjd_zt1.jpg"/>
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <script type="text/javascript">
|
|
|
+ $(function () {
|
|
|
$(".ly_01_05").TL_PC_Slider({
|
|
|
- tab : ".ly_01_05_box ol",
|
|
|
- box : ".ly_01_05_box ul",
|
|
|
- type : "TL_Display",
|
|
|
+ tab: ".ly_01_05_box ol",
|
|
|
+ box: ".ly_01_05_box ul",
|
|
|
+ type: "TL_Display",
|
|
|
auto_play: true,
|
|
|
page: true,
|
|
|
actions: "tl_hover",//tl_click 点击发生
|
|
@@ -176,201 +221,310 @@
|
|
|
speed: 3000
|
|
|
});
|
|
|
});
|
|
|
- </script>
|
|
|
- <!--*****图片轮播结束*****-->
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="clear"></div>
|
|
|
- <!--****************************二**********************************-->
|
|
|
- <!--左边内容-->
|
|
|
- <div class="leftcont fl">
|
|
|
- <!--视频新闻选项卡开始-->
|
|
|
- <div class="rsj_news_tab">
|
|
|
- <div class="div_tab clearfix">
|
|
|
- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/1001004_0/list_video.html">视频新闻</a>
|
|
|
- </div>
|
|
|
- <div class="table_list">
|
|
|
- <!--*****视频新闻开始*****-->
|
|
|
- <div id="banner" class="banner" style="margin-left:-5px;width:334px;">
|
|
|
- <iframe src="<s:property value="#application['basePath']"/>/video/video-index.jsp" border="0" width="356px" height="265px" style="margin-top:0px;margin-right:0px;" frameborder="no" scrolling="no"></iframe>
|
|
|
- </div>
|
|
|
- <!--*****视频新闻结束*****-->
|
|
|
- <a class="more" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001004_0/list_video.html">更多+</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!--视频新闻选项卡结束-->
|
|
|
- </div>
|
|
|
- <!--中间内容-->
|
|
|
- <div class="cont_in mr10 fr">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" target="_blank" href="<s:property value="#application['basePath']"/>/main/100100112_0/list_xxjb.html"><span>简报信息</span></a>
|
|
|
- <a class="all_title_more" target="_blank" href="<s:property value="#application['basePath']"/>/main/100100112_0/list_xxjb.html">更多+</a>
|
|
|
- </div>
|
|
|
- <ul class="all_list">
|
|
|
- <%list=wzManager.getWzbForPage(100100112,1,0,9);
|
|
|
- for(WZB wzb : list){%>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news_xxjb.html"><%=wzb.getWzbt(24) %></a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5,10)%></em></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <!--右边内容-->
|
|
|
- <div class="cont_in fr" style="margin: 10px 20px 0px 0px;">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001003_0/list.html"><span>部门动态</span></a>
|
|
|
- <a class="all_title_more" target="_blank" href="<s:property value="#application['basePath']"/>/main/1001003_0/list.html">更多+</a>
|
|
|
- </div>
|
|
|
- <ul class="all_list">
|
|
|
- <%list=wzManager.getWzbForPage(1001003,1,0,9);
|
|
|
- for(WZB wzb : list){%>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %></a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5,10)%></em></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="clear"></div>
|
|
|
- <!--***********************************三******************************************-->
|
|
|
- <!--左边内容-->
|
|
|
- <div class="leftcont ysdt fl">
|
|
|
- <!--重要活动-->
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" target="_blank" href="http://www.cetdz.gov.cn/zt/rhjzc/"><span>营商环境建设动态</span></a>
|
|
|
- <a class="all_title_more" target="_blank" href="<s:property value="#application['basePath']"/>/main/10010013_0/list_img.html">更多+</a>
|
|
|
- </div>
|
|
|
- <!--*****图片轮播开始*****-->
|
|
|
- <div class="ly_01_03">
|
|
|
- <div class="ly_01_03_box"> <a class="df_prev" href="javascript:void(0)"></a> <a class="df_next" href="javascript:void(0)"></a>
|
|
|
- <ul>
|
|
|
- <%list=wzManager.getWzbByFjdz(new String[]{"10010013"},1,0,50);
|
|
|
- for(WZB wzb :list){
|
|
|
- %>
|
|
|
- <li>
|
|
|
- <p><a onclick="javacscipt:window.open('<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')"><img width="326px" height="218px" src="<s:property value="#application['basePath']"/>/uploadfile/<%=wzb.getFjdz() %>" /></a></p>
|
|
|
- <h3><a onclick="javacscipt:window.open('<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')"><%=wzb.getWzbt(20) %></a></h3>
|
|
|
- </li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- <script type="text/javascript">
|
|
|
- $(function(){
|
|
|
- $(".ly_01_03").TL_PC_Slider({
|
|
|
- tab : ".ly_01_03_box ol",
|
|
|
- box : ".ly_01_03_box ul",
|
|
|
- type : "TL_Display",
|
|
|
- auto_play: true,
|
|
|
- page: true,
|
|
|
- actions: "tl_hover",//tl_click 点击发生
|
|
|
- timer: 800,//持续时间
|
|
|
- speed: 3000
|
|
|
+ </script>
|
|
|
+ <!--*****图片轮播结束*****-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="clear"></div>
|
|
|
+ <!--****************************二**********************************-->
|
|
|
+ <!--左边内容-->
|
|
|
+ <div class="leftcont fl">
|
|
|
+ <!--视频新闻选项卡开始-->
|
|
|
+ <div class="rsj_news_tab">
|
|
|
+ <div class="div_tab clearfix">
|
|
|
+ <a target="_blank" href="<s:property value="#application['basePath']"/>/main/1001004_0/list_video.html">视频新闻</a>
|
|
|
+ </div>
|
|
|
+ <div class="table_list">
|
|
|
+ <!--*****视频新闻开始*****-->
|
|
|
+ <div id="banner" class="banner" style="margin-left:-5px;width:334px;">
|
|
|
+ <iframe src="<s:property value="#application['basePath']"/>/video/video-index.jsp" border="0"
|
|
|
+ width="356px" height="265px" style="margin-top:0px;margin-right:0px;" frameborder="no"
|
|
|
+ scrolling="no"></iframe>
|
|
|
+ </div>
|
|
|
+ <!--*****视频新闻结束*****-->
|
|
|
+ <a class="more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001004_0/list_video.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--视频新闻选项卡结束-->
|
|
|
+ </div>
|
|
|
+ <!--中间内容-->
|
|
|
+ <div class="cont_in mr10 fr">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/100100112_0/list_xxjb.html"><span>简报信息</span></a>
|
|
|
+ <a class="all_title_more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/100100112_0/list_xxjb.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ <ul class="all_list">
|
|
|
+ <%
|
|
|
+ list = wzManager.getWzbForPage(100100112, 1, 0, 9);
|
|
|
+ for (WZB wzb : list) {
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news_xxjb.html"><%=wzb.getWzbt(24) %>
|
|
|
+ </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
|
|
|
+ </em></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <!--右边内容-->
|
|
|
+ <div class="cont_in fr" style="margin: 10px 20px 0px 0px;">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001003_0/list.html"><span>部门动态</span></a>
|
|
|
+ <a class="all_title_more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/1001003_0/list.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ <ul class="all_list">
|
|
|
+ <%
|
|
|
+ list = wzManager.getWzbForPage(1001003, 1, 0, 9);
|
|
|
+ for (WZB wzb : list) {
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
|
|
|
+ </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
|
|
|
+ </em></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="clear"></div>
|
|
|
+ <!--***********************************三******************************************-->
|
|
|
+ <!--左边内容-->
|
|
|
+ <div class="leftcont ysdt fl">
|
|
|
+ <!--重要活动-->
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl2 jk_on" target="_blank" onmouseover="showSection('gov', this);"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10020010011007055_0/list_video.html">政务之声</a>
|
|
|
+ <a class="all_title_fl2" style="margin-left:10px;" target="_blank" onmouseover="showSection('business', this);"
|
|
|
+ href="http://www.cetdz.gov.cn/zt/rhjzc/"><span>营商动态</span></a>
|
|
|
+ </div>
|
|
|
+ <!--*****政务之声轮播开始*****-->
|
|
|
+ <div id="gov" class="content-section">
|
|
|
+ <div class="table_list">
|
|
|
+ <div class="banner" style="margin-left:-5px;width:334px;">
|
|
|
+ <iframe src="<s:property value="#application['basePath']"/>/video/video-index.jsp" border="0"
|
|
|
+ width="356px" height="265px" style="margin-top:0px;margin-right:0px;" frameborder="no"
|
|
|
+ scrolling="no"></iframe>
|
|
|
+ </div>
|
|
|
+ <a class="more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10020010011007055_0/list_video.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--*****政务之声轮播结束*****-->
|
|
|
+ <!--*****营商动态轮播开始*****-->
|
|
|
+ <div id="business" class="content-section" style="display: none;position:relative">
|
|
|
+ <a class="all_title_more more" style="top:-37px" target="_blank" href="<s:property value="#application['basePath']"/>/main/10010013_0/list_img.html">更多+</a>
|
|
|
+ <div class="ly_01_03">
|
|
|
+ <div class="ly_01_03_box"><a class="df_prev" href="javascript:void(0)"></a> <a class="df_next"
|
|
|
+ href="javascript:void(0)"></a>
|
|
|
+ <ul>
|
|
|
+ <%
|
|
|
+ list = wzManager.getWzbByFjdz(new String[]{"10010013"}, 1, 0, 50);
|
|
|
+ for (WZB wzb : list) {
|
|
|
+ %>
|
|
|
+ <li>
|
|
|
+ <p><a onclick="javacscipt:window.open('<s:property
|
|
|
+ value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')"><img
|
|
|
+ width="326px" height="218px"
|
|
|
+ src="<s:property value="#application['basePath']"/>/uploadfile/<%=wzb.getFjdz() %>"/></a>
|
|
|
+ </p>
|
|
|
+ <h3><a onclick="javacscipt:window.open('<s:property
|
|
|
+ value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')"><%=wzb.getWzbt(20) %>
|
|
|
+ </a></h3>
|
|
|
+ </li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ <script type="text/javascript">
|
|
|
+ $(function () {
|
|
|
+ $(".ly_01_03").TL_PC_Slider({
|
|
|
+ tab: ".ly_01_03_box ol",
|
|
|
+ box: ".ly_01_03_box ul",
|
|
|
+ type: "TL_Display",
|
|
|
+ auto_play: true,
|
|
|
+ page: true,
|
|
|
+ actions: "tl_hover",//tl_click 点击发生
|
|
|
+ timer: 800,//持续时间
|
|
|
+ speed: 3000
|
|
|
+ });
|
|
|
});
|
|
|
- });
|
|
|
- </script>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!--*****图片轮播结束*****-->
|
|
|
- </div>
|
|
|
- <!--中间内容-->
|
|
|
- <div class="cont_in mr10 fl">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" target="_blank" href="<s:property value="#application['basePath']"/>/main/10010017_0/list.html"><span>政策文件</span></a>
|
|
|
- <a class="all_title_more" target="_blank" href="<s:property value="#application['basePath']"/>/main/10010017_0/list.html">更多+</a>
|
|
|
- </div>
|
|
|
- <ul class="all_list">
|
|
|
- <%list=wzManager.getWzbForPage(10010017,1,0,9);
|
|
|
- for(WZB wzb : list){%>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %></a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5,10)%></em></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <!--右边内容-->
|
|
|
- <div class="cont_in mr10 fr">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" target="_blank" href="<s:property value="#application['basePath']"/>/main/10010014_0/list.html"><span>领导讲话</span></a>
|
|
|
- <a class="all_title_more" target="_blank" href="<s:property value="#application['basePath']"/>/main/10010014_0/list.html">更多+</a>
|
|
|
- </div>
|
|
|
- <ul class="all_list">
|
|
|
- <%list=wzManager.getWzbForPage(10010014,1,0,9);
|
|
|
- for(WZB wzb : list){%>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %></a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5,10)%></em></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="clear"></div>
|
|
|
- <div class="jgzzbox mr10 fl">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" ><span>组织机构</span></a>
|
|
|
- </div>
|
|
|
- <!--工作动态选项卡开始-->
|
|
|
- <div class="jgzz_in fl">
|
|
|
- <div class="jgzz_title clearfix">
|
|
|
- <a>管委会机关</a>
|
|
|
- <a>事业单位</a>
|
|
|
- <a>驻区单位</a>
|
|
|
- </div>
|
|
|
- <div class="clear"></div>
|
|
|
- <ul>
|
|
|
- <%List<LMB> lmbList = lmManager.getVaildLmbByFlmid("1002001",1);
|
|
|
- List<LMB> gsl = new ArrayList<LMB>();
|
|
|
- for(LMB lmb :lmbList){
|
|
|
- if(lmb.getId()==10020010025l){gsl.add(lmb);continue;}
|
|
|
- %>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%></a></li>
|
|
|
- <%}%>
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--*****营商动态轮播结束*****-->
|
|
|
+ <script type="text/javascript">
|
|
|
+ function showSection(section, element) {
|
|
|
+ // 隐藏所有内容
|
|
|
+ document.querySelectorAll('.content-section').forEach(function (el) {
|
|
|
+ el.style.display = 'none';
|
|
|
+ });
|
|
|
+ // 显示选定的内容
|
|
|
+ document.getElementById(section).style.display = 'block';
|
|
|
+ // 移除所有链接的jk_on样式
|
|
|
+ document.querySelectorAll('.all_title_fl2').forEach(function(link) {
|
|
|
+ link.classList.remove('jk_on');
|
|
|
+ });
|
|
|
+ // 给当前悬浮的链接添加jk_on样式
|
|
|
+ if (element) {
|
|
|
+ element.classList.add('jk_on');
|
|
|
+ }
|
|
|
+ }
|
|
|
+ function hideSection() {
|
|
|
+ // 默认隐藏所有内容
|
|
|
+ document.querySelectorAll('.content-section').forEach(function (el) {
|
|
|
+ el.style.display = 'none';
|
|
|
+ });
|
|
|
+ // 默认显示政务之声
|
|
|
+ document.getElementById('gov').style.display = 'block';
|
|
|
+ }
|
|
|
+ // 默认显示政务之声
|
|
|
+ hideSection();
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ <!--中间内容-->
|
|
|
+ <div class="cont_in mr10 fl">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010017_0/list.html"><span>政策文件</span></a>
|
|
|
+ <a class="all_title_more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010017_0/list.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ <ul class="all_list">
|
|
|
+ <%
|
|
|
+ list = wzManager.getWzbForPage(10010017, 1, 0, 9);
|
|
|
+ for (WZB wzb : list) {
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
|
|
|
+ </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
|
|
|
+ </em></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <!--右边内容-->
|
|
|
+ <div class="cont_in mr10 fr">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010014_0/list.html"><span>领导讲话</span></a>
|
|
|
+ <a class="all_title_more" target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/10010014_0/list.html">更多+</a>
|
|
|
+ </div>
|
|
|
+ <ul class="all_list">
|
|
|
+ <%
|
|
|
+ list = wzManager.getWzbForPage(10010014, 1, 0, 9);
|
|
|
+ for (WZB wzb : list) {
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
|
|
|
+ </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
|
|
|
+ </em></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="clear"></div>
|
|
|
+ <div class="jgzzbox mr10 fl">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl"><span>组织机构</span></a>
|
|
|
+ </div>
|
|
|
+ <!--工作动态选项卡开始-->
|
|
|
+ <div class="jgzz_in fl">
|
|
|
+ <div class="jgzz_title clearfix">
|
|
|
+ <a>管委会机关</a>
|
|
|
+ <a>事业单位</a>
|
|
|
+ <a>驻区单位</a>
|
|
|
+ </div>
|
|
|
+ <div class="clear"></div>
|
|
|
+ <ul>
|
|
|
+ <%
|
|
|
+ List<LMB> lmbList = lmManager.getVaildLmbByFlmid("1002001", 1);
|
|
|
+ List<LMB> gsl = new ArrayList<LMB>();
|
|
|
+ for (LMB lmb : lmbList) {
|
|
|
+ if (lmb.getId() == 10020010025l) {
|
|
|
+ gsl.add(lmb);
|
|
|
+ continue;
|
|
|
+ }
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%>
|
|
|
+ </a></li>
|
|
|
+ <%}%>
|
|
|
|
|
|
- <%for(LMB lmb1 :gsl ){%>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=lmb1.getId()%>_0/list_gwh.html"><span>●</span><%=lmb1.getLmmc()%></a></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- <ul>
|
|
|
- <%lmbList = lmManager.getVaildLmbByFlmid("1002002",1);
|
|
|
- for(LMB lmb :lmbList){
|
|
|
- %>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%></a></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- <ul>
|
|
|
- <%lmbList = lmManager.getVaildLmbByFlmid("1002003",1);
|
|
|
- for(LMB lmb :lmbList){
|
|
|
- %>
|
|
|
- <li><a target="_blank" href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%></a></li>
|
|
|
- <%}%>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <script type="text/javascript">
|
|
|
- $(function(){
|
|
|
- $(this).TL_Tab ({
|
|
|
- tab : ".jgzz_in .jgzz_title a",
|
|
|
- box : ".jgzz_in ul",
|
|
|
- events : "over",// over
|
|
|
- num : 1,
|
|
|
- speed : 10
|
|
|
+ <%for (LMB lmb1 : gsl) {%>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=lmb1.getId()%>_0/list_gwh.html"><span>●</span><%=lmb1.getLmmc()%>
|
|
|
+ </a></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ <ul>
|
|
|
+ <%
|
|
|
+ lmbList = lmManager.getVaildLmbByFlmid("1002002", 1);
|
|
|
+ for (LMB lmb : lmbList) {
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%>
|
|
|
+ </a></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ <ul>
|
|
|
+ <%
|
|
|
+ lmbList = lmManager.getVaildLmbByFlmid("1002003", 1);
|
|
|
+ for (LMB lmb : lmbList) {
|
|
|
+ %>
|
|
|
+ <li><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%>
|
|
|
+ </a></li>
|
|
|
+ <%}%>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <script type="text/javascript">
|
|
|
+ $(function () {
|
|
|
+ $(this).TL_Tab({
|
|
|
+ tab: ".jgzz_in .jgzz_title a",
|
|
|
+ box: ".jgzz_in ul",
|
|
|
+ events: "over",// over
|
|
|
+ num: 1,
|
|
|
+ speed: 10
|
|
|
});
|
|
|
});
|
|
|
- </script>
|
|
|
- <!--工作动态结束-->
|
|
|
- </div>
|
|
|
- <div class="cont_in mr10 fr">
|
|
|
- <div class="all_title">
|
|
|
- <a class="all_title_fl" ><span>登录入口</span></a>
|
|
|
- <a class="all_title_more" ></a>
|
|
|
- </div>
|
|
|
- <table class="wlj" cellpadding="0" cellspacing="0">
|
|
|
- <tr>
|
|
|
- <td align="left" valign="top"><a target="_blank" href="http://www.cetdz.gov.cn"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_10.gif"/></a></td>
|
|
|
- <td align="right" valign="top"><a target="_blank" href="http://www.ccftz.gov.cn/"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_08.gif"/></a></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td align="left" valign="top"><a target="_blank" href="<s:property value="#application['basePath']"/>/manage/"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_15.gif"/></a></td>
|
|
|
- <td align="right" valign="top"><a target="_blank" href="<s:property value="#application['basePath']"/>/manage/beiqu/login.jsp"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_18.gif"/></a></td>
|
|
|
- </tr>
|
|
|
-<%-- <tr>--%>
|
|
|
-<%-- <td align="right" valign="top"><a target="_blank" href="http://192.168.1.3:8080/"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_14.gif"/></a></td>--%>
|
|
|
-<%-- <td align="right" valign="top"><a target="_blank" href="<s:property value="#application['basePath']"/>/main/1001006_0/list.html"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_20.png"/></a></td>--%>
|
|
|
-<%-- </tr>--%>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
+ </script>
|
|
|
+ <!--工作动态结束-->
|
|
|
+ </div>
|
|
|
+ <div class="cont_in mr10 fr">
|
|
|
+ <div class="all_title">
|
|
|
+ <a class="all_title_fl"><span>登录入口</span></a>
|
|
|
+ <a class="all_title_more"></a>
|
|
|
+ </div>
|
|
|
+ <table class="wlj" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <td align="left" valign="top"><a target="_blank" href="http://www.cetdz.gov.cn"><img
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/jknw_10.gif"/></a></td>
|
|
|
+ <td align="right" valign="top"><a target="_blank" href="http://www.ccftz.gov.cn/"><img
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/jknw_08.gif"/></a></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" valign="top"><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/manage/"><img
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/jknw_15.gif"/></a></td>
|
|
|
+ <td align="right" valign="top"><a target="_blank"
|
|
|
+ href="<s:property value="#application['basePath']"/>/manage/beiqu/login.jsp"><img
|
|
|
+ src="<s:property value="#application['basePath']"/>/main/images/jknw_18.gif"/></a></td>
|
|
|
+ </tr>
|
|
|
+ <%-- <tr>--%>
|
|
|
+ <%-- <td align="right" valign="top"><a target="_blank" href="http://192.168.1.3:8080/"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_14.gif"/></a></td>--%>
|
|
|
+ <%-- <td align="right" valign="top"><a target="_blank" href="<s:property value="#application['basePath']"/>/main/1001006_0/list.html"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_20.png"/></a></td>--%>
|
|
|
+ <%-- </tr>--%>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
-
|
|
|
+<style type="text/css">
|
|
|
+ .content-section {
|
|
|
+ display: none; /* 默认隐藏所有内容 */
|
|
|
+ }
|
|
|
+</style>
|
|
|
<div class="footer">
|
|
|
- <p>版权所有:长春经济技术开发区管委会</p>
|
|
|
- <p>技术支持:长春首佳科技有限公司</p>
|
|
|
+ <p>版权所有:长春经济技术开发区管委会</p>
|
|
|
+ <p>技术支持:长春首佳科技有限公司</p>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|