first commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user