37 lines
1.6 KiB
HTML
37 lines
1.6 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/XuanDongFengCai/index_css.css" />
|
|
<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/default.css" />
|
|
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.applicationpath/}js/common.js"></script>
|
|
<script type="text/javascript" src="{PE.SiteConfig.applicationpath/}JS/jquery.pack.js"></script>
|
|
</head>
|
|
<body>
|
|
<!-- S 头部定义 -->
|
|
{PE.Label id="炫动风采_博客顶部" /}
|
|
<!-- E 头部定义 -->
|
|
<!-- S 内容定义 -->
|
|
<div id="content" class="clearFloat">
|
|
<div id="commentManage">
|
|
<form method='POST' name='myform' action=''>
|
|
<!-- 评论开始 -->
|
|
<span id="commentform"></span>
|
|
<!-- 评论结束 -->
|
|
</form>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
<!-- E 内容定义 -->
|
|
<!-- S 底部定义 -->
|
|
{PE.Label id="炫动风采_博客底部" /}
|
|
<!-- E 底部定义 -->
|
|
{PE.Label id="博客评论管理JS标签" blogId="@RequestInt_Id" commentLabel="博客评论管理" commentList="博客评论管理信息列表" commentpage = "JS_基本风格"/}
|
|
</body>
|
|
</html>
|