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,143 @@
<!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 language="javascript" type="text/javascript" src="{PE.SiteConfig.applicationpath/}js/blog/categorymanage.js"></script>
<script type="text/javascript">
function Show() {
ShowPopup("mask", "category_box");
InitItem(document.getElementById('HdnOldValue').value);
}
function SetCategory() {
var categoryList = $get('DrpUserCategory');
if (categoryList) {
categoryList.innerHTML = "";
}
var categoryValue = $get('HdnOldValue').value;
categoryList.options.add(new Option("请选择", ""));
if (categoryValue != "") {
var valueList = categoryValue.split(',');
var categoryLength = valueList.length;
for (var i = 0; i < categoryLength; i++) {
var objOption = document.createElement("OPTION");
objOption.text = valueList[i];
categoryList.options.add(objOption);
}
}
}
function ShowTag() {
$get("articleTagList").style.display = 'block';
}
function CloseTag() {
$get("articleTagList").style.display = 'none';
}
</script>
</head>
<body>
<!-- S 头部定义 -->
{PE.Label id="古色古香_博客顶部" /}<!-- E 头部定义 -->
<!-- S 内容定义 -->
{PE.Control.form1}
{PE.Control.HdnCategoryValue/}
{PE.Control.SmContent/}
<div id="content" class="clearFloat">
<div id="editorPage">
<div class="hd">
<h3>发表博文</h3>
<div class="sysMenu"></div>
</div>
<div class="bd">
<div class="blogTitle"><strong>标 题:</strong>{PE.Control.TxtTitle/}{PE.Control.ValrTitle/}</div>
<div class="editor">{PE.Control.EditorContent/}
</div>
<div class="blogTag">
<strong>标签:</strong>{PE.Control.TxtTag/}
<div class="blogTs" id="articleTagList">
<div class="content_title">
<div class="atLeft">
标签间请用“空格”开,用简练的词语概括您的博文内容
</div>
<span onclick="CloseTag()" class="ctRight" title="【关闭】"></span>
</div>
<div class="ts_top">
<table>
<tbody>
<tr>
<td class="m_top">
推荐热门标签:
</td>
<td id="hotTagList">
{PE.Control.RptHotTag/}
</td>
</tr>
<tr>
<td class="m_top">
使用过的标签:
</td>
<td id="userTagList">
{PE.Control.RptUserTag/}
</td>
</tr>
</tbody>
</table>
</div>
</div></div>
<div class="blogSort">
分类:<select id="DrpUserCategory" onchange="OnCategoryChange()" style="width:100px">
</select>
&nbsp;&nbsp;<span onclick="Show()" style="cursor: pointer"><a href="javascript:;">创建分类</a></span>
</div>
<div class="commentSetting">
<strong>设置:</strong>
{PE.Control.RdlComment/}
</div>
<div class="chooseColumns">
{PE.Control.PnlCategory/}
</div>
{PE.Control.PlhJS/}
<div class="buttonBox">
{PE.Control.BtnAction/}&nbsp;&nbsp;{PE.Control.BtnPosTemp/}
</div>
</div>
</div>
</div>
{PE.Control.PlhInitSelect/}
{/PE.Control.form1}
<!-- E 内容定义 -->
<!-- S 底部定义 -->
{PE.Label id="古色古香_博客底部" /}
<!-- E 底部定义 -->
<!-- S 分类管理 -->
{PE.Label id="博客用户自定义分类" /}
<input type="hidden" id="HdnItemValue" value='' />
<input type="hidden" id="HdnOldValue" value='' />
<div style="height: 50px">
</div>
<!-- E分类管理 -->
<!-- S 警告提示-->
{PE.Label id="博客确认提示" /}
<!-- E 警告提示-->
<script type="text/javascript">
InitHiddenValue();
SetCategory();
InitSelect();
</script>
</body>
</html>