CQMS集体资源替换,PZHGL,TestRun国际化,目前处于初级验证阶段!
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<html>
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>编辑项目图片</title>
|
||||
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,PictureEdit_Title%>"/></title>
|
||||
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -15,38 +15,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,StartWorkReport_FileCode%>" 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,ProjectMapView_ImageTitle%>" 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:Label ID="Label1" runat="server" Label="<%$ Resources:Lan,ProjectMapView_Image%>"></f:Label>
|
||||
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,ProjectMapView_AttachButton%>" ToolTip="<%$ Resources:Lan,ProjectMapView_AttachTooltip%>" 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,ProjectMapView_ShortDescription%>" 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,PictureView_Category%>" 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,StartWorkReport_UploadDate%>" 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,ProjectMapView_CompileMan%>" LabelAlign="Right" Readonly="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -66,13 +66,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,XmsgGlgdEdit_Close%>" 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,XmsgGlgdEdit_WindowTitle%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
||||
Height="500px">
|
||||
</f:Window>
|
||||
|
||||
Reference in New Issue
Block a user