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,147 @@
{PE.DataSource id="cone" datasource="提案数据源标签" proposalId="@RequestInt_ProposalId"
xslt="true" /}
<!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.Field id="cone" fieldname="ProposalTitle" /} - 督查内容页</title>
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.SkinPath/}oversee.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Jquery.pack.js"></script>
</head>
<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">
<!-- 中部居中 oversee_middle 开始 -->
<div id="oversee_middle">
<!-- 网站位置导航信息开始 -->
<div class="c_daohang">
<span class="c_daohang_sp link_style1"><strong>您现在的位置</strong><a href="{PE.SiteConfig.ApplicationPath/}Government/Supervision/Index.aspx">政务督查</a>
>> 督查内容页
</div>
<!-- 网站位置导航信息结束 -->
<div class="Os_showbox">
<dl class="Os_refer">
<dt>《{PE.Field id="cone" fieldname="ProposalTitle" /}》</dt>
<dd>
<div class="author">
<span onclick="DisplayPerpoty()" style="cursor: pointer">{PE.Label id="得到提案所有提案人" proposalId="{PE.Field
id="cone" fieldname="ProposalId" /}" /} {PE.Field id="cone" fieldname="InputTime"
/}</span></div>
<div id="ProsalPerpty" style="display: none">
<table width="640px" align="center" class="sgrayline1" border="0" cellpadding="2"
cellspacing="1">
<tr>
<td class="Os_replyinfo" width="15%">
提交日期:
</td>
<td width="35%">
{PE.Field id="cone" fieldname="InputTime" /}
</td>
<td class="Os_replyinfo" width="15%">
提案来源:
</td>
<td width="35%">
{PE.Field id="cone" fieldname="ProposalOrigin" /}
</td>
</tr>
<tr>
<td class="Os_replyinfo">
是否调研:
</td>
<td>
{PE.Field id="cone" fieldname="IsReserch" /}
</td>
<td class="Os_replyinfo">
提案类型:
</td>
<td>
{PE.Field id="cone" fieldname="Category" /}
</td>
</tr>
<tr>
<td class="Os_replyinfo">
提 案 者:
</td>
<td>
{PE.Field id="cone" fieldname="Inputer" /}
</td>
<td class="Os_replyinfo">
回复联系人:
</td>
<td>
{PE.Field id="cone" fieldname="ReplyContact" /}
</td>
</tr>
<tr>
<td class="Os_replyinfo" width="18%">
建议承办单位:
</td>
<td colspan="3">
{PE.Field id="cone" fieldname="DepartmentId" /}
</td>
</tr>
</table>
</div>
{PE.Field id="cone" fieldname="Content" /}
</dd>
<p>
{PE.Label id="提案建议交办信息" InfoId="{PE.Field id="cone" fieldname="ProposalId" /}" InfoType="2" /}
</p>
</dl>
{PE.Label id="显示提案答复函" InfoId="{PE.Field id="cone" fieldname="ProposalId" /}"
InfoTitle="{PE.Field id="cone" fieldname="ProposalTitle" /}" InfoType="2" /}
<dl id="appraisal" class="Os_appraisal">
{PE.Label id="添加评论" InfoId="{PE.Field id="cone" fieldname="ProposalId" /}" InfoType="1" /}
</dl>
</div>
</div>
<!-- 中部居中 oversee_middle 结束 -->
<!-- 中部左侧 oversee_left 开始 -->
<div id="oversee_sidebar2">
<div class="oversee_rbox daohang">
<dl>
<dt class="icon2"><span>会员登录</span> </dt>
<dd>
<div style="padding: 10px;">
{PE.Label id="GOV_用户登录" /}
</div>
</dd>
</dl>
</div>
{PE.Label id="提交提案图片链接" /}
<div class="c_spacing">
</div>
<div class="oversee_special">
<img src="{PE.SiteConfig.SkinPath/}images/Os_pic.jpg" border="0"></div>
</div>
<!-- 中部左侧 oversee_left 结束 -->
</div>
<div class="clearbox">
</div>
<div class="c_spacing">
</div>
</div>
</div>
<!-- 中部 center_all 结束 -->
{PE.Label id="GOV_网站底部" /}
<script language="javascript" type="text/javascript">
function DisplayPerpoty() {
var perpoty = document.getElementById("ProsalPerpty");
if (perpoty.style.display == 'none') {
perpoty.style.display = '';
} else {
perpoty.style.display = 'none';
}
}
</script>
</body>
</html>