Files
ningbo/动易的标签库/标签库/博客类/博客用户自定义分类.config
T
2026-08-31 16:22:00 +08:00

35 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>博客类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>txt</OutType>
<LabelDataType>static</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="2900" compatibleVersion="" />
<LabelTemplate>
<![CDATA[ <div id="mask" class="mask"></div>
<div id="category_box" class="content_box">
<div class="content_title">
<div class="ctLeft" onmousedown="MDown('category_box')">
分类管理
</div>
<span class="ctRight" onclick="Close()" title="关闭">
</span>
</div>
<div class="content_content">
<div class="c_create">
<input type="text" id="categoryName" value="" maxlength="28" />
<input type="button" id="categoryCreate" value="创建分类" onclick="Create()" />
请用中文、英文或数字。(15个字以内)
</div>
<div id="categoryBody">
<div id="categoryList">
</div>
<div class="cb_bottom">
<input type="button" id="categorySave" class="lbutton" value="保存" onclick="Save('@RequestInt_id')" />
</div>
</div>
</div>
</div>]]></LabelTemplate>
</root>