first commit
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<!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" />
|
||||
<title>图片博文排行榜</title>
|
||||
<link type="text/css" rel="stylesheet" href="{PE.SiteConfig.SkinPath/}Blog/index.css" />
|
||||
<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" />
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/common.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- S 头部定义-->
|
||||
{PE.Label id="博客网站顶部"/}
|
||||
<!-- E 头部定义-->
|
||||
|
||||
<!-- S 内容定义-->
|
||||
<div id="mbContent">
|
||||
<div id="rankBox" class="main">
|
||||
<div id="hitTab">
|
||||
<span class="on"><a href="{PE.SiteConfig.ApplicationPath/}Blog/Index.aspx" title="博客首页">博客首页</a></span>
|
||||
</div>
|
||||
<div id="hitCon" class="clearFloat">
|
||||
<ul id="channelList">
|
||||
{PE.Label id="侧栏栏目分类" linkOpenType="" categoryId="@RequestInt_categoryId" hitsType="@Request_hitsType" linkUrl="PhotoLogRank.aspx"/}
|
||||
</ul>
|
||||
<div id="thumbList">
|
||||
<ul class="clearFloat">
|
||||
{PE.Label id="博客分类图片列表_分页" categoryId="@Request_categoryId" page="true" pagesize="20" isLinkTitle="true" isIndex="true" isCategory="false" isList="true" titleLength="20" contentLength="50" linkOpenType="_blank" listOrderType="3" imageLinkStyle="pic" displayTitle="true" displayContent="false" /}
|
||||
</ul>
|
||||
<div class="paginator">{PE.Page id="url_动易后台风格" datasource="博客分类图片列表_分页" unitname="条" /}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- E 内容定义-->
|
||||
|
||||
<!-- S 底部定义-->
|
||||
{PE.Label id="博客网站底部"/}
|
||||
<!-- E 底部定义-->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user