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,36 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>博客类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>static</LabelDataType>
<EnabelAjax>True</EnabelAjax>
<Version officialVersion="" modifiedVersions="2514" compatibleVersion="" />
<LabelTemplate><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
<xsl:output method="html" />
<xsl:template match="/">
<div id="addcomment">
<ul class = "inputerInfoBox" >
<li>
<label for="comment_inickname">昵称:</label>
<input type="text" id="comment_inickname" style="width:120px;" />
<span id ="comment_inickname2" style="display:none;">
</span>
</li>
</ul>
<div class="inputContetntBox clearFloat">
<textarea wrap="on" id="comment_content">
</textarea>
<div class="vcodeLogOn"><label for="comment_txtValidCode">验证码:</label> <input type="text" maxlength="6" value="" id="comment_txtValidCode" size="12" onfocus="this.select();" />
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
<img id="comment_vcodeLogOn" title="看不清楚,换一个" onclick="RefreshValidateCodeImage(this);" src="{pe:InstallDir()}Controls/validateCodeImage.aspx" align="absmiddle" style="border:none;cursor:pointer;" />
</div>
<input type="submit" onclick="AddComment()" value="发表评论" name="BtnLogin" class="bt"/>
</div>
</div>
</xsl:template>
</xsl:transform>
]]></LabelTemplate>
</root>