37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
{PE.DataSource id="blog_content" datasource="博客数据源标签" blogId="@RequestInt_Id" xslt="true" /}
|
|
<!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="guestListBox">
|
|
<div class="hd">
|
|
<h3>全部访客</h3>
|
|
</div>
|
|
<div class="bd">
|
|
<ul class="clearFloat">
|
|
{PE.Label id="博客访客管理" page="true" pagesize="12" blogID="@RequestInt_id" userName="{PE.field id="blog_content" fieldname="UserName" /}" /}
|
|
</ul>
|
|
<br />
|
|
<div class="paginator">{PE.Page id="url_动易后台风格" datasource="博客访客管理" unitname="个访客" /}</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- E 内容定义 -->
|
|
<!-- S 底部定义 -->
|
|
{PE.Label id="古色古香_博客底部" /}
|
|
<!-- E 底部定义 -->
|
|
</body>
|
|
</html>
|