63 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InOutBak.aspx.cs" Inherits="FineUIPro.Web.HSSE.Epidemic.InOutBak" %>
 | |
| 
 | |
| <!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="dpDate" 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="txtFromAdd" runat="server" Label="出发地址"
 | |
|                             LabelAlign="Right"  ShowRedStar="true" LabelWidth="150px">
 | |
|                         </f:TextBox>
 | |
|                      </Items>
 | |
|                 </f:FormRow>                
 | |
|                  <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextBox ID="txtToAdd" runat="server" Label="到达地址"
 | |
|                             LabelAlign="Right"  ShowRedStar="true" LabelWidth="150px">
 | |
|                         </f:TextBox>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                  <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextBox ID="txtWay" 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>
 |