Files
2026-08-31 16:22:00 +08:00

58 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>网上信访</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>txt</OutType>
<LabelDataType>static</LabelDataType>
<EnabelAjax>True</EnabelAjax>
<Version officialVersion="" modifiedVersions="2907" compatibleVersion="" />
<LabelTemplate>
<![CDATA[
<table id="tbInterviewTopicInfo" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="2" class="title">
网友提问
</td>
</tr>
<tr>
<td>您的网名:</td>
<td>
<input name="TxtNickName" type="text" maxlength="10" id="TxtNickName" title="姓名" class="inputtext" />
<span style="color:Red;">* </span>
&nbsp;(最多10个字符)
</td>
</tr>
<tr>
<td class="tdLeft">
提问内容:
</td>
<td>
<textarea name="TxtContent" rows="2" cols="20" id="TxtContent" class="inputtext" onkeyup="CheckLength(this,100);"
onchange="CheckLength(this,100);" style="height:100px;width:350px;">
</textarea>
<span style="color:Red;">* </span>
</td>
</tr>
<tr>
<td class="tdLeft">
验证码:
</td>
<td>
<span>
<input name="TxtValdisplayDateCode" type="text" maxlength="6" value="" id="TxtValdisplayDateCode" class="inputtext" onfocus="this.select();" style="width: 50px;" />
</span>
<span class="Span-Code">
<img id="VcodeLogOn" title="看不清楚,换一个" onclick="RefreshValdisplayDateCodeImage(this);" src="{PE.SiteConfig.ApplicationPath /}Controls/ValidateCodeImage.aspx" align="absmiddle" style="border-width: 0px; cursor: hand;" />
</span>
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center;">
<input type="submit" name="BtnAdd" value="提交" onclick="submit();" id="BtnAdd" class="inputbutton" />
&nbsp;&nbsp;&nbsp;&nbsp;
<input id="BtnCancel" class="inputbutton" type="button" onclick="Reset();" value="重置" />
</td>
</tr>
</table>]]></LabelTemplate>
</root>