75 lines
3.5 KiB
Plaintext
75 lines
3.5 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CompanyStandardsView.aspx.cs"
|
|
Inherits="FineUIPro.Web.PublicInfo.FileControl.CompanyStandardsView" %>
|
|
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>查看公司相关规章制度标准</title>
|
|
<base target="_self" />
|
|
<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"
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtCompanyStandardsCode" runat="server" Label="<%$ Resources:Lan,CompanyStandardsCode %>"
|
|
LabelAlign="Right" LabelWidth="150px" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtCompanyStandardsName" runat="server" Label="<%$ Resources:Lan,CompanyStandardsName %>"
|
|
LabelAlign="Right" LabelWidth="150px" Readonly="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtAbstract" runat="server" Label="<%$ Resources:Lan,Abstract %>"
|
|
LabelAlign="Right" LabelWidth="150px" Readonly="true">
|
|
</f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtCompileManName" runat="server" Label="<%$ Resources:Lan,CompileMan %>"
|
|
LabelAlign="Right" LabelWidth="150px" Readonly="true">
|
|
</f:TextBox>
|
|
<f:DatePicker ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,CompileDate %>"
|
|
LabelAlign="Right" LabelWidth="150px" Readonly="true">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,Remark %>" LabelAlign="Right"
|
|
LabelWidth="150px" Readonly="true">
|
|
</f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,Attachment %>" ToolTip="<%$ Resources:Lan,AttUploadAndView %>"
|
|
Icon="TableCell" runat="server" OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1"
|
|
MarginLeft="5px">
|
|
</f:Button>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,Close %>"
|
|
runat="server" Icon="SystemClose">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,PopForm %>" Hidden="true" EnableIFrame="true"
|
|
EnableMaximize="true" Target="Parent" EnableResize="true" runat="server" IsModal="true"
|
|
Width="700px" Height="500px">
|
|
</f:Window>
|
|
</form>
|
|
</body>
|
|
</html>
|