first commit
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
<!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 http-equiv="X-UA-Compatible" content="IE=7" />
|
||||
<title>博文搜索结果</title>
|
||||
<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/Blog/silder.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/common.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="{PE.SiteConfig.SkinPath/}Blog/default.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{PE.SiteConfig.SkinPath/}Blog/public.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{PE.SiteConfig.SkinPath/}Blog/listPage.css" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- S 头部定义-->
|
||||
{PE.Label id="博客信息提示"/}
|
||||
{PE.Label id="博客弹出层初始化JS"/}
|
||||
<div id="searchHeader">
|
||||
<!--=S 站点logo 及 说明-->
|
||||
<div id="siteLogo">
|
||||
<h1><a href="#" title="动易博客">动易博客</a></h1>
|
||||
</div>
|
||||
<!--=S 顶部导航栏 -->
|
||||
<ul id="searchNav">
|
||||
{PE.Label id="博客分类列表" /}
|
||||
</ul>
|
||||
<!--=E 顶部导航栏 -->
|
||||
<!--=S 顶部工具栏 -->
|
||||
<div class="blogSearchBar main">
|
||||
<div id="blogSearchBox">
|
||||
{PE.Label id="博客搜索" Keyword="@Request_Keyword"/}
|
||||
</div>
|
||||
</div>
|
||||
<!--=E 顶部工具栏 -->
|
||||
</div>
|
||||
|
||||
<!-- E 头部定义-->
|
||||
|
||||
<!-- S 内容定义-->
|
||||
<div id="mbContent">
|
||||
<div class="main">
|
||||
<div class="sideBarA">
|
||||
<!--==S 博客排行 -->
|
||||
<div id="blogRank">
|
||||
<div class="hd">
|
||||
<h3>博文排行</h3>
|
||||
<ul class="menu" id="rankMenu">
|
||||
<li class="on"><a href="#" title=""><span>月</span></a></li>
|
||||
<li><a href="#" title=""><span>日</span></a></li>
|
||||
<li><a href="#" title=""><span>总</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bd" id="rankList">
|
||||
<ul class="rankList">
|
||||
{PE.Label id="文字博文列表" ouputQty="15" titleLength="20" isShowNum="true" listOrderType="9" /}
|
||||
</ul>
|
||||
<ul class="rankList" style="display:none;">
|
||||
{PE.Label id="文字博文列表" ouputQty="15" titleLength="20" isShowNum="true" listOrderType="13" /}
|
||||
</ul>
|
||||
<ul class="rankList" style="display:none;">
|
||||
{PE.Label id="文字博文列表" ouputQty="15" titleLength="20" isShowNum="true" listOrderType="7" /}
|
||||
</ul>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function() {
|
||||
PicSwitch("#rankMenu", "#rankList", "li", "ul", "on", 0, 5000);
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
<!--==E 博客排行 -->
|
||||
<div class="ad"><img src="{PE.SiteConfig.SkinPath/}Blog/images/pic01.png" alt="###" title="###" /></div>
|
||||
</div>
|
||||
<div class="mainContent">
|
||||
<div class="hd path">您现在的位置:<a href="{PE.SiteConfig.ApplicationPath/}Blog/Index.aspx" title="博客首页">博客首页</a> > 搜索结果 </div>
|
||||
<div class="bd">
|
||||
<ul id="searchBox" class="clearFloat">
|
||||
{PE.Label id="博文搜索结果" searchType="@Request_searchtype" keyword="@Request_keyword" titleLength="50" contentLength="200" displayUpdateTime="true" displayBlogName="true" page="true" pagesize="10" displayTag="true" ouputQty="10" listOrderType="5" /}
|
||||
</ul>
|
||||
<div class="paginator">
|
||||
|
||||
{PE.Page id="url_基本风格" datasource="博文搜索结果" unitname="篇博文" class="showPage" span="div" /}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- E 内容定义-->
|
||||
|
||||
<!-- S 底部定义-->
|
||||
{PE.Label id="博客网站底部"/}
|
||||
<!-- E 底部定义-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user