first commit
This commit is contained in:
@@ -0,0 +1,97 @@
|
||||
<!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信息" 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.SiteTitle/}</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}flash.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 type="text/javascript">
|
||||
function ShowTabs(ID) {
|
||||
for (i = 0; i < 4; i++) {
|
||||
if (i == ID) {
|
||||
document.getElementById("TabTitle" + i).className = "titlemouseover";
|
||||
document.getElementById("Tab" + i).style.display = "";
|
||||
}
|
||||
else {
|
||||
document.getElementById("TabTitle" + i).className = "tabtitle";
|
||||
document.getElementById("Tab" + i).style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
{PE.Label id="网站顶部" /}
|
||||
<div id="center_all">
|
||||
<div id="main_bg">
|
||||
<div id="main_right">
|
||||
<div id="main_right_box">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="r_navigation">
|
||||
<div class="r_n_pic">
|
||||
</div>
|
||||
您现在的位置:<a href="{PE.SiteConfig.sitepath/}">{PE.SiteConfig.SiteName /}</a>>>{PE.Label id="当前位置导航" nodeId="@RequestInt_Id" /}</div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
{PE.Label id="右侧广告一" /}
|
||||
<div class="childclass_main">
|
||||
<!-- 首页图列表混合式栏目列表样式开始 -->
|
||||
{PE.DataSource id="categorylist" datasource="栏目循环列表_数据源" parentId="@RequestInt_id" page="true" pagesize="4" urlpage="true" xslt="true" /} {PE.Repeat id="categorylist" loop="10"}
|
||||
<div class="childclass_main_box">
|
||||
<div class="childclass_title">
|
||||
<div class="more">
|
||||
{PE.Field id="categorylist" fieldname="MoreLink" /}
|
||||
</div>
|
||||
{PE.Field id="categorylist" fieldname="NodeLink" /}
|
||||
</div>
|
||||
<div class="childclass_content">
|
||||
<ul class="grid">
|
||||
{PE.Label id="Flash带图片的信息列表" outputQty="6" parentId="{PE.field fieldname="NodeID" /}" itemListOrderType="3" bindStyle="图片式" /}
|
||||
</ul>
|
||||
<ul>
|
||||
{PE.Label id="Flash信息列表" titleLength="12" outputQty="24" parentId="{PE.field fieldname="NodeID" /}" itemListOrderType="3" bindStyle="普通式" /}
|
||||
</ul>
|
||||
<div class="clearbox">
|
||||
</div>
|
||||
</div>
|
||||
<div class="childclass_bot">
|
||||
</div>
|
||||
</div>
|
||||
{/PE.Repeat}
|
||||
<!-- 首页图列表混合式栏目列表样式结束 -->
|
||||
<div class="clearbox">
|
||||
</div>
|
||||
</div>
|
||||
<div class="class_page">
|
||||
{PE.Page id="url_动易后台风格" datasource="categorylist" unitname="个栏目" /}</div>
|
||||
<div class="c_spacing">
|
||||
</div>
|
||||
<script type="text/javascript" src="{PE.SiteConfig.ApplicationPath /}{PE.SiteConfig.IncludeFilePath /}/FlashSearch.js"></script>
|
||||
<div class="c_spacing">
|
||||
</div>
|
||||
<div class="c_main_one" id="newFlash">
|
||||
<dl>
|
||||
<dt class="c_title">
|
||||
<a target="_blank" href="#">最新FLASH</a></dt>
|
||||
<dd class="c_content">
|
||||
<ul class="grid">
|
||||
{PE.Label id="Flash带图片的信息列表" outputQty="6" parentId="0" itemListOrderType="3" bindStyle="图片式" /}
|
||||
</ul>
|
||||
<ul>
|
||||
{PE.Label id="Flash信息列表" titleLength="14" outputQty="24" parentId="0" itemListOrderType="3" bindStyle="普通式" /}
|
||||
</ul>
|
||||
<br class="clearbox" />
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{PE.Label id="Flash节点左侧" /}
|
||||
</div>
|
||||
</div>
|
||||
{PE.Label id="网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user