44 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PunchEditorIn.aspx.cs" Inherits="FineUIPro.Web.EditorManage.PunchEditorIn" %>
 | 
						|
 | 
						|
<!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>导入Punch</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <form id="form1" runat="server">
 | 
						|
        <f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" OnCustomEvent="PageManager1_CustomEvent" />
 | 
						|
        <f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false"
 | 
						|
            ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
 | 
						|
            <Toolbars>
 | 
						|
                <f:Toolbar ID="Toolbar1" runat="server" Position="Bottom">
 | 
						|
                    <Items>
 | 
						|
                        <f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
 | 
						|
                        <f:Button ID="btnImport" Icon="DoorIn" runat="server" Text="Import" ToolTip="Import data" ValidateForms="SimpleForm1"
 | 
						|
                            OnClick="btnImport_Click">
 | 
						|
                        </f:Button>
 | 
						|
                        <f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" Text="Download the template" ToolTip="Download the template" OnClick="btnDownLoad_Click">
 | 
						|
                        </f:Button>
 | 
						|
                    </Items>
 | 
						|
                </f:Toolbar>
 | 
						|
            </Toolbars>
 | 
						|
            <Items>
 | 
						|
                <f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="Select the file to import" Label="Select the file to import"
 | 
						|
                    LabelWidth="200px" LabelAlign="Right" Width="500px">
 | 
						|
                </f:FileUpload>
 | 
						|
                <f:HiddenField ID="hdFileName" runat="server"></f:HiddenField>
 | 
						|
            </Items>
 | 
						|
            <Items>
 | 
						|
                <f:Label runat="server"   Text="1、导入的人员请用人员的账号" MarginLeft="50px"></f:Label>
 | 
						|
            </Items>
 | 
						|
            <Items>
 | 
						|
                <f:Label runat="server"   Text="2、Discipline, Priority 从下拉项中选择" MarginLeft="50px"></f:Label>
 | 
						|
            </Items>
 | 
						|
        </f:Panel>
 | 
						|
    </form>
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
 |