first commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user