添加综合管理部分ZHGL
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>编辑项目图片</title>
|
||||
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,Z_PictureEdit_PageTitle%>"/></title>
|
||||
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -16,38 +16,38 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCode" runat="server" Label="编号" LabelAlign="Right" Readonly="true">
|
||||
<f:TextBox ID="txtCode" runat="server" Label="<%$ Resources:Lan,Z_SuperviseCheckReport_Grid1_Columns_RenderField1_HeaderText%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtTitle" runat="server" Label="图片标题" LabelAlign="Right" Readonly="true">
|
||||
<f:TextBox ID="txtTitle" runat="server" Label="<%$ Resources:Lan,Z_PictureView_ImageTitleLabel%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ColumnWidths="5% 90%">
|
||||
<Items>
|
||||
<f:Label ID="Label1" runat="server" Label="图片"></f:Label>
|
||||
<f:Button ID="btnAttachUrl" Text="上传及查看" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
||||
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,Z_PictureView_AttachButtonText%>" ToolTip="<%$ Resources:Lan,Z_AccidentStatisticsView_btnAttachUrl_ToolTip%>" Icon="TableCell" runat="server"
|
||||
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtContentDef" runat="server" Label="简要说明" LabelAlign="Right" Readonly="true">
|
||||
<f:TextArea ID="txtContentDef" runat="server" Label="<%$ Resources:Lan,Z_PictureView_ContentDefLabel%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpPictureType" runat="server" Label="图片分类" LabelAlign="Right" Enabled="false" >
|
||||
<f:DropDownList ID="drpPictureType" runat="server" Label="<%$ Resources:Lan,Z_PictureView_PictureTypeLabel%>" LabelAlign="Right" Enabled="false" >
|
||||
</f:DropDownList>
|
||||
<f:Label runat="server" ID="lb1"></f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtUploadDate" runat="server" Label="上传日期" LabelAlign="Right" Readonly="true">
|
||||
<f:TextBox ID="txtUploadDate" runat="server" Label="<%$ Resources:Lan,Z_PictureView_UploadDateLabel%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="drpCompileMan" runat="server" Label="整理人" LabelAlign="Right" Readonly="true">
|
||||
<f:TextBox ID="drpCompileMan" runat="server" Label="<%$ Resources:Lan,Z_PhysicalExaminationView_drpCompileMan_Label%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -67,13 +67,13 @@
|
||||
</f:Label>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_btnClose_Text%>" runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
</f:Form>
|
||||
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,Z_CheckRectifyEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
|
||||
Height="500px">
|
||||
</f:Window>
|
||||
|
||||
Reference in New Issue
Block a user