first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,31 @@
<!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>
<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>