进度管理模块和 项目主页的国际化!

This commit is contained in:
2025-02-21 16:41:45 +08:00
parent 448fb2727a
commit c8162359f5
42 changed files with 5102 additions and 557 deletions
+5 -5
View File
@@ -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>导入WBS</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,WBSIn_Title%>"/></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style>
.f-grid-row .f-grid-cell-inner
@@ -23,13 +23,13 @@
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Top" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnAudit" Icon="ApplicationEdit" runat="server" Text="审核" ValidateForms="SimpleForm1"
<f:Button ID="btnAudit" Icon="ApplicationEdit" runat="server" Text="<%$ Resources:Lan,WBSSetAudit_MenuAudit%>" ValidateForms="SimpleForm1"
OnClick="btnAudit_Click">
</f:Button>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ValidateForms="SimpleForm1"
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="<%$ Resources:Lan,WeightsAudit_SaveButton2%>" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" Text="下载模板" OnClick="btnDownLoad_Click">
<f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" Text="<%$ Resources:Lan,WBSIn_DownloadTemplate%>" OnClick="btnDownLoad_Click">
</f:Button>
</Items>
</f:Toolbar>
@@ -37,7 +37,7 @@
<Rows>
<f:FormRow>
<Items>
<f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="选择要导入的文件" Label="选择要导入的文件"
<f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="<%$ Resources:Lan,WBSIn_SelectFile%>" Label="<%$ Resources:Lan,WBSIn_SelectFile%>"
LabelWidth="150px">
</f:FileUpload>
</Items>