79 lines
3.0 KiB
HTML
79 lines
3.0 KiB
HTML
<!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>{PE.Label id="显示博客名称" BlogID="@RequestInt_Id" /}</title>
|
|
<link type="text/css" rel="stylesheet" href="{PE.SiteConfig.SkinPath/}Blog/GuSeGuXiang/index.css" />
|
|
<link type="text/css" rel="stylesheet" href="{PE.SiteConfig.SkinPath/}Blog/default.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="content" class="clearFloat">
|
|
<div id="mainContent">
|
|
<div id="textListBox">
|
|
<div class="moduleHeader">
|
|
<h3>{PE.Label id="获取栏目名称" username="{PE.Label id="获取博主用户名" blogId="@RequestInt_id" cachetime="17280" cacheid="@RequestInt_id"/}" categoryId="@RequestInt_categoryId" type="@RequestInt_type" /}</h3>
|
|
|
|
</div>
|
|
<div class="moduleContent">
|
|
<ul>
|
|
{PE.Label id="用户博文列表" page="true" type="@RequestInt_type" userCategoryID="@RequestInt_categoryId" pagesize="10" username="{PE.Label id="获取博主用户名" blogId="@RequestInt_id" cachetime="17280" cacheid="@RequestInt_id"/}" BlogId="@RequestInt_id"/}
|
|
</ul>
|
|
<div class="paginator">
|
|
{PE.Page id="url_动易后台风格" datasource="用户博文列表" unitname="条" /}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- =S 侧栏定义-->
|
|
<div id="sideBar">
|
|
<div id="sortSelect" class="sideModule">
|
|
<div class="moduleHeader"><h3>分类</h3></div>
|
|
<div class="moduleContent">
|
|
<ul>
|
|
{PE.Label id="用户博文分类" type="@RequestInt_type" blogId="@RequestInt_id" categoryId="@RequestInt_categoryId"/}
|
|
{PE.Label id="博主显示回收站和草稿箱" blogId="@RequestInt_id" type="@RequestInt_type" /}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- =E 侧栏定义-->
|
|
</div>
|
|
<!-- E 内容定义 -->
|
|
<!-- S 底部定义 -->
|
|
{PE.Label id="古色古香_博客底部" /}
|
|
<!-- E 底部定义 -->
|
|
</body>
|
|
<script type="text/javascript">
|
|
stuHover = function() {
|
|
var cssRule;
|
|
var newSelector;
|
|
for (var i = 0; i < document.styleSheets.length; i++)
|
|
for (var x = 0; x < document.styleSheets[i].rules.length ; x++)
|
|
{
|
|
cssRule = document.styleSheets[i].rules[x];
|
|
if (cssRule.selectorText.indexOf("LI:hover") != -1)
|
|
{
|
|
newSelector = cssRule.selectorText.replace(/LI:hover/gi, "LI.iehover");
|
|
document.styleSheets[i].addRule(newSelector , cssRule.style.cssText);
|
|
}
|
|
}
|
|
var getElm = document.getElementById("sortSelect").getElementsByTagName("LI");
|
|
for (var i=0; i<getElm.length; i++) {
|
|
getElm[i].onmouseover=function() {
|
|
this.className+=" iehover";
|
|
}
|
|
getElm[i].onmouseout=function() {
|
|
this.className=this.className.replace(new RegExp(" iehover\\b"), "");
|
|
}
|
|
}
|
|
}
|
|
if (window.attachEvent) window.attachEvent("onload", stuHover);
|
|
</script>
|
|
</html>
|