first commit
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
<!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="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>信息搜索页</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}eApp.css" rel="stylesheet" type="text/css" />
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}js/jquery.pack.js"></script>
|
||||
<script type="text/javascript" src="{PE.SiteConfig.applicationpath/}JS/Government/DatePicker.js"></script>
|
||||
|
||||
<script type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/CommonCode.js"></script>
|
||||
</head>
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
//<![CDATA[
|
||||
function Show_Menu2(id_num,num){
|
||||
for(var i=0;i<9;i++){document.getElementById("menu_list_"+id_num+i).style.display="none";}
|
||||
for(var i=0;i<9;i++){document.getElementById("tab"+id_num+i).className="";}
|
||||
document.getElementById("tab"+id_num+num).className="Class_on";
|
||||
document.getElementById("menu_list_"+id_num+num).style.display="block";
|
||||
}
|
||||
function Show_Menu1(id_num,num){
|
||||
for(var i=0;i<2;i++){document.getElementById("ConList_"+id_num+i).style.display="none";}
|
||||
for(var i=0;i<2;i++){document.getElementById("Con_"+id_num+i).className="";}
|
||||
document.getElementById("Con_"+id_num+num).className="over_Class_on";
|
||||
document.getElementById("ConList_"+id_num+num).style.display="block";
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
<body>
|
||||
{PE.Label id="GOV_网站顶部" /}
|
||||
<!-- 中部 center_all 开始 -->
|
||||
<div id="center_all">
|
||||
<div id="main_bg" class="main_bgpic">
|
||||
<div class="main_topspace"></div>
|
||||
<div id="main_bg">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> 搜索</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt><a href="#" class="titlechg"><span>公开文件搜索</span></a></dt>
|
||||
</dl>
|
||||
</div>
|
||||
{PE.Label id="公开文件搜索" /}
|
||||
|
||||
<!-- 最新公开 开始 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt><a><span>政府信息公开目录</span></a></dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
{PE.Label id="公开信息列表" IndexNumber="@Request_IndexNumber" usePage="true" outputQty="1" Title="@Request_Title" Content="@Request_Content" StartDate="@RequestDate_StartDate" EndDate="@RequestDate_EndDate" Keyword="@Request_Keyword"/}
|
||||
<div class="showpage">{PE.Page id="url_方块样式分页" datasource="公开信息列表查询条件" unitname="条信息" /}</div>
|
||||
<!-- 最新公开 结束 -->
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_left 结束 -->
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user