123
This commit is contained in:
@@ -41,12 +41,18 @@
|
||||
<Items>
|
||||
<%--<f:TextBox ID="txtConsequence" runat="server" Label="主要后果" EmptyText="请输入主要后果(20字以内)" MaxLength="20" ShowRedStar="true" Required="true">
|
||||
</f:TextBox>--%>
|
||||
<f:RadioButtonList ID="rblConsequence" runat="server" Label="主要后果" LabelAlign="Right" Required="True" ShowRedStar="True">
|
||||
<%--<f:RadioButtonList ID="rblConsequence" runat="server" Label="主要后果" LabelAlign="Right" Required="True" ShowRedStar="True">
|
||||
<f:RadioItem Value="人员伤亡" Text="人员伤亡" />
|
||||
<f:RadioItem Value="财产损失" Text="财产损失" />
|
||||
<f:RadioItem Value="环境破坏" Text="环境破坏" />
|
||||
<f:RadioItem Value="公司声誉" Text="公司声誉" />
|
||||
</f:RadioButtonList>
|
||||
</f:RadioButtonList>--%>
|
||||
<f:CheckBoxList ID="cblConsequence" runat="server" Label="主要后果" LabelAlign="Right" Required="True" ShowRedStar="True" >
|
||||
<f:CheckItem Text="人员伤亡" Value="人员伤亡" />
|
||||
<f:CheckItem Text="财产损失" Value="财产损失" />
|
||||
<f:CheckItem Text="环境破坏" Value="环境破坏" />
|
||||
<f:CheckItem Text="公司声誉" Value="公司声誉" />
|
||||
</f:CheckBoxList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
|
||||
Reference in New Issue
Block a user