first commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{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/XuanDongFengCai/header.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{PE.SiteConfig.SkinPath/}Blog/XuanDongFengCai/link.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{PE.SiteConfig.SkinPath/}Blog/XuanDongFengCai/index_css.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>
|
||||
<div class="class_page">{PE.Page id="url_动易后台风格" datasource="博客访客管理" unitname="个访客" /}</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- E 内容定义 -->
|
||||
<!-- S 底部定义 -->
|
||||
<div id="footer">
|
||||
<div id="siteDom"><a href="#" title="#">联系我们</a> | <a href="#" title="#">关于动易</a> | <a href="#" title="#">网站地图</a> | <a href="#" title="#">相关证书</a> | <a href="#" title="#">合作伙伴</a> | <a href="#" title="#">法律条款</a> | <a href="#" title="#">隐私权声明</a> </div>
|
||||
</div>
|
||||
<!-- E 底部定义 -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user