first commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<!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信息" siteConfig="true" metaType="keywords" /}" name="Keywords" />
|
||||
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="description" /}" name="Description"/>
|
||||
<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/}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> >>内容搜索</span></div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
|
||||
<div class="c_article_list">
|
||||
<dl>
|
||||
<dt><li><span><a>搜索结果</a></span></li></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
{PE.Label id="文章栏目内搜索" titleLength="50" contentLength="0" parentId="@RequestInt_nodeid" fieldname="@Request_fieldoption" fieldvalue="@Request_keyword" /}
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="class_page">{PE.Page id="url_动易后台风格" datasource="显示栏目内搜索_文章" unitname="篇文章" /}</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部居中 article_middle 结束-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 中部 center_all 结束 -->
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user