first commit
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
{PE.DataSource id="cone" datasource="人大建议数据源标签" SuggestionId="@RequestInt_SuggestionId"
|
||||
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="SuggestionTitle" /} - 人大建议</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="MeetingName" /}<br />
|
||||
{PE.Field id="cone" fieldname="SuggestionTitle" /} </dt>
|
||||
<dd>
|
||||
<div class="author">
|
||||
<span onclick="DisplayPerpoty()" style="cursor: pointer">{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 colspan="3">
|
||||
{PE.Field id="cone" fieldname="SuggestionTitle" /}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="Os_replyinfo" width="15%">
|
||||
领协代表:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Field id="cone" fieldname="Deputy" /}
|
||||
</td>
|
||||
<td class="Os_replyinfo" width="15%">
|
||||
所属代表团:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Label id="获取代表团界别" GroupId="{PE.Field id="cone" fieldname="DelegationId" /}" GroupType="0" /}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
{PE.Field id="cone" fieldname="SuggestionContent" /}
|
||||
</dd>
|
||||
<p>
|
||||
{PE.Label id="提案建议交办信息" InfoId="{PE.Field id="cone" fieldname="SuggestionId" /}" InfoType="1" /} </p>
|
||||
</dl>
|
||||
{PE.Label id="显示提案答复函" InfoId="{PE.Field id="cone" fieldname="SuggestionId" /}"
|
||||
InfoTitle="{PE.Field id="cone" fieldname="SuggestionTitle" /}" InfoType="1" /}
|
||||
<dl id="appraisal" class="Os_appraisal">
|
||||
{PE.Label id="添加评论" InfoId="{PE.Field id="cone" fieldname="SuggestionId" /}" InfoType="0" /}
|
||||
</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>
|
||||
Reference in New Issue
Block a user