64 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			64 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InspectTemplateEdit.aspx.cs" Inherits="FineUIPro.Web.TestRun.BeforeTestRun.InspectTemplateEdit" %>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!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="SimpleForm1" runat="server" />
							 | 
						||
| 
								 | 
							
								        <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
							 | 
						||
| 
								 | 
							
								            BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
							 | 
						||
| 
								 | 
							
								            <Toolbars>
							 | 
						||
| 
								 | 
							
								                <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:ToolbarFill ID="ToolbarFill1" runat="server">
							 | 
						||
| 
								 | 
							
								                        </f:ToolbarFill>
							 | 
						||
| 
								 | 
							
								                        <f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" OnClick="btnSave_Click">
							 | 
						||
| 
								 | 
							
								                        </f:Button>
							 | 
						||
| 
								 | 
							
								                        <f:HiddenField ID="hdAttachUrl" runat="server">
							 | 
						||
| 
								 | 
							
								                        </f:HiddenField>
							 | 
						||
| 
								 | 
							
								                        <f:HiddenField ID="hdId" runat="server"></f:HiddenField>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:Toolbar>
							 | 
						||
| 
								 | 
							
								            </Toolbars>
							 | 
						||
| 
								 | 
							
								            <Rows>
							 | 
						||
| 
								 | 
							
								                <f:FormRow>
							 | 
						||
| 
								 | 
							
								                    <Items>
							 | 
						||
| 
								 | 
							
								                        <f:ContentPanel ID="ContentPanel2" ShowBorder="true"
							 | 
						||
| 
								 | 
							
								                            BodyPadding="10px" EnableCollapse="true" ShowHeader="false" AutoScroll="true"
							 | 
						||
| 
								 | 
							
								                            runat="server">
							 | 
						||
| 
								 | 
							
								                            <f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
							 | 
						||
| 
								 | 
							
								                                BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
							 | 
						||
| 
								 | 
							
								                                <Rows>
							 | 
						||
| 
								 | 
							
								                                    <f:FormRow runat="server">
							 | 
						||
| 
								 | 
							
								                                        <Items>
							 | 
						||
| 
								 | 
							
								                                            <f:Label ID="lblgzbmc" Label="工作包名称" Text="" runat="server" LabelAlign="Right" LabelWidth="150px"></f:Label>
							 | 
						||
| 
								 | 
							
								                                        </Items>
							 | 
						||
| 
								 | 
							
								                                    </f:FormRow>
							 | 
						||
| 
								 | 
							
								                                    <f:FormRow ColumnWidth="100">
							 | 
						||
| 
								 | 
							
								                                        <Items>
							 | 
						||
| 
								 | 
							
								                                            <f:TextArea ID="txtWorkInspectName" runat="server" Label="检查事项名称" LabelAlign="Right" Required="true" LabelWidth="150px" MaxLength="200">
							 | 
						||
| 
								 | 
							
								                                            </f:TextArea>
							 | 
						||
| 
								 | 
							
								                                        </Items>
							 | 
						||
| 
								 | 
							
								                                    </f:FormRow>
							 | 
						||
| 
								 | 
							
								                                    <f:FormRow ColumnWidth="50,50">
							 | 
						||
| 
								 | 
							
								                                        <Items>
							 | 
						||
| 
								 | 
							
								                                            <f:TextBox ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" Required="true" LabelWidth="150px" MaxLength="200"></f:TextBox>
							 | 
						||
| 
								 | 
							
								                                            <f:NumberBox ID="txtSort" runat="server" NoDecimal="true" Label="排序" LabelAlign="Right" Required="true" LabelWidth="150px"></f:NumberBox>
							 | 
						||
| 
								 | 
							
								                                        </Items>
							 | 
						||
| 
								 | 
							
								                                    </f:FormRow>
							 | 
						||
| 
								 | 
							
								                                </Rows>
							 | 
						||
| 
								 | 
							
								                            </f:Form>
							 | 
						||
| 
								 | 
							
								                        </f:ContentPanel>
							 | 
						||
| 
								 | 
							
								                    </Items>
							 | 
						||
| 
								 | 
							
								                </f:FormRow>
							 | 
						||
| 
								 | 
							
								            </Rows>
							 | 
						||
| 
								 | 
							
								        </f:Form>
							 | 
						||
| 
								 | 
							
								    </form>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |