first commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
|
||||
<meta http-equiv="Pragma" content="no-cache"/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<meta http-equiv="Expires" content="0"/>
|
||||
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
|
||||
<title>Wap信件内容页</title>
|
||||
</head>
|
||||
<body >
|
||||
<a id="db" ></a>
|
||||
<div class="wrapper">
|
||||
{PE.Control.form1}
|
||||
|
||||
{PE.Label id="WAP头部"/}
|
||||
<div class="main">
|
||||
<div class="dh_list">{PE.Label id="Wap信件类型列表_横向式"/}</div>
|
||||
|
||||
|
||||
<div class="list">
|
||||
{pe.Label id="Wap信件内容" letterId="@Request_LetterId"/}
|
||||
<div class="next_page">
|
||||
{pe.Label id="wap信件上一封" letterId="@Request_LetterId" typeId="@Request_TypeId" /}{pe.Label id="wap信件下一封" letterId="@Request_LetterId" typeId="@Request_TypeId" /}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
|
||||
|
||||
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
|
||||
<meta http-equiv="Pragma" content="no-cache"/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<meta http-equiv="Expires" content="0"/>
|
||||
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
|
||||
<title>Wap写信页</title>
|
||||
</head>
|
||||
<body>
|
||||
<a id="db" ></a>
|
||||
<div class="wrapper">
|
||||
|
||||
{PE.Label id="WAP头部"/}
|
||||
|
||||
<div class="main">
|
||||
<div class="dh_list">{PE.Label id="Wap信件类型列表_横向式"/}</div>
|
||||
<div class="dh">写信(带<span style="color:Red;">*</span>为必填项)</div>
|
||||
<div class="column_content">
|
||||
|
||||
{PE.Control.form1}
|
||||
<div class="dh_list">姓名:{PE.Control.TxtName/}<span style="color:Red;">* {PE.Control.LblName/}</span><br /></div>
|
||||
<div class="dh_list">性别:{PE.Control.DropSex/}<br /></div>
|
||||
<div class="dh_list">证件类型:{PE.Control.DropCertificateName/}<br/></div>
|
||||
<div class="dh_list">证件号码:{PE.Control.TxtIdentityNumber/}<span style="color:Red;">* {PE.Control.LblIdentityNumber/}</span><br /></div>
|
||||
<div class="dh_list">Email:{PE.Control.TxtEmail/}<span style="color:Red;">* {PE.Control.LblEmail/}</span><br /></div>
|
||||
<div class="dh_list">联系电话:{PE.Control.TxtTelphone/}<span style="color:Red;">* {PE.Control.LblTelphone/}</span><br /></div>
|
||||
<div class="dh_list">联系地址:{PE.Control.TxtAddress/}<br /></div>
|
||||
<div class="dh_list">{PE.Control.BtnNextStep/}</div>
|
||||
{/PE.Control.form1}
|
||||
|
||||
{PE.Control.form2}
|
||||
<div class="dh_list">主题:{PE.Control.TxtTitle/}<span style="color:Red;">* {PE.Control.LblTitle/}</span><br /></div>
|
||||
<div class="dh_list">部门:{PE.Control.DropDepartment/}<br /></div>
|
||||
<div class="dh_list">内容:{PE.Control.TxtContent/}<span style="color:Red;">* {PE.Control.LblContent/}</span><br /></div>
|
||||
<div class="dh_list">问题类型:{PE.Control.DropLetterType/}<br /></div>
|
||||
<div class="dh_list">是否公开:{PE.Control.DropIsPublic/}<br /></div>
|
||||
<div class="dh_list">{PE.Control.BtnPreStep/} {PE.Control.BtnSubmit/}<br /></div>
|
||||
|
||||
{/PE.Control.form2}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
|
||||
<meta http-equiv="Pragma" content="no-cache"/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<meta http-equiv="Expires" content="0"/>
|
||||
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
|
||||
<title>Wap信件列表页</title>
|
||||
</head>
|
||||
<body>
|
||||
<a id="db" ></a>
|
||||
<div class="wrapper">
|
||||
{PE.Control.form1}
|
||||
{PE.Label id="WAP头部"/}
|
||||
|
||||
<div class="main">
|
||||
<div class="dh_list">{PE.Label id="Wap信件类型列表_横向式"/}</div>
|
||||
<div class="dh">{PE.Label id="网上信访_获取信件类型名称" typeId="@RequestInt_typeId" /}</div>
|
||||
<div class="column_content">
|
||||
|
||||
{PE.Label id="通用信件信息列表" bindStyle="Wap样式" typeId="@RequestInt_typeId" usePage="true" titleLength="32" outputQty="10" pagesize="10" /}
|
||||
|
||||
|
||||
</div>
|
||||
<div class="page">{PE.Page id="wap_动易后台风格" datasource="通用信件信息列表_Wap样式" /}</div>
|
||||
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
|
||||
|
||||
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
|
||||
<meta http-equiv="Pragma" content="no-cache"/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<meta http-equiv="Expires" content="0"/>
|
||||
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
|
||||
<title>Wap信件查询结果页</title>
|
||||
</head>
|
||||
<body>
|
||||
<a id="db" ></a>
|
||||
<div class="wrapper">
|
||||
{PE.Control.form1}
|
||||
{PE.Label id="WAP头部"/}
|
||||
|
||||
<div class="main">
|
||||
<div class="dh_list">{PE.Label id="Wap信件类型列表_横向式"/}</div>
|
||||
<div class="column_content">
|
||||
|
||||
{pe.Label id="Wap信件查询结果" name="@Request_Name" indexNumber="@Request_IndexNumber" /}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
|
||||
|
||||
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
|
||||
<meta http-equiv="Pragma" content="no-cache"/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<meta http-equiv="Expires" content="0"/>
|
||||
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
|
||||
<title>Wap信件查询页</title>
|
||||
</head>
|
||||
<body>
|
||||
<a id="db" ></a>
|
||||
<div class="wrapper">
|
||||
{PE.Control.form1}
|
||||
{PE.Label id="WAP头部"/}
|
||||
|
||||
<div class="main">
|
||||
<div class="dh_list">{PE.Label id="Wap信件类型列表_横向式"/}</div>
|
||||
<div class="dh">信件查询</div>
|
||||
<div class="column_content">
|
||||
|
||||
<div class="div_content">
|
||||
<span>姓 名:</span>{PE.Control.TxtName/}<br/>
|
||||
<span>查询码:</span>{PE.Control.TxtIndexNumber/}<br/>
|
||||
</div>
|
||||
<div class="div_submit">{PE.Control.BtnSubmit/}</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
|
||||
|
||||
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
|
||||
<meta http-equiv="Pragma" content="no-cache"/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<meta http-equiv="Expires" content="0"/>
|
||||
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
|
||||
<title>Wap网上信访首页</title>
|
||||
</head>
|
||||
<body >
|
||||
<div class="wrapper">
|
||||
{PE.Control.form1}
|
||||
|
||||
{PE.Label id="WAP头部"/}
|
||||
<div class="main">
|
||||
<div class="dh_list"><a href="{PE.SiteConfig.ApplicationPath/}wap/Letter/Search.aspx">来信查询</a>|<a href="{PE.SiteConfig.ApplicationPath/}wap/Letter/Write.aspx">我要写信</a></div>
|
||||
{PE.Label id="Wap信件类型列表" outputQty="10" /}
|
||||
</div>
|
||||
{PE.Label id="wap底部" /}
|
||||
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
<!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>{PE.Label id="显示信访内容标题" letterId="@RequestInt_letterId" /} - 网上信访内容页</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" />
|
||||
<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>
|
||||
</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";
|
||||
}
|
||||
//]]>
|
||||
</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="信访首页导航" /} >> 内容页 </span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt> <a class="titlechg" href="#"> <span>{PE.Label id="显示信访所属类型" letterId="@RequestInt_letterId" /}</span> </a> </dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="onlinepl_contentbox">
|
||||
<!--你的来信-->
|
||||
{PE.Label id="信访信件内容" letterId="@RequestInt_letterId" /}
|
||||
<!--处理情况-->
|
||||
{PE.Label id="信访信件处理记录" letterId="@RequestInt_letterId" /}
|
||||
<!--评论提交-->
|
||||
{PE.Label id="信访信件评论标签" letterId="@RequestInt_letterId" /}
|
||||
</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>
|
||||
@@ -0,0 +1,229 @@
|
||||
<!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">
|
||||
//<![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 Reset() {
|
||||
var tbLetterInfo = document.getElementById("tbLetterInfo");
|
||||
var txt = tbLetterInfo.getElementsByTagName("input");
|
||||
for (var i = 0; i < txt.length; i++)
|
||||
txt[i].value = "";
|
||||
|
||||
var sel = tbLetterInfo.getElementsByTagName("select");
|
||||
for (var i = 0; i < sel.length; i++) {
|
||||
if (sel[i].name == "DropCertificateName") {
|
||||
sel[i].options[1].selected = true;
|
||||
}
|
||||
else {
|
||||
sel[i].options[0].selected = true;
|
||||
}
|
||||
}
|
||||
document.getElementById("RadIsOpen").checked = false;
|
||||
document.getElementById("RadIsNotOpen").checked = true;
|
||||
}
|
||||
//]]>
|
||||
</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="信访首页导航"
|
||||
/} >> 写信页 </span>
|
||||
</div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="onlinepl_notice">
|
||||
<strong>尊敬的来访人,请您在写下信访件的同时注意以下事项:</strong>
|
||||
<p>
|
||||
1.投诉人真实姓名、电子邮件、电话(一定要有区号)。以方便我们及时与您联系。<br />
|
||||
2.被投诉单位信息中,在被投诉单位“Email”和“传真”中填写一项,以便受理。<br />
|
||||
3.投诉标题应简明扼要,一目了然。<br />
|
||||
4.在具体内容中,应写明投诉事件发生发经过,包括时间、地点和当事人(包括被投诉方)。最后定明你的投诉要点和要求。<br />
|
||||
5.年龄处只能填数字。<br />
|
||||
6.必须遵守中华人民共和国的一切法律法规。<br />
|
||||
7.不允许发表任何非法的、骚扰性的、中伤他人的、伤害性的、庸俗的,淫秽等信息资料。<br />
|
||||
用户若散布和传播反动、色情或其他违反国家法律的信息,系统记录有可能作为用户违反法律的证据。
|
||||
</p>
|
||||
</div>
|
||||
{PE.Control.form1}
|
||||
<div class="onlinepl_form">
|
||||
<table id="tbLetterInfo" width="100%" border="0" cellpadding="2" cellspacing="1">
|
||||
<tr>
|
||||
<td class="tdtit" colspan="4">
|
||||
信访人信息<span>(注意:标有 * 的必须填写;请填写电子邮箱,以方便我们向您反馈处理信息)</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
姓名:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtName/}{PE.Control.RValerName/}
|
||||
</td>
|
||||
<td class="tdlab">
|
||||
性别:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.DropSex/}{PE.Control.RValSex/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
年龄:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtAge/}{PE.Control.RValTxtAge/}
|
||||
</td>
|
||||
<td class="tdlab">
|
||||
职业:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtProfession/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
证件类型:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.DropCertificateName/}
|
||||
</td>
|
||||
<td class="tdlab">
|
||||
证件号码:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtIdentityNumber/}{PE.Control.RValIdentityNumber/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
联系电话:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtTelphone/}{PE.Control.RValTelphone/}{PE.Control.REValTelphone/}{PE.Control.ValrMobile/}
|
||||
</td>
|
||||
<td class="tdlab">
|
||||
电子邮件:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtEmail/}{PE.Control.RValEmail/}{PE.Control.REValEmail/}
|
||||
</td>
|
||||
</tr>
|
||||
{PE.Control.TrPhone/}
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
联系地址:
|
||||
</td>
|
||||
<td colspan="3">
|
||||
{PE.Control.TxtAddress/}{PE.Control.RValTxtAddress/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdtit" colspan="4">
|
||||
信访事项信息<span>(注意:标有 * 的必须填写)</span>
|
||||
</td>
|
||||
</tr>
|
||||
{PE.Control.TrDepartment/}
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
主题:
|
||||
</td>
|
||||
<td colspan="3">
|
||||
{PE.Control.TxtTitle/}{PE.Control.RValTitle/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
内容:
|
||||
</td>
|
||||
<td colspan="3">
|
||||
{PE.Control.TxtContent/}{PE.Control.ValrContent/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
附件:
|
||||
</td>
|
||||
<td colspan="3">
|
||||
{PE.Control.ExtenFileUpload/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
问题类别:
|
||||
</td>
|
||||
<td colspan="3">
|
||||
{PE.Control.DropLetterType/}{PE.Control.RValLetterType/}
|
||||
</td>
|
||||
</tr>
|
||||
{PE.Control.TrIsPublic/}
|
||||
<tr>
|
||||
<td class="tdlab">
|
||||
验证码:
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<table>
|
||||
<tr valign ="bottom">
|
||||
<td>
|
||||
{PE.Control.TxtValidateCode/}
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.VcodeSubmit/}
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.RValValidateCode/}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%" border="0" cellpadding="2" cellspacing="1">
|
||||
<tr class="ButtonTr">
|
||||
<td align="center" valign="middle" class="bottombt">
|
||||
{PE.Control.BtnAdd/}
|
||||
<input id="BtnCancel" class="inputbutton" name="BtnCancel" type="button" onclick="Reset();"
|
||||
value="重置" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
{/PE.Control.form1}
|
||||
</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>
|
||||
@@ -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" />
|
||||
<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>
|
||||
@@ -0,0 +1,83 @@
|
||||
<!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" />
|
||||
</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";
|
||||
}
|
||||
//]]>
|
||||
</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="信访首页导航" /} >> 使用说明页 </span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt> <a class="titlechg" href="#"> <span>使用说明</span> </a> </dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="onlinepl_contentbox">
|
||||
<div class="onlinepl_feedback">
|
||||
<dl>
|
||||
<dt>写信:</dt>
|
||||
<dd>
|
||||
<div>
|
||||
(一)请直接在“我要写信”页面内填写内容。<br />(二)请务必牢记您写信时所用的姓名和查询码,方便日后查询。<br />(三)“身份证号码”栏本站作了验证,请务必正确填写,否则您的辛苦劳动可能白费。<br />(四)“联系电话”和“联系地址”栏请如实填写,以方便日后我们与您取得联系。<br />(五)在"是否可公开"栏目中,如果您选择"是",我们将按照有关规定把您所反映的问题及处理情况在网上公开;如果您选择"否",我们将按规定对您的信件严格保密。
|
||||
</div>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="onlinepl_feedback">
|
||||
<dl>
|
||||
<dt>查询:</dt>
|
||||
<dd>
|
||||
<div>
|
||||
(一)如果查询您反映的问题及办理情况,请先输入您的姓名和查询码。<br />(二)可以看到您历次提交的信件列表。点击某一信件的标题,即可查看所提事项的办理状态或答复意见。<br />(三)请务必牢记您写信时所用的姓名和查询码。
|
||||
</div>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="onlinepl_feedback">
|
||||
<dl>
|
||||
<dt>信访法规:</dt>
|
||||
<dd>
|
||||
<div>
|
||||
提供给您的与信访相关的法规文件。
|
||||
</div>
|
||||
</dd>
|
||||
</dl>
|
||||
</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>
|
||||
@@ -0,0 +1,72 @@
|
||||
<!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" />
|
||||
<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>
|
||||
</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";
|
||||
}
|
||||
//]]>
|
||||
</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="信访首页导航" /} >> 查询页 </span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt> <a class="titlechg" href="#"> <span>信件处理进度查询</span> </a> </dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="OpenSearch">
|
||||
{PE.Control.form1}
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
<td class="tdlab">姓 名:</td>
|
||||
<td>{PE.Control.TxtName/}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">查询码:</td>
|
||||
<td>{PE.Control.TxtIndexNumber/}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="bottombt">{PE.Control.BtnSubmit/}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{/PE.Control.form1}
|
||||
</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>
|
||||
@@ -0,0 +1,49 @@
|
||||
<!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" />
|
||||
<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>
|
||||
</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";
|
||||
}
|
||||
//]]>
|
||||
</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="信访首页导航" /} >> 查询结果页 </span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
{PE.Label id="信访查询结果标签" Name="@Request_Name" IndexNumber="@Request_IndexNumber"/}
|
||||
</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>
|
||||
@@ -0,0 +1,86 @@
|
||||
<!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>
|
||||
<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" />
|
||||
<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>
|
||||
</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";
|
||||
}
|
||||
//]]>
|
||||
</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="信访首页导航" /} >> 评论列表</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt> <a class="titlechg" href="#"><span>{PE.Label id="显示信访所属类型" letterId="@RequestInt_letterId" /}</span> </a> </dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="onlinepl_form">
|
||||
<div class="onlinepl_comments_A">
|
||||
<h1>评论:{PE.Label id="显示信访内容标题" letterId="@RequestInt_letterId" /}</h1>
|
||||
<div class="onl_com_list">
|
||||
<h2>热门评论</h2>
|
||||
<div class="onl_com_list_boxa">
|
||||
<dl>
|
||||
{PE.Label id="信访评论列表标签" page="true" pagesize="20" letterId="@RequestInt_letterId" /}
|
||||
</dl>
|
||||
{PE.Page id="url_方块样式分页" datasource="信访评论列表标签" unitname="条评论" /}
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
</div>
|
||||
<!-- 网上信访评论发表部分开始 -->
|
||||
<!--评论提交-->
|
||||
{PE.Label id="信访信件评论标签" letterId="@RequestInt_letterId" /}
|
||||
<!-- 网上信访评论发表部分结束 -->
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function() {
|
||||
var Xml = "<?xml version='1.0' encoding='utf-8'?><root><type>isclosecomment</type></root>";
|
||||
jQuery.post('{PE.SiteConfig.AjaxSitepath/}Ajax.aspx?HandlerName=GovAjaxHandler', Xml, function(s) {
|
||||
switch (jQuery("result", s).text()) {
|
||||
case "1":
|
||||
break;
|
||||
case "0":
|
||||
default:
|
||||
window.top.location.href = "{PE.SiteConfig.ApplicationPath/}Government/Letter/Index.aspx";
|
||||
break;
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</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>
|
||||
@@ -0,0 +1,47 @@
|
||||
<!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" />
|
||||
</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";
|
||||
}
|
||||
//]]>
|
||||
</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="信访首页导航" /} >> 首页>>领导信箱 </span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
{PE.Label id="领导信箱显示标签" MailId="@Request_id" /}
|
||||
</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>
|
||||
@@ -0,0 +1,60 @@
|
||||
<!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" />
|
||||
</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";
|
||||
}
|
||||
//]]>
|
||||
</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="信访首页导航" /} >> 首页 </span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div id="onlinepl_sidebar2">
|
||||
{PE.Label id="信访首页右侧" /}
|
||||
</div>
|
||||
<div class="onlinepl_center">
|
||||
{PE.Label id="显示信访类型" /}
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt>{PE.Label id="更多链接" LetterTypeId="@RequestInt_LetterTypeId"/} <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="15" LetterTypeId="@RequestInt_LetterTypeId"/}
|
||||
</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>
|
||||
Reference in New Issue
Block a user