Basf_TCC11/HJGL/FineUIPro.Web/PublicInfo/FileControl/DomesticStandardsView.aspx

75 lines
3.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DomesticStandardsView.aspx.cs"
Inherits="FineUIPro.Web.PublicInfo.FileControl.DomesticStandardsView" %>
<!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="txtDomesticStandardsCode" runat="server" Label="<%$ Resources:Lan,DomesticStandardsCode %>"
LabelAlign="Right" LabelWidth="220px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtDomesticStandardsName" runat="server" Label="<%$ Resources:Lan,DomesticStandardsName %>"
LabelAlign="Right" LabelWidth="210px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtAbstract" runat="server" Label="<%$ Resources:Lan,Abstract %>"
LabelAlign="Right" LabelWidth="220px" Readonly="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCompileManName" runat="server" Label="<%$ Resources:Lan,CompileMan %>"
LabelAlign="Right" LabelWidth="220px" Readonly="true">
</f:TextBox>
<f:DatePicker ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,CompileDate %>"
LabelAlign="Right" LabelWidth="210px" Readonly="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,Remark %>" LabelAlign="Right"
LabelWidth="220px" 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>