first commit
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
<!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" /}" name="Keywords" />
|
||||
<meta content="{PE.Label id="取得栏目META网页描述" nodeid="@RequestInt_id" /}" 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" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}feedback.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>
|
||||
</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="feedback_left">
|
||||
{PE.Label id="GOV_文章子栏目节点左侧" /}
|
||||
</div>
|
||||
<!-- 中部左侧 article_left 结束 -->
|
||||
|
||||
<!-- 中部居中 article_middle 开始-->
|
||||
<div id="feedback_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>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
|
||||
<!-- 留言发表横幅开始-->
|
||||
<div class="feedback_banner">
|
||||
<a href="{PE.SiteConfig.ApplicationPath/}Common/GuestWrite.aspx?id=@RequestInt_id&modelId=21&nodeId=@RequestInt_id" target="_blank"><img src="{PE.SiteConfig.SkinPath/}images/feedback_banner.jpg" border="0"/></a>
|
||||
</div>
|
||||
<!-- 留言发表横幅结束-->
|
||||
|
||||
<!-- 子栏目列表信息列表开始 -->
|
||||
{PE.Label id="留言列表信息_留言本方式" parentid="@RequestInt_id" titlelen="50" elitelevel="0" mypage="true" mypagesize="10" span="" class="" /}
|
||||
<!-- 子栏目列表信息列表结束 -->
|
||||
<div class="class_page">{PE.Page id="url_动易后台风格" datasource="InfoList" unitname="条留言" /}</div>
|
||||
<!-- 右侧二列结束 -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- 中部居中 article_middle 结束 -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user