63 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TripAdd.aspx.cs" Inherits="FineUIPro.Web.HSSE.Epidemic.TripAdd" %>
 | 
						|
 | 
						|
<!DOCTYPE html>
 | 
						|
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						|
<head runat="server">
 | 
						|
    <title>疫苗接种</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <form id="form1" runat="server">
 | 
						|
        <f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" AjaxAspnetControls="divFile1" />
 | 
						|
        <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" EnableTableStyle="true"
 | 
						|
                    BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
 | 
						|
            <Rows>
 | 
						|
                <f:FormRow  >
 | 
						|
                    <Items>
 | 
						|
                         <f:DatePicker ID="dpTripDate" ShowRedStar="true" DateFormatString="yyyy-MM-dd" runat="server" 
 | 
						|
                             Label="到达时间" Required="true" LabelAlign="Right" ShowTime="true" ShowSecond="false" LabelWidth="150px">
 | 
						|
                        </f:DatePicker>                       
 | 
						|
                    </Items>
 | 
						|
                </f:FormRow>                 
 | 
						|
                <f:FormRow>
 | 
						|
                    <Items>
 | 
						|
                           <f:TextBox ID="txtTripAddress" runat="server" Label="地址"
 | 
						|
                            LabelAlign="Right"  ShowRedStar="true" LabelWidth="150px">
 | 
						|
                        </f:TextBox>
 | 
						|
                     </Items>
 | 
						|
                </f:FormRow>                
 | 
						|
                 <f:FormRow>
 | 
						|
                    <Items>
 | 
						|
                        <f:TextBox ID="txtResidenceTime" runat="server" Label="停留时长"
 | 
						|
                            LabelAlign="Right"  ShowRedStar="true" LabelWidth="150px">
 | 
						|
                        </f:TextBox>
 | 
						|
                    </Items>
 | 
						|
                </f:FormRow>
 | 
						|
                 <f:FormRow>
 | 
						|
                    <Items>
 | 
						|
                        <f:TextBox ID="txtLevel" runat="server" Label="风险等级"
 | 
						|
                            LabelAlign="Right"  ShowRedStar="true" LabelWidth="150px">
 | 
						|
                        </f:TextBox>
 | 
						|
                    </Items>
 | 
						|
                </f:FormRow>
 | 
						|
            </Rows>
 | 
						|
            <Toolbars>
 | 
						|
                <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | 
						|
                    <Items>
 | 
						|
                        <f:Label runat="server" ID="lbTemp">
 | 
						|
                        </f:Label>
 | 
						|
                         
 | 
						|
                        <f:ToolbarFill runat="server"></f:ToolbarFill>
 | 
						|
                        <f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1"
 | 
						|
                            OnClick="btnSave_Click">
 | 
						|
                        </f:Button>
 | 
						|
                        
 | 
						|
                    </Items>
 | 
						|
                </f:Toolbar>
 | 
						|
            </Toolbars>
 | 
						|
        </f:Form>
 | 
						|
         
 | 
						|
    </form>
 | 
						|
</body>
 | 
						|
</html>
 |