ChengDa_English/SGGL/FineUIPro.Web/Person/EduTrain/TaskNoticeEdit.aspx

140 lines
8.3 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TaskNoticeEdit.aspx.cs" Inherits="FineUIPro.Web.Person.EduTrain.TaskNoticeEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,P_TaskNoticeEdit_Title%>"/></title>
<link href="~/res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.labcenter {
text-align: center;
}
.f-grid-row.Red {
background-color: red;
}
</style>
</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="txtTrainTitle" runat="server" Label="<%$ Resources:Lan,P_PersonTrainingView_txtTrainingPlanTitle_Label%>" MaxLength="200">
</f:TextBox>
<f:DropDownList ID="drpTrainType" runat="server" Label="<%$ Resources:Lan,P_TrainTestRecordEdit_drpType_Label%>" ShowRedStar="true"
Required="true">
</f:DropDownList>
<f:NumberBox ID="txtTeachHour" NoDecimal="false" NoNegative="true" MaxValue="100"
DecimalPrecision="1" MinValue="0" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtTeachHour_Label%>" ShowRedStar="true" Required="true">
</f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnits" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtUnits_Label%>" EnableCheckBoxSelect="true"
EnableMultiSelect="true">
</f:DropDownList>
<f:TextBox ID="txtTeachAddress" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtTeachAddress_Label%>" MaxLength="100">
</f:TextBox>
<f:DropDownList ID="txtTeachMan" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtTeachMan_Label%>" ShowRedStar="true"
EnableCheckBoxSelect="true"
EnableMultiSelect="true"
Required="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,P_ShuntView_txtCompileDate_Label%>" ID="txtTrainStartDate">
</f:DatePicker>
<f:NumberBox ID="nbAheadOfTime" NoDecimal="true" NoNegative="true" MaxValue="100"
DecimalPrecision="1" MinValue="0" runat="server" Label="<%$ Resources:Lan,P_TaskNoticeEdit_AheadOfTime%>" ShowRedStar="true" Required="true">
</f:NumberBox>
<f:DropDownList ID="drpCycle" runat="server" Label="<%$ Resources:Lan,P_TaskNoticeEdit_Cycle%>" ShowRedStar="true"
Required="true">
<f:ListItem Text="<%$ Resources:Lan,P_TaskNoticeEdit_CycleWeekly%>" Value="0" />
<f:ListItem Text="<%$ Resources:Lan,P_TaskNoticeEdit_CycleMonthly%>" Value="1" />
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="dpWeekOfMonth" runat="server" Label="<%$ Resources:Lan,P_TaskNoticeEdit_WeekOfMonth%>" ShowRedStar="true"
Required="true">
<f:ListItem Text="1" Value="1" />
<f:ListItem Text="2" Value="2" />
<f:ListItem Text="3" Value="3" />
<f:ListItem Text="4" Value="4" />
<f:ListItem Text="5" Value="5" />
</f:DropDownList>
<f:DropDownList ID="dpDayOfWeek" runat="server" Label="<%$ Resources:Lan,P_TaskNoticeEdit_DayOfWeek%>" ShowRedStar="true"
Required="true">
<f:ListItem Text="一" Value="1" />
<f:ListItem Text="二" Value="2" />
<f:ListItem Text="三" Value="3" />
<f:ListItem Text="四" Value="4" />
<f:ListItem Text="五" Value="5" />
<f:ListItem Text="六" Value="6" />
<f:ListItem Text="七" Value="0" />
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,P_TaskNoticeEdit_CycleStartDate%>" ID="txtCycleStartDate">
</f:DatePicker>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,P_TrainTestRecord_txtEndDate_Label%>" ID="txtCycleEndDate">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtTrainContent" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtTrainContent_Label%>" LabelAlign="right" Height="100px" MaxLength="500">
</f:TextArea>
</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:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,P_PersonTotalView_btnAttachUrl_Text%>" ToolTip="<%$ Resources:Lan,P_PersonTotalView_btnAttachUrl_ToolTip%>" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
</f:Button>--%>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,P_ShuntEdit_btnSave_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="<%$ Resources:Lan,P_ShuntEdit_btnSubmit_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSubmit_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" runat="server" Icon="SystemClose" MarginRight="10px">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="Window1" Title="<%$ Resources:Lan,P_TaskNoticeEdit_SelectTrainees%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" OnClose="Window1_Close" IsModal="true"
Width="1300px" Height="520px">
</f:Window>
<f:Window ID="Window2" Title="<%$ Resources:Lan,P_TrainRecordView_Window2_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true"
Width="1200px" Height="520px">
</f:Window>
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,P_PersonTotalView_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
</body>
</html>