first commit
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
<!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" />
|
||||
<meta content="{PE.Label id="取得META信息" nodeId="@RequestInt_Id" metaType="keywords" /}" name="Keywords" />
|
||||
<meta content="{PE.Label id="取得META信息" nodeId="@RequestInt_Id" metaType="description" /}" name="Description"/>
|
||||
<title>{PE.Label id="取得节点名称" nodeId="@RequestInt_Id" /}-{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" />
|
||||
<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/slider.js"></script>
|
||||
<script language="javascript" type="text/javascript">
|
||||
function redirecturl(url)
|
||||
{
|
||||
location=url;
|
||||
}
|
||||
</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">
|
||||
|
||||
<!-- 中部左侧 article_left 开始-->
|
||||
<div id="article_left">
|
||||
{PE.Label id="GOV_文章子栏目节点左侧" /}
|
||||
</div>
|
||||
<!-- 中部左侧 article_left 结束 -->
|
||||
|
||||
<!-- 中部居中 article_middle 开始-->
|
||||
<div id="article_middle">
|
||||
|
||||
<!-- 网站位置导航信息开始-->
|
||||
<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="当前位置导航" nodeId="@RequestInt_Id" /}</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
|
||||
<!-- 子栏目列表信息列表开始-->
|
||||
{PE.Label id="GOV_文章子栏目列表" titleLength="80" outputQty="10" hits="0" eliteLevel="0" parentid="@RequestInt_id" displayDataTime="yy-mm-dd" LinkOpenType="2" /}
|
||||
<!-- 子栏目列表信息列表结束-->
|
||||
<div class="class_page">{PE.Page id="url_动易后台风格" datasource="InfoList" unitname="篇文章" /}</div>
|
||||
|
||||
<div class="c_article_search">
|
||||
{PE.Label id="GOV_文章列表页搜索器" /}
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部居中 article_middle 结束 -->
|
||||
|
||||
<!-- 中部右侧 article_right 开始-->
|
||||
<div id="article_right">
|
||||
<div class="r_newpic_list">
|
||||
<dl>
|
||||
<dt><a href="#">最新图片</a></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
{PE.Label id="通用带图片的信息列表" bindStyle="普通式" outputQty="4" nodes="@RequestInt_Id" imageClass="imgclass" contentClass="titleclass" /}
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="r_button"><a href="#"><img src="{PE.SiteConfig.SkinPath/}images/onlineemailbt.gif" border="0"/></a></div>
|
||||
<div class="r_button"><a href="#"><img src="{PE.SiteConfig.SkinPath/}images/ChiefBBSbt.gif" border="0"/></a></div>
|
||||
</div>
|
||||
<!-- 中部右侧 article_right 开始-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user