79 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			79 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ForeignStandardsEdit.aspx.cs" Inherits="FineUIPro.Web.PublicInfo.FileControl.ForeignStandardsEdit" %>
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						|
<head runat="server">
 | 
						|
    <title>编辑国外现行相关标准规范</title>
 | 
						|
    <base target="_self" />
 | 
						|
    <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:TextBox ID="txtForeignStandardsCode" runat="server" Label="<%$ Resources:Lan,DomesticStandardsCode %>"
 | 
						|
                        Required="true" MaxLength="100" ShowRedStar="true" FocusOnPageLoad="true" LabelAlign="Right"
 | 
						|
                        LabelWidth="220px">
 | 
						|
                    </f:TextBox>
 | 
						|
                    <f:TextBox ID="txtForeignStandardsName" runat="server" Label="<%$ Resources:Lan,DomesticStandardsName %>"
 | 
						|
                        Required="true" MaxLength="100" ShowRedStar="true" LabelAlign="Right" LabelWidth="210px">
 | 
						|
                    </f:TextBox>
 | 
						|
                </Items>
 | 
						|
            </f:FormRow>
 | 
						|
            <f:FormRow>
 | 
						|
                <Items>
 | 
						|
                    <f:TextArea ID="txtAbstract" runat="server" Label="<%$ Resources:Lan,Abstract %>"
 | 
						|
                        MaxLength="500" LabelAlign="Right" LabelWidth="220px">
 | 
						|
                    </f:TextArea>
 | 
						|
                </Items>
 | 
						|
            </f:FormRow>
 | 
						|
            <f:FormRow>
 | 
						|
                <Items>
 | 
						|
                    <f:DropDownList ID="drpCompileMan" runat="server" Label="<%$ Resources:Lan,CompileMan %>"
 | 
						|
                        LabelAlign="Right" LabelWidth="220px">
 | 
						|
                    </f:DropDownList>
 | 
						|
                    <f:DatePicker ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,CompileDate %>"
 | 
						|
                        LabelAlign="Right" LabelWidth="210px">
 | 
						|
                    </f:DatePicker>
 | 
						|
                </Items>
 | 
						|
            </f:FormRow>
 | 
						|
            <f:FormRow>
 | 
						|
                <Items>
 | 
						|
                    <f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,Remark %>" MaxLength="1000"
 | 
						|
                        LabelAlign="Right" LabelWidth="220px">
 | 
						|
                    </f:TextArea>
 | 
						|
                </Items>
 | 
						|
            </f:FormRow>
 | 
						|
        </Rows>
 | 
						|
        <Toolbars>
 | 
						|
            <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | 
						|
                <Items>
 | 
						|
                    <f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,Attachment %>" ToolTip="<%$ Resources:Lan,AttUploadAndView %>"
 | 
						|
                        Icon="TableCell" runat="server" OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1"
 | 
						|
                        MarginLeft="5px">
 | 
						|
                    </f:Button>
 | 
						|
                    <f:ToolbarFill ID="ToolbarFill1" runat="server">
 | 
						|
                    </f:ToolbarFill>
 | 
						|
                    <f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
 | 
						|
                        OnClick="btnSave_Click" ToolTip="<%$ Resources:Lan,Save %>">
 | 
						|
                    </f:Button>
 | 
						|
                    <f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,Close %>"
 | 
						|
                        runat="server" Icon="SystemClose">
 | 
						|
                    </f:Button>
 | 
						|
                </Items>
 | 
						|
            </f:Toolbar>
 | 
						|
        </Toolbars>
 | 
						|
    </f:Form>
 | 
						|
    <f:Window ID="WindowAtt" Title="<%$ Resources:Lan,PopForm %>" Hidden="true" EnableIFrame="true"
 | 
						|
        EnableMaximize="true" Target="Parent" EnableResize="true" runat="server" IsModal="true"
 | 
						|
        Width="700px" Height="500px">
 | 
						|
    </f:Window>
 | 
						|
    </form>
 | 
						|
</body>
 | 
						|
</html>
 |