first commit
This commit is contained in:
@@ -0,0 +1,95 @@
|
||||
<!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_c_main">
|
||||
|
||||
<!-- 网站位置导航信息开始-->
|
||||
<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.DataSource id="categorylist" datasource="栏目循环列表_数据源" parentId="@RequestInt_id" page="true" pagesize="6" pagemain="true" urlpage="true" xslt="true" /} {PE.Repeat id="categorylist" loop="20"}
|
||||
<div class="two_list c_article_list">
|
||||
<dl>
|
||||
<dt>
|
||||
<ul><li><span>{PE.Field id="categorylist" fieldname="NodeLink" /}</span>
|
||||
</li>
|
||||
</ul>
|
||||
</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
{PE.Label id="通用信息列表" bindStyle="普通式" titleLength="60" outputQty="10" nodes="{PE.field fieldname="NodeID" /}" itemListOrderType="3" /}
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
{/PE.Repeat}
|
||||
<!-- 一列式栏目上下循环样式结束 -->
|
||||
|
||||
<div class="class_page">{PE.Page id="url_动易后台风格" datasource="InfoList" unitname="篇文章" /}</div>
|
||||
|
||||
<div class="c_article_search">
|
||||
{PE.Label id="GOV_文章列表页搜索器" /}
|
||||
</div>
|
||||
<!-- 最新图片文章开始 -->
|
||||
<div class="c_main_one">
|
||||
<dl>
|
||||
<dt class="c_title">
|
||||
<div class="more"> </div>
|
||||
<a href="#">最新图文</a></dt>
|
||||
<dd class="c_content">
|
||||
<!-- 显示8张最新图片文章 -->
|
||||
<div class="a_photo_list">
|
||||
{PE.Label id="内容带图片的信息列表" bindStyle="普通式" titleLength="20" outputQty="10" nodes="@RequestInt_id" /}
|
||||
<div class="clearbox"></div>
|
||||
</div>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<!-- 最新图片文章结束 -->
|
||||
</div>
|
||||
<!-- 中部居中 article_middle 结束 -->
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user