first commit
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
<?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>
|
||||
(最多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" />
|
||||
|
||||
<input id="BtnCancel" class="inputbutton" type="button" onclick="Reset();" value="重置" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>]]></LabelTemplate>
|
||||
</root>
|
||||
Reference in New Issue
Block a user