first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,71 @@
<!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/}onlinePL.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Jquery.pack.js"></script>
</head>
<script language="JavaScript" type="text/javascript">
function SearchLetter(){
var val=jQuery("#selSearchType").val();
location.href="?searchType="+val+"&Title="+escape(jQuery("#Title").val());
}
jQuery(function(){
jQuery("#selSearchType").val("@Request_searchType");
});
//<![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";
}
//]]>
</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">
<!-- 中部居中 onlinepl_middle 开始 -->
<div id="onlinepl_middle">
<!-- 网站位置导航信息开始 -->
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>{PE.Label id="信访首页导航" /} >> 网上信访列表页 {PE.Label id="信访类型导航" letterTypeId="@RequestInt_letterTypeId" /}</span></div>
<!-- 网站位置导航信息结束 -->
<div>
<div>
<select id="selSearchType"><option value="1">信件主题</option><option value="2">承办单位</option></select>
<input id="Title" name="Title" value="@Request_Title" />&nbsp;
<input id="LetterTypeId" name="LetterTypeId" type="hidden" value="@RequestInt_LetterTypeId" />
<input type="submit" value="搜索" onclick="SearchLetter()"/>
</div>
</div>
<div class="govDir_box">
<dl>
<dt> <a class="titlechg" href="#"> <span>{PE.Label id="显示类型" LetterTypeId="@RequestInt_LetterTypeId"/}</span> </a> </dt>
</dl>
</div>
<div class="onlinepl_contentbox">
{PE.Label id="信件列表标签" page="true" pagesize="20" LetterTypeId="@RequestInt_LetterTypeId" Title="@Request_Title" searchType="@Request_searchType" /}
<div class="pagecss">{PE.Page id="url_方块样式分页" datasource="信件列表标签" unitname="条信息" /}</div>
</div>
</div>
<!-- 中部居中 onlinepl_middle 结束 -->
<!-- 中部左侧 onlinepl_left 开始 -->
<div id="onlinepl_sidebar">
{PE.Label id="信访左侧页" /}
</div>
<!-- 中部左侧 onlinepl_left 结束 -->
</div>
<div class="clearbox"></div>
<div class="c_spacing"></div>
</div>
</div>
<!-- 中部 center_all 结束 -->
{PE.Label id="GOV_网站底部" /}
</body>
</html>