ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/common/Resource/EditLawRegulation.aspx

81 lines
4.2 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditLawRegulation.aspx.cs" Inherits="FineUIPro.Web.common.Resource.EditLawRegulation" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:NumberBox ID="txtLawRegulationCode" runat="server" Label="法律法规编号" LabelWidth="150px" NoDecimal="true" NoNegative="true" Required="true" ShowRedStar="true" FocusOnPageLoad="true"></f:NumberBox>
</Items>
<Items>
<f:TextBox ID="txtLawRegulationName" runat="server" Label="法律法规名称" LabelWidth="150px" Required="true" ShowRedStar="true" >
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpLawRegulationGrade" runat="server" Label="级别" LabelWidth="150px">
<f:ListItem Selected="True" Value="0" Text="- 请选择 -"></f:ListItem>
<f:ListItem Value="1" Text="宪法"></f:ListItem>
<f:ListItem Value="2" Text="法律"></f:ListItem>
<f:ListItem Value="3" Text="行政法规"></f:ListItem>
<f:ListItem Value="4" Text="规章"></f:ListItem>
<f:ListItem Value="5" Text="自治/单行条例"></f:ListItem>
<f:ListItem Value="6" Text="经济特区法规"></f:ListItem>
</f:DropDownList>
</Items>
<Items>
<f:DatePicker ID="txtApproveDate" runat="server" Label="批准日" LabelWidth="150px" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtAffectiveDate" runat="server" Label="生效日" LabelWidth="150px" LabelAlign="Right"></f:DatePicker>
</Items>
<Items>
<f:DatePicker ID="txtRevisionDate" runat="server" Label="修正日" LabelWidth="150px" LabelAlign="Right"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtImplementationDate" runat="server" Label="实行日" LabelWidth="150px" LabelAlign="Right"></f:DatePicker>
</Items>
<Items>
<f:LinkButton ID="UploadAttach" runat="server" Label="附件" LabelWidth="150px" Text="上传和查看" OnClick="UploadAttach_Click"></f:LinkButton>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtAttentionItem" runat="server" Label="简介及重点关注条款" LabelWidth="150px"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="提交" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" Text="关闭" runat="server" Icon="SystemClose" OnClick="btnClose_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="WindowAtt" Title="附件上传" Hidden="true" EnableIFrame="true"
EnableMaximize="true" Target="Parent" EnableResize="true" runat="server"
IsModal="true" Width="670px" Height="460px" >
</f:Window>
</form>
</body>
</html>