Basf_EProject/EProject/FineUIPro.Web/EditorManage/LessonsLearnedEditorEdit.aspx

75 lines
3.9 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LessonsLearnedEditorEdit.aspx.cs" Inherits="FineUIPro.Web.EditorManage.LessonsLearnedEditorEdit" %>
<!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">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtId" runat="server" Label="ID" Required="true" ShowRedStar="true" MaxLength="50" LabelWidth="120px">
</f:TextBox>
<f:DropDownList ID="drpAppliedDiscip" runat="server" Label="Applied Discip." EnableEdit="true" LabelWidth="120px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtJobNo" runat="server" Label="Job No." Required="true" ShowRedStar="true" MaxLength="50" LabelWidth="120px">
</f:TextBox>
<f:DropDownList ID="drpStage" runat="server" Label="Stage" EnableEdit="true" LabelWidth="120px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<%--<f:TextBox ID="txtPostBy" runat="server" Label="Post By" MaxLength="50" LabelWidth="120px">
</f:TextBox>--%>
<f:DropDownList ID="drpPostBy" runat="server" Label="Post By" EnableEdit="true" LabelWidth="120px" Enabled="false"></f:DropDownList>
<f:DropDownList ID="drpKeyword" runat="server" Label="KeyWord" EnableEdit="true" LabelWidth="120px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtEntryDate" runat="server" Label="Entry Date" EnableEdit="false" LabelWidth="120px" Readonly="true"></f:DatePicker>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDescription" runat="server" Label="Description" MaxLength="500" LabelWidth="120px"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRootCause" runat="server" Label="Root Cause" MaxLength="500" LabelWidth="120px"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtLessonLearned" runat="server" Label="Best Practice & Lesson Learned" MaxLength="500" LabelWidth="120px"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
<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="SimpleForm1"
OnClick="btnSave_Click" Hidden="true">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" Text="Close" ToolTip="Close" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>