first commit
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
{PE.DataSource id="cone" datasource="公告_内容页" itemid="@RequestInt_id" 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" lang="UTF-8">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="keywords" /}" name="Keywords" />
|
||||
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="description" /}" name="Description"/>
|
||||
<title>{PE.Field id="cone" fieldname="Title" /}-{PE.SiteConfig.SiteName /}</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/}commentary.css" rel="stylesheet" type="text/css" />
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Common.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/jquery.pack.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/jsPopup.js"></script>
|
||||
<script language="javascript" type="text/javascript">
|
||||
function redirecturl(url, tarid)
|
||||
{
|
||||
location=url.replace(/{\document.getElementByIdpageid\/}/g,tarid);
|
||||
}
|
||||
</script>
|
||||
<script id="ShowTab" type="text/javascript">
|
||||
function ShowTabs(ID){
|
||||
for (i=0;i<3;i++){
|
||||
if(i == ID){
|
||||
document.getElementById("TabTitle" + i).className="PK_mouseover";
|
||||
document.getElementById("Tab" + i).style.display="";
|
||||
}
|
||||
else{
|
||||
document.getElementById("TabTitle" + i).className="PK_title";
|
||||
document.getElementById("Tab" + i).style.display="none";
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
{PE.Label id="GOV_网站顶部" /}
|
||||
<div id="center_all">
|
||||
|
||||
<div id="main_bg" class="main_bgpic">
|
||||
<div class="main_topspace"></div>
|
||||
<div id="main_bg">
|
||||
|
||||
<!-- 中部右侧 content_right 开始 -->
|
||||
<div id="content_right">
|
||||
<div class="content_r_about">
|
||||
<dl>
|
||||
<dt class="article_icon1"><a href="#">相关文章</a></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
{PE.Label id="内容页相关信息" itemId="@RequestInt_id" /}
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部右侧 content_right 开始 -->
|
||||
|
||||
<!-- 中部居中 content_center 开始 -->
|
||||
<div id="content_center">
|
||||
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang">
|
||||
<span class="c_daohang_sp link_style1">
|
||||
<strong>您现在的位置</strong>:<a href="{PE.SiteConfig.sitepath/}">{PE.SiteConfig.SiteName /}</a>{PE.Label id="当前位置导航" itemId="{PE.Field id="cone" fieldname="NodeID" /}" /}>>公告正文 </span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
|
||||
<div class="content_contmain">
|
||||
|
||||
|
||||
<!-- 主体内容开始 -->
|
||||
<div class="c_main_box" {pe.field id="cone" fieldname="ArticleProtect" /}>
|
||||
<!-- 标题 -->
|
||||
<div class="c_title_text">
|
||||
<span>{PE.Field id="cone" fieldname="Title" /}</span>
|
||||
</div>
|
||||
|
||||
<!-- 正文 -->
|
||||
<div class="c_content_text">
|
||||
<div class="c_content_overflow" id="fontzoom">
|
||||
{PE.Field id="cone" fieldname="Content" charge="true" showerr="true" /}
|
||||
</div> {PE.Field id="cone" fieldname="Vote"/}
|
||||
</div>
|
||||
<div class="c_bot_text">{PE.Field id="cone" fieldname="Content" charge="true" showerr="true"/}</div>
|
||||
<div class="c_bot_text">
|
||||
发布人:{PE.Field id="cone" fieldname="Author" /} | 发布时间:{PE.Field id="cone" fieldname="DateAndTime" /}
|
||||
| 点击数:{PE.Field id="cone" fieldname="Hits" /}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- 主体内容结束 -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部居中 content_center 结束 -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user