Files
ningbo/动易的标签库/标签库/留言类/显示回复留言用户信息.config
T
2026-08-31 16:22:00 +08:00

56 lines
2.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>留言类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>static</LabelDataType>
<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:param name="nodeId" />
<xsl:variable name="rootDir" select="pe:InstallDir()"/>
<xsl:output method="html" />
<xsl:template match="/">
<div class="PK_indiv_r">
<textarea wrap="off" id="content" style="width:450px;height:84px;">
</textarea>
<br />
<input type="submit" name="BtnLogin" value="发表回复" onClick="addcomment()" />
<xsl:if test="pe:GetNodeInfo($nodeId,'EnableValidCode') = 'true'">
<img align="absmiddle" style="border: medium none ; cursor: pointer;" src="{$rootDir}Controls/validateCodeImage.aspx" onclick="refreshValidCode(this);" id="commentValidCodeImg" title="看不清楚,换一个"/>
<input type="text" onfocus="this.select();" size="12" id="TxtValidCode" value="" maxlength="6"/>
</xsl:if>
<xsl:if test="pe:IsLogined()='true'">
<input type="checkbox" id="open" checked="true" onClick="setprivate()" />公开</xsl:if>
</div>
<div class="PK_indiv_l">回复主题:<input type="text" id="commenttitle" style="width:200px;" />
<font color="red">
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>*</font>
<br />
<span id="spanusername">姓  名:<input type="text" id="iusername" style="width:114px;" />
</span>
<input type="checkbox" id="guest" onClick="setguest()"/>匿名发表<br />
<span id="spanemail">E m a i l :<input name="email" type="text" maxlength="20" id="email" class="inputtext" style="width:120px;" />
<br />
</span>
<div id="divStars">评  分:<input type="image" name="imageField1" src="{$rootDir}Images/fstar.gif" onClick="StarClick(1)" onMouseOver="StarMouseOver(1)" onMouseOut="StarMouseOut()"/>
<input type="image" name="imageField2" src="{$rootDir}Images/fstar.gif" onClick="StarClick(2)" onMouseOver="StarMouseOver(2)" onMouseOut="StarMouseOut()"/>
<input type="image" name="imageField3" src="{$rootDir}Images/fstar.gif" onClick="StarClick(3)" onMouseOver="StarMouseOver(3)" onMouseOut="StarMouseOut()"/>
<input type="image" name="imageField4" src="{$rootDir}Images/estar.gif" onClick="StarClick(4)" onMouseOver="StarMouseOver(4)" onMouseOut="StarMouseOut()"/>
<input type="image" name="imageField5" src="{$rootDir}Images/estar.gif" onClick="StarClick(5)" onMouseOver="StarMouseOver(5)" onMouseOut="StarMouseOut()"/>
</div>
</div>
<div class="clearbox">
</div>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="3002" compatibleVersion="" />
<attributes>
<name>nodeId</name>
<datatype>int</datatype>
<default>1</default>
<intro>项目所在的节点ID</intro>
</attributes>
</root>