2022-12-20 09:32:32 +08:00
|
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PlanView.aspx.cs" Inherits="FineUIPro.Web.Person.EduTrain.PlanView" %>
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head runat="server">
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,P_PlanView_Title%>"/></title>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
</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"
|
|
|
|
|
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
|
|
|
|
|
LabelAlign="Right">
|
|
|
|
|
<Rows>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<f:TextBox ID="txtPlanCode" runat="server" Label="<%$ Resources:Lan,P_ShuntView_txtCode_Label%>" LabelAlign="Right" Readonly="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<f:TextBox ID="txtPlanName" runat="server" Label="<%$ Resources:Lan,P_TrainTestDBEdit_txtTrainTestName_Label%>" LabelAlign="Right" Readonly="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<f:TextBox ID="txtDesignerName" runat="server" Label="<%$ Resources:Lan,P_PersonTraining_Grid1_RenderField_UserName_HeaderText%>" LabelAlign="Right" Readonly="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<f:TextBox ID="txtDesignerDate" runat="server" Label="<%$ Resources:Lan,P_TestPlan_PlanDate%>" LabelAlign="Right" Readonly="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<f:TextBox ID="txtUnitName" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtUnits_Label%>" LabelAlign="Right" Readonly="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<f:TextBox ID="txtInstallationNames" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtWorkPostIds_Label%>" LabelAlign="Right" Readonly="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<f:TextArea runat="server" ID="txtTrainingEdu" Label="<%$ Resources:Lan,P_PersonTrainingTaskItem_Grid1_RenderField_CompanyTrainingName_HeaderText%>" Readonly="true"></f:TextArea>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
</Rows>
|
|
|
|
|
<Toolbars>
|
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
|
|
|
</f:ToolbarFill>
|
2025-02-23 13:09:38 +08:00
|
|
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,P_PersonTrainingView_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
</Toolbars>
|
|
|
|
|
</f:Form>
|
|
|
|
|
</form>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
// 返回false,来阻止浏览器右键菜单
|
|
|
|
|
function onRowContextMenu(event, rowId) {
|
|
|
|
|
// F(menuID).show(); //showAt(event.pageX, event.pageY);
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|