添加综合管理部分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_AnalyseHiddenDanger_PageTitle%>"/></title>
|
||||
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -20,21 +20,21 @@
|
||||
<Rows>
|
||||
<f:FormRow ColumnWidths="45% 45% 10%">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpYear" runat="server" LabelWidth="90px" Label="年度" OnClearIconClick="drpYear_ClearIconClick"
|
||||
<f:DropDownList ID="drpYear" runat="server" LabelWidth="90px" Label="<%$ Resources:Lan,Z_ReportRemind_Year%>" OnClearIconClick="drpYear_ClearIconClick"
|
||||
EnableMultiSelect="true" AutoShowClearIcon="true" EnableClearIconClickEvent="true" EnableEdit="true" EnableCheckBoxSelect="true">
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="drpMonth" runat="server" LabelWidth="90px" Label="月份" OnClearIconClick="drpMonth_ClearIconClick"
|
||||
<f:DropDownList ID="drpMonth" runat="server" LabelWidth="90px" Label="<%$ Resources:Lan,Z_ReportRemind_Month%>" OnClearIconClick="drpMonth_ClearIconClick"
|
||||
EnableMultiSelect="true" AutoShowClearIcon="true" EnableClearIconClickEvent="true" EnableEdit="true" EnableCheckBoxSelect="true">
|
||||
</f:DropDownList>
|
||||
<f:Button ID="BtnAnalyse" Text="统计" Icon="ChartPie" runat="server" OnClick="BtnAnalyse_Click" ToolTip="数据来源:企业监督检查整改"></f:Button>
|
||||
<f:Button ID="BtnAnalyse" Text="<%$ Resources:Lan,Z_AnalyseWorkTimeCost_BtnAnalyse_Text%>" Icon="ChartPie" runat="server" OnClick="BtnAnalyse_Click" ToolTip="<%$ Resources:Lan,Z_AnalyseHiddenDanger_BtnAnalyse_ToolTip%>"></f:Button>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ColumnWidths="45% 45% 10%">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpChartType" runat="server" LabelWidth="90px" Label="图形类别"
|
||||
<f:DropDownList ID="drpChartType" runat="server" LabelWidth="90px" Label="<%$ Resources:Lan,Z_AnalyseSafeAccident_drpChartType_Label%>"
|
||||
AutoPostBack="true" OnSelectedIndexChanged="drpChartType_SelectedIndexChanged" >
|
||||
</f:DropDownList>
|
||||
<f:CheckBox ID="ckbShow" runat="server" LabelWidth="90px" Label="三维效果"
|
||||
<f:CheckBox ID="ckbShow" runat="server" LabelWidth="90px" Label="<%$ Resources:Lan,Z_AnalyseWorkTimeCost_ckbShow_Label%>"
|
||||
AutoPostBack="true" OnCheckedChanged="ckbShow_CheckedChanged">
|
||||
</f:CheckBox>
|
||||
<f:Label ID="Label1" runat="server" >
|
||||
@@ -62,8 +62,8 @@
|
||||
</f:ContentPanel>
|
||||
</Items>
|
||||
</f:Tab>--%>
|
||||
<f:Tab ID="Tab2" Title="按类别" BodyPadding="5px" Layout="Fit" IconFont="Bookmark"
|
||||
runat="server" TitleToolTip="按类别统计">
|
||||
<f:Tab ID="Tab2" Title="<%$ Resources:Lan,Z_AnalyseSafeAccident_TabStrip1_Tab2_Title%>" BodyPadding="5px" Layout="Fit" IconFont="Bookmark"
|
||||
runat="server" TitleToolTip="<%$ Resources:Lan,Z_AnalyseSafeAccident_TabStrip1_Tab2_TitleToolTip%>">
|
||||
<Items>
|
||||
<f:ContentPanel ShowHeader="false" runat="server" ID="cpHiddenDangerTime" Margin="0 0 0 0">
|
||||
<div id="divHiddenDangerTime">
|
||||
|
||||
Reference in New Issue
Block a user