57 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DocumentFallback.aspx.cs" Inherits="FineUIPro.Web.Design.DocumentFallback" %>
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						|
<head runat="server">
 | 
						|
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | 
						|
    <title></title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <form id="form1" runat="server">
 | 
						|
        <f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
 | 
						|
        <f:Panel ID="Panel1" BodyPadding="10px" Margin="0 5px 0 0" AutoScroll="true" runat="server" EnableCollapse="true" Title="Design Input Plan" ShowHeader="false">
 | 
						|
            <Items>
 | 
						|
                <f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
 | 
						|
                    runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | 
						|
                    <Rows>
 | 
						|
                        <f:FormRow>
 | 
						|
                            <Items>
 | 
						|
                                <f:TextBox ID="txtProject" runat="server" Label="Project"   LabelWidth="200px" Readonly="true"></f:TextBox>
 | 
						|
                            </Items>
 | 
						|
                        </f:FormRow>
 | 
						|
                        <f:FormRow>
 | 
						|
                            <Items>
 | 
						|
                                <f:DatePicker ID="txtFallbackDate" runat="server" Label="Document Fallback Date" LabelWidth="200px"></f:DatePicker>
 | 
						|
                            </Items>
 | 
						|
                        </f:FormRow>
 | 
						|
                        <f:FormRow>
 | 
						|
                            <Items>
 | 
						|
                                <f:TextBox ID="txtFallbackMan" runat="server" Label="Document Fallback Person"  LabelWidth="200px" Readonly="true" ></f:TextBox>
 | 
						|
                            </Items>
 | 
						|
                        </f:FormRow>
 | 
						|
                        <f:FormRow>
 | 
						|
                            <Items>
 | 
						|
                               <f:TextArea ID="txtFallbackReason" runat="server" Label="Document Fallback Reason"   LabelWidth="200px" ></f:TextArea>
 | 
						|
                            </Items>
 | 
						|
                        </f:FormRow>
 | 
						|
                    </Rows>
 | 
						|
                </f:Form>
 | 
						|
            </Items>
 | 
						|
 | 
						|
            <Toolbars>
 | 
						|
                <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | 
						|
                    <Items>
 | 
						|
                        <f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="Save" ToolTip="Save" ValidateForms="Panel1"
 | 
						|
                            OnClick="btnSave_Click">
 | 
						|
                        </f:Button>
 | 
						|
                        <f:Button ID="btnClose" EnablePostBack="false" ToolTip="Close" Text="Close" runat="server" Icon="SystemClose">
 | 
						|
                        </f:Button>
 | 
						|
                    </Items>
 | 
						|
                </f:Toolbar>
 | 
						|
            </Toolbars>
 | 
						|
        </f:Panel>
 | 
						|
    </form>
 | 
						|
</body>
 | 
						|
</html>
 |