first commit
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
<!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.SiteConfig.SiteTitle/}-政府信息公开申请进度查询</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.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>
|
||||
<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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> 进度查询</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt><a href="#" class="titlechg"><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.RadPersonType/}
|
||||
{PE.Control.RadCompanyType/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">申请人:</td>
|
||||
<td>{PE.Control.TxtName/}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdlab">查询码:</td>
|
||||
<td>{PE.Control.TxtApplicationFormNumber/}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="bottombt">{PE.Control.LinkSubmit/}</td>
|
||||
</tr>
|
||||
</table>
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_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/}eApp.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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> 申请进度结果</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
{PE.Label id="申请进度结果信息" Type="@RequestInt_Type" Name="@Request_Name" ApplicationFormNumber="@Request_ApplicationFormNumber" ValdisplayDateCode="@Request_ValdisplayDateCode"/}
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_left 结束 -->
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
<!-- 中部 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>{PE.SiteConfig.SiteTitle/}-政府信息公开内容页</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.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";
|
||||
}
|
||||
function Show_Menu1(id_num,num){
|
||||
for(var i=0;i<2;i++){document.getElementById("ConList_"+id_num+i).style.display="none";}
|
||||
for(var i=0;i<2;i++){document.getElementById("Con_"+id_num+i).className="";}
|
||||
document.getElementById("Con_"+id_num+num).className="over_Class_on";
|
||||
document.getElementById("ConList_"+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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> {PE.Label id="GOV_当前公开目录位置导航" publicCatalogId="@RequestInt_id" /} 查看信息</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
|
||||
<div class="eApp_cont">
|
||||
{PE.Label id="GOV_公开信息" publicID="@RequestInt_id" /}
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_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">
|
||||
//更改字体大小
|
||||
var status0 = '';
|
||||
var curfontsize = 10;
|
||||
var curlineheight = 18;
|
||||
function fontZoomA() {
|
||||
if (curfontsize > 8) {
|
||||
document.getElementById('fontzoom').style.fontSize = (--curfontsize) + 'pt';
|
||||
document.getElementById('fontzoom').style.lineHeight = (--curlineheight) + 'pt';
|
||||
}
|
||||
}
|
||||
function fontZoomB() {
|
||||
if (curfontsize < 64) {
|
||||
document.getElementById('fontzoom').style.fontSize = (++curfontsize) + 'pt';
|
||||
document.getElementById('fontzoom').style.lineHeight = (++curlineheight) + 'pt';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,69 @@
|
||||
<!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.SiteConfig.SiteTitle/}-政府信息公开目录页</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.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";
|
||||
}
|
||||
function Show_Menu1(id_num,num){
|
||||
for(var i=0;i<2;i++){document.getElementById("ConList_"+id_num+i).style.display="none";}
|
||||
for(var i=0;i<2;i++){document.getElementById("Con_"+id_num+i).className="";}
|
||||
document.getElementById("Con_"+id_num+num).className="over_Class_on";
|
||||
document.getElementById("ConList_"+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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> {PE.Label id="GOV_显示目录页导航" departmentId="@RequestInt_DepartmentId" publicCatalogId="@RequestInt_PublicCatalogId" themeId="@RequestInt_ThemeId" /}信息列表</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt><a><span>政府信息公开目录</span></a></dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
{PE.Label id="GOV_显示目录页信息列表" departmentId="@RequestInt_DepartmentId" publicCatalogId="@RequestInt_PublicCatalogId" themeId="@RequestInt_ThemeId" /}
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_left 结束 -->
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,82 @@
|
||||
<!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/}eApp.css" rel="stylesheet" type="text/css" />
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}js/jquery.pack.js"></script>
|
||||
<script type="text/javascript" src="{PE.SiteConfig.applicationpath/}JS/Government/DatePicker.js"></script>
|
||||
|
||||
<script type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/CommonCode.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 Show_Menu1(id_num,num){
|
||||
for(var i=0;i<2;i++){document.getElementById("ConList_"+id_num+i).style.display="none";}
|
||||
for(var i=0;i<2;i++){document.getElementById("Con_"+id_num+i).className="";}
|
||||
document.getElementById("Con_"+id_num+num).className="over_Class_on";
|
||||
document.getElementById("ConList_"+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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> 搜索</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt><a href="#" class="titlechg"><span>公开文件搜索</span></a></dt>
|
||||
</dl>
|
||||
</div>
|
||||
{PE.Label id="公开文件搜索" /}
|
||||
|
||||
<!-- 最新公开 开始 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt><a><span>政府信息公开目录</span></a></dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
{PE.Label id="公开信息列表" IndexNumber="@Request_IndexNumber" usePage="true" outputQty="1" Title="@Request_Title" Content="@Request_Content" StartDate="@RequestDate_StartDate" EndDate="@RequestDate_EndDate" Keyword="@Request_Keyword"/}
|
||||
<div class="showpage">{PE.Page id="url_方块样式分页" datasource="公开信息列表查询条件" unitname="条信息" /}</div>
|
||||
<!-- 最新公开 结束 -->
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_left 结束 -->
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,74 @@
|
||||
<!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.SiteConfig.SiteTitle/}-政府信息公开部门页</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.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";
|
||||
}
|
||||
function Show_Menu1(id_num,num){
|
||||
for(var i=0;i<2;i++){document.getElementById("ConList_"+id_num+i).style.display="none";}
|
||||
for(var i=0;i<2;i++){document.getElementById("Con_"+id_num+i).className="";}
|
||||
document.getElementById("Con_"+id_num+num).className="over_Class_on";
|
||||
document.getElementById("ConList_"+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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> {PE.Label id="GOV_当前部门位置导航" departmentId="@RequestInt_DepartmentId" /}</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt><a><span>部门公开目录</span></a></dt>
|
||||
<dd class="Govlist">
|
||||
{PE.Label id="GOV_显示部门公开目录" departmentId="@RequestInt_DepartmentId" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
{PE.Label id="GOV_显示部门最新公开信息" departmentId="@RequestInt_DepartmentId" /}
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_left 结束 -->
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,75 @@
|
||||
<!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.SiteConfig.SiteTitle/}-政府信息公开首页</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.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";
|
||||
}
|
||||
function Show_Menu1(id_num,num){
|
||||
for(var i=0;i<2;i++){document.getElementById("ConList_"+id_num+i).style.display="none";}
|
||||
for(var i=0;i<2;i++){document.getElementById("Con_"+id_num+i).className="";}
|
||||
document.getElementById("Con_"+id_num+num).className="over_Class_on";
|
||||
document.getElementById("ConList_"+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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /}</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
{PE.Label id="GOV_首页右侧指南" /}
|
||||
<div class="eApp_desc">
|
||||
<h4>政府信息公开指南</h4>
|
||||
<ul>
|
||||
<p align=center>第一章 总 则</p>
|
||||
<p> 第一条 为建立公正透明的行政管理体制,保障公民、法人和其他组织的知情权,规范政府信息公开,提高行政活动的透明度,监督政府机关依法履行职责,依据《中华人民共和国政府信息公开条例》、《广东省政府信息公开规定》,结合本市实际,制定本规定。<br>
|
||||
第二条 本规定所称政府信息,是指行政机关在履行职责过程中制作或掌握的与经济、社会管理和公共服务相关的,以纸质、胶卷、磁带、磁盘以及其他电子存储材料等载体反映的政策文件、数据、图表、程序、条件、标准、要求等信息。 本规定所称行政机关是指市人民政府及其职能部门、派出机构,各镇区政府(含火炬区管委会、各区办事处,下同),实行垂直管理的行政机关以及依法律法规授权具有公共事务管理职能的组织。 <a href="{PE.SiteConfig.ApplicationPath/}Government/Guide.aspx">更多...</a></p>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
{PE.Label id="部门大类列表" /}
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_left 结束 -->
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,70 @@
|
||||
<!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.SiteConfig.SiteTitle/}-政府信息公开指南</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.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";
|
||||
}
|
||||
function Show_Menu1(id_num,num){
|
||||
for(var i=0;i<2;i++){document.getElementById("ConList_"+id_num+i).style.display="none";}
|
||||
for(var i=0;i<2;i++){document.getElementById("Con_"+id_num+i).className="";}
|
||||
document.getElementById("Con_"+id_num+num).className="over_Class_on";
|
||||
document.getElementById("ConList_"+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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> 政府信息公开指南</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<div class="eApp_guide">
|
||||
<h4>政府信息公开指南</h4>
|
||||
<ul>
|
||||
<p align=center>第一章 总 则</p>
|
||||
<p> 第一条 为建立公正透明的行政管理体制,保障公民、法人和其他组织的知情权,规范政府信息公开,提高行政活动的透明度,监督政府机关依法履行职责,依据《中华人民共和国政府信息公开条例》、《广东省政府信息公开规定》,结合本市实际,制定本规定。<br>
|
||||
第二条 本规定所称政府信息,是指行政机关在履行职责过程中制作或掌握的与经济、社会管理和公共服务相关的,以纸质、胶卷、磁带、磁盘以及其他电子存储材料等载体反映的政策文件、数据、图表、程序、条件、标准、要求等信息。 本规定所称行政机关是指市人民政府及其职能部门、派出机构,各镇区政府(含火炬区管委会、各区办事处,下同),实行垂直管理的行政机关以及依法律法规授权具有公共事务管理职能的组织。<br>
|
||||
第三条 政府信息公开应当遵循合法、真实、及时、便民的原则。</p>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_left 结束 -->
|
||||
</div>
|
||||
<div class="clearbox"></div>
|
||||
<div class="c_spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,418 @@
|
||||
<!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.SiteConfig.SiteTitle/}-政府信息公开申请页</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}article.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}feedback.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";
|
||||
}
|
||||
function Show_Menu1(id_num, num) {
|
||||
for (var i = 0; i < 2; i++) { document.getElementById("ConList_" + id_num + i).style.display = "none"; }
|
||||
for (var i = 0; i < 2; i++) { document.getElementById("Con_" + id_num + i).className = ""; }
|
||||
document.getElementById("Con_" + id_num + num).className = "Class_on_bt";
|
||||
document.getElementById("ConList_" + id_num + num).style.display = "block";
|
||||
}
|
||||
|
||||
function CheckSubmit(){
|
||||
if(jQuery("#ChkIsPromise").attr("checked")){
|
||||
return true;
|
||||
}else{
|
||||
alert("请勾选“依法合理使用政府信息承诺协议项”");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
//]]>
|
||||
</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">
|
||||
<!-- 中部居中 eApp_middle 开始 -->
|
||||
<div id="eApp_middle">
|
||||
<div class="c_daohang"> <span class="c_daohang_sp link_style1"> <strong>您现在的位置</strong>:{PE.Label id="GOV_政务公开首页连接" /} >> 填写申请表</span></div>
|
||||
<div class="eApp_title">
|
||||
信息公开申请表 <font color="red">*</font>为必填项
|
||||
</div>
|
||||
<div class="eApp_form">
|
||||
{PE.Control.form1}
|
||||
<table align="center" border="0" cellpadding="2" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td colspan="2" class="title">
|
||||
申请人信息
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr id="trRadApplyType">
|
||||
<td>
|
||||
{PE.Control.RadPersonal/}
|
||||
公民
|
||||
{PE.Control.RadCompany/}
|
||||
法人/其他组织 <font color="red">根据填写人性质选择</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="gm1">
|
||||
<table border="0" cellpadding="2" cellspacing="1">
|
||||
{PE.Control.tbPersonal}
|
||||
<tr>
|
||||
<td class="tdLeft">
|
||||
姓 名:
|
||||
</td>
|
||||
<td style="width:270px">
|
||||
{PE.Control.TxtApplyerName/}
|
||||
{PE.Control.RequiredFieldValidator3/}
|
||||
</td>
|
||||
<td class="tdLeft" >
|
||||
联系电话:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtTelePhone/}
|
||||
{PE.Control.RequiredFieldValidator4/}
|
||||
{PE.Control.RValTelePhone/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft" >
|
||||
证件名称:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.DropCertificateName/}
|
||||
</td>
|
||||
<td class="tdLeft" >
|
||||
证件号码:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtIdentityNumber/}
|
||||
{PE.Control.RequiredFieldValidator5/}
|
||||
{PE.Control.RValIdentityNumber/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft" >
|
||||
工作单位:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtCompany/}
|
||||
</td>
|
||||
<td class="tdLeft" >
|
||||
传 真:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtFax/}
|
||||
{PE.Control.RValFax/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft" >
|
||||
电子邮箱:
|
||||
</td>
|
||||
<td align="left">
|
||||
{PE.Control.TxtEmail/}
|
||||
{PE.Control.RequiredFieldValidator6/}
|
||||
{PE.Control.RValEmail/}
|
||||
</td>
|
||||
<td class="tdLeft" >
|
||||
邮政编码:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtZipCode/}
|
||||
{PE.Control.RValZipCode/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft" >
|
||||
联系地址:
|
||||
</td>
|
||||
<td colspan="3">
|
||||
{PE.Control.TxtAddress/}
|
||||
{PE.Control.RequiredFieldValidator11/}
|
||||
</td>
|
||||
</tr>
|
||||
{/PE.Control.tbPersonal}
|
||||
{PE.Control.tbCompany}
|
||||
<tr>
|
||||
<td class="tdLeft" >
|
||||
单位名称:
|
||||
</td>
|
||||
<td style="width:270px;">
|
||||
{PE.Control.TxtCompanyName/}
|
||||
{PE.Control.RequiredFieldValidator7/}
|
||||
</td>
|
||||
<td class="tdLeft" >
|
||||
法人代表:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtLegalRepresentative/}
|
||||
{PE.Control.RequiredFieldValidator8/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft" >
|
||||
联系姓名:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtContact/}
|
||||
{PE.Control.RequiredFieldValidator9/}
|
||||
</td>
|
||||
<td class="tdLeft">
|
||||
联系电话:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtCompanyTelePhone/}
|
||||
{PE.Control.RequiredFieldValidator10/}
|
||||
{PE.Control.RValCompanyTelePhone/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft" >
|
||||
机构代码:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtOrganizationNumber/}
|
||||
</td>
|
||||
<td class="tdLeft">
|
||||
传 真:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtCompanyFax/}
|
||||
{PE.Control.RValCompanyFax/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft">
|
||||
电子邮箱:
|
||||
</td>
|
||||
<td align="left">
|
||||
{PE.Control.TxtCompanyEmail/}
|
||||
{PE.Control.RequiredFieldValidator1/}
|
||||
{PE.Control.RValCompanyEmail/}
|
||||
</td>
|
||||
<td class="tdLeft">
|
||||
邮政编码:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtCompanyZipCode/}
|
||||
{PE.Control.RegexValidator1/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft">
|
||||
联系地址:
|
||||
</td>
|
||||
<td colspan="3" align="left">
|
||||
{PE.Control.TxtCompanyAddress/}
|
||||
{PE.Control.RequiredFieldValidator2/}
|
||||
</td>
|
||||
</tr>
|
||||
{/PE.Control.tbCompany}
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="title">
|
||||
所需信息情况
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table id="tbDescript" border="0" cellpadding="1" cellspacing="1">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="tdLeft" style="width: 150px">
|
||||
所需信息的内容描述:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtDescription/}
|
||||
{PE.Control.RFValDescription/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft">
|
||||
所需信息的用途(请上传自<br />
|
||||
身特殊需要的相关证明):
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.TxtPurpose/}<br />
|
||||
{PE.Control.ExtenFileUpload/}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="0" cellpadding="4" cellspacing="1" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="tdLeft">
|
||||
所需信息的指定提供方式(可选)
|
||||
</td>
|
||||
<td class="tdLeft">
|
||||
获取信息的方式(可选)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="trChk">
|
||||
<td>
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkPaper/}
|
||||
</td>
|
||||
<td>
|
||||
纸面
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkEmail/}
|
||||
</td>
|
||||
<td>
|
||||
电子邮件
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkCDROM/}
|
||||
</td>
|
||||
<td>
|
||||
光盘
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkDisk/}
|
||||
</td>
|
||||
<td>
|
||||
磁盘
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkSendByPost/}
|
||||
</td>
|
||||
<td>
|
||||
邮寄
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkDelivery/}
|
||||
</td>
|
||||
<td>
|
||||
快递
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkSendByEmail/}
|
||||
</td>
|
||||
<td>
|
||||
电子邮件
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkFax/}
|
||||
</td>
|
||||
<td>
|
||||
传真
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="checkTd">
|
||||
{PE.Control.ChkReceiveBySelf/}
|
||||
</td>
|
||||
<td>
|
||||
自行领取
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft">
|
||||
依法合理使用政府<br />信息承诺协议:
|
||||
</td>
|
||||
<td>
|
||||
<input id="ChkIsPromise" type="checkbox" checked="checked" /> 本人承诺所获取的政府信息,只用于自身的特殊需要,不作任何炒作及随意扩大公开范围。
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft">
|
||||
选择部门:
|
||||
</td>
|
||||
<td>
|
||||
{PE.Control.DropListDepartment/}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLeft">
|
||||
验证码:
|
||||
</td>
|
||||
<td>
|
||||
<span>{PE.Control.TxtValidateCode/}</span> <span class="Span-Code">{PE.Control.VcodeSubmit/}
|
||||
{PE.Control.RFValValidateCode/} </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="ButtonTr">
|
||||
<td colspan="2" align="center" valign="middle" class="bottombt">
|
||||
{PE.Control.BtnAdd/}
|
||||
|
||||
<input id="BtnCancel" type="button" onclick="Reset();" value="重置" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{/PE.Control.form1}
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部居中 eApp_middle 结束 -->
|
||||
<!-- 中部左侧 eApp_left 开始 -->
|
||||
<div id="eApp_sidebar">
|
||||
{PE.Label id="GOV_左侧指南" /}
|
||||
<div class="eApp_l_box">
|
||||
<dl>
|
||||
<dt><span>主题分类</span></dt>
|
||||
<dd id="webtree">
|
||||
{PE.Label id="主题分类" /}
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部左侧 eApp_left 结束 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user