gyhlw_dotnet/网站项目/VRS/Management/VSAT/ExamBatchResult.aspx

583 lines
39 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ExamBatchResult.aspx.cs" Inherits="VRS.Management.VSAT.ExamBatchResult" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>参数配置</title>
<link href="../../Assets/Layui/css/bootstrap.min.css" rel="stylesheet" />
<link href="../../Assets/Layui/css/materialdesignicons.min.css" rel="stylesheet" />
<link href="../../Assets/Layui/css/style.min.css" rel="stylesheet" />
<link href="../../Css/BaseStyle.css" type="text/css" rel="Stylesheet" />
</head>
<script type="text/javascript">
function OpenWindowSubjectExam(Id) {
var oWnd = radopen("ResultDetail.aspx?Id=" + Id, "RadWindowManager1");
oWnd.setSize(860, 615);
oWnd.center();
}
function OpenWindowDetailFaultExam(Id) {
var oWnd = radopen("FaultExamPaperMark.aspx?result_id=" + Id, "RadWindowManager1");
oWnd.setSize(780, 580);
oWnd.center();
}
function OpenWindowDetail(Id) {
var oWnd = radopen("FaultExamPaperMark.aspx?Id=" + Id, "RadWindowManager1");
oWnd.setSize(780, 580);
oWnd.center();
}
function OnDataDelete(Id) {
if (confirm("确定删除数据吗?")) {
$("#IdInput").val(Id);
$("#btnDelete").click();
}
}
function OnImport() {
var oWnd = radopen("../Util/Import.aspx?cmd=ImportUsers", "RadWindowManager1");
oWnd.setSize(480, 280);
oWnd.center();
}
function refreshGrid(args, msg) {
if (!args) {
$("#btnSelect").click();
}
}
</script>
<body>
<form id="form1" runat="server">
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js"></asp:ScriptReference>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js"></asp:ScriptReference>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js"></asp:ScriptReference>
</Scripts>
</telerik:RadScriptManager>
<div class="hidden">
<asp:HiddenField ID="IdInput" runat="server" />
<asp:Button ID="btnDelete" runat="server" Text="" OnClick="btnDelete_Click" />
</div>
<div>
<table class="table-form">
<tr>
<td class="table-td-name">入学年度:
</td>
<td class="table-td-content">
<telerik:RadDropDownList ID="grade" runat="server" Skin="Bootstrap">
</telerik:RadDropDownList>
</td>
<td class="table-td-name">专业:</td>
<td class="table-td-content">
<telerik:RadDropDownList ID="dpMajor" runat="server" Skin="Bootstrap" Width="240">
</telerik:RadDropDownList>
</td>
<td class="table-td-name">批次:</td>
<td class="table-td-content">
<telerik:RadDropDownList ID="dpbatch" runat="server" Skin="Bootstrap" Width="240">
</telerik:RadDropDownList>
</td>
<td>
<asp:Button ID="btnSelect" runat="server" Text="查询" CssClass="btn btn-primary btn-lg" OnClick="btnSelect_Click" />
</td>
</tr>
</table>
</div>
<div>
<telerik:RadTabStrip RenderMode="Lightweight" runat="server" ID="RadTabStrip1" MultiPageID="RadMultiPage_Base" SelectedIndex="0" Skin="Bootstrap">
<Tabs>
<telerik:RadTab Text="客观题" Width="200px"></telerik:RadTab>
<telerik:RadTab Text="主观题" Width="200px"></telerik:RadTab>
<telerik:RadTab Text="成绩统计" Width="200px"></telerik:RadTab>
<%-- <telerik:RadTab Text="台标高级设置" Width="200px"></telerik:RadTab>
<telerik:RadTab Text="IP设置"></telerik:RadTab>--%>
</Tabs>
</telerik:RadTabStrip>
<telerik:RadMultiPage runat="server" ID="RadMultiPage_Base" SelectedIndex="0" CssClass="outerMultiPage">
<%-- 客观题 --%>
<telerik:RadPageView runat="server" ID="RadPageView_subject">
<table class="table-form">
<tr>
<th class="caption" >客观题:</th>
<%--<th class="caption"style="width:60px;"><asp:Button ID="btn_export_kgt" runat="server" Text="导出" CssClass="btn btn-primary btn-xs" OnClick=" btnExport_score_kgt_Click" /></th>--%>
</tr>
<tr>
<td colspan="2">
<%-- PagerStyle-PageSizes="20,50,100"--%>
<telerik:RadGrid ID="dataList" runat="server" AllowPaging="True" AutoGenerateColumns="False" BorderWidth="0" BorderColor="Transparent"
CellSpacing="0" Culture="zh-CN" GridLines="None" Skin="Bootstrap" MasterTableView-NoMasterRecordsText="客观题记录不存在"
AllowSorting="True" OnPageSizeChanged="GridList_PageSizeChanged"
OnSortCommand="GridList_SortCommand"
OnDeleteCommand="GrdList_DeleteCommand"
PagerStyle-AlwaysVisible="false" PageSize="20" PagerStyle-PageSizes="20,50,100,200"
OnPageIndexChanged="GridList_PageIndexChanged">
<ClientSettings EnableRowHoverStyle="True">
<Selecting AllowRowSelect="False" />
<Resizing AllowColumnResize="true" />
</ClientSettings>
<MasterTableView DataKeyNames="result_id" ClientDataKeyNames="result_id">
<CommandItemSettings ExportToPdfText="Export to PDF"></CommandItemSettings>
<RowIndicatorColumn Visible="True" FilterControlAltText="Filter RowIndicator column">
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column">
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
<Columns>
<telerik:GridBoundColumn DataField="result_id" HeaderStyle-Height="32" ItemStyle-Height="32" HeaderText="ID" Visible="false">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="batch_name" HeaderText="批次">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="sjms" HeaderText="实践模式">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="grade" HeaderText="入学年度">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="major" HeaderText="专业"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="real_name" HeaderText="姓名"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="login_name" HeaderText="学号"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="subject_name" HeaderText="科目名称"></telerik:GridBoundColumn>
<%-- <telerik:GridBoundColumn DataField="fault_name" HeaderText="故障点名称"></telerik:GridBoundColumn>--%>
<telerik:GridBoundColumn DataField="total_result" HeaderText="成绩"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="examine_time" HeaderText="考试时间" DataFormatString="{0:yyyy-MM-dd HH:mm:ss}">
</telerik:GridBoundColumn>
<telerik:GridTemplateColumn HeaderText="操作">
<HeaderTemplate>
<span>操作</span>&nbsp;&nbsp;
<%-- <a onclick=" btnExport_score_segment_Click" runat="server" class="btn btn-success btn-xs" title="导出"><span class="mdi mdi-arrow-down"></span></a>--%>
</HeaderTemplate>
<ItemTemplate>
<a onclick="OpenWindowSubjectExam('<%#Eval("result_id") %>')" class="btn btn-success btn-xs <%#Eval("subject_id").ToString()=="00003"?"hidden":"" %>" title="成绩详情"><span class="mdi mdi-check"></span></a>
<a onclick="OpenWindowDetailFaultExam('<%#Eval("result_id") %>')" class="btn btn-success btn-xs <%#Eval("subject_id").ToString()=="00003"?"":"hidden" %>" title="成绩详情"><span class="mdi mdi-check"></span></a>
</ItemTemplate>
</telerik:GridTemplateColumn>
</Columns>
<EditFormSettings>
<EditColumn FilterControlAltText="Filter EditCommandColumn column">
</EditColumn>
</EditFormSettings>
</MasterTableView>
<GroupingSettings CollapseTooltip="收起分组" ExpandTooltip="打开分组" GroupContinuedFormatString="... 上一页延续的分组数据。 "
GroupContinuesFormatString="分组数据会在下一页继续显示。" GroupSplitDisplayFormat="显示了 {1} 条记录中的 {0} 条。"
UnGroupButtonTooltip="点击此处以去除分组" UnGroupTooltip="拖离以去除分组" />
<SortingSettings SortedAscToolTip="升序排序" SortedDescToolTip="降序排序" SortToolTip="请点击此处进行排序" />
<GroupPanel Text="分组区(请将列名拖到此区域以实现根据列名分组)"></GroupPanel>
<PagerStyle FirstPageToolTip="首页" LastPageToolTip="尾页" NextPageToolTip="下一页" PagerTextFormat="更改页:{4} &amp;nbsp;第&lt;strong&gt;{0}&lt;/strong&gt;页,共&lt;strong&gt;{1}&lt;/strong&gt;页,记录数 第&lt;strong&gt;{2}&lt;/strong&gt; 条到第 &lt;strong&gt;{3}&lt;/strong&gt;条 ,一共 &lt;strong&gt;{5}&lt;/strong&gt; 条记录"
PageSizeLabelText="每页数据记录数:" PrevPageToolTip="上一页" />
<FilterMenu EnableImageSprites="False">
</FilterMenu>
<HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Metro">
</HeaderContextMenu>
</telerik:RadGrid>
</td>
</tr>
</table>
</telerik:RadPageView>
<%-- 主观题 --%>
<telerik:RadPageView runat="server" ID="RadPageView_fault_exam">
<table class="table-form">
<tr>
<th class="caption" >主观题:</th>
<%--<th class="caption"style="width:60px;"><asp:Button ID="btn_export_zgt" runat="server" Text="导出" CssClass="btn btn-primary btn-xs" OnClick=" btnExport_score_zgt_Click" /></th>--%>
</tr>
<tr>
<td colspan="2">
<telerik:RadGrid ID="dataList_zgt" runat="server" AllowPaging="True" AutoGenerateColumns="False" BorderWidth="0" BorderColor="Transparent"
CellSpacing="0" Culture="zh-CN" GridLines="None" Skin="Bootstrap" AllowMultiRowSelection="true" MasterTableView-NoMasterRecordsText="主观题记录不存在"
AllowSorting="True" OnPageSizeChanged="GridList_PageSizeChanged"
PagerStyle-AlwaysVisible="false" PageSize="20" PagerStyle-PageSizes="20,50,100,200"
OnSortCommand="GridList_SortCommand"
OnDeleteCommand="GrdList_DeleteCommand"
OnPageIndexChanged="GridList_PageIndexChanged">
<ClientSettings EnableRowHoverStyle="True">
<Selecting AllowRowSelect="false" />
<Resizing AllowColumnResize="true" />
</ClientSettings>
<MasterTableView DataKeyNames="paper_id" ClientDataKeyNames="paper_id">
<CommandItemSettings ExportToPdfText="Export to PDF"></CommandItemSettings>
<RowIndicatorColumn Visible="True" FilterControlAltText="Filter RowIndicator column">
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column">
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
<Columns>
<telerik:GridBoundColumn DataField="paper_id" HeaderStyle-Height="32" ItemStyle-Height="32" HeaderText="ID" Visible="false">
</telerik:GridBoundColumn>
<%-- <telerik:GridBoundColumn DataField="paper_id" HeaderText="考试编号">
</telerik:GridBoundColumn>--%>
<telerik:GridBoundColumn DataField="batch_name" HeaderText="批次">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="sjms" HeaderText="实践模式">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="grade" HeaderText="入学年度"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="major" HeaderText="专业"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="real_name" HeaderText="姓名">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="login_name" HeaderText="学号">
</telerik:GridBoundColumn>
<telerik:GridTemplateColumn HeaderText="状态">
<ItemTemplate>
<span class="<%#Eval("state").ToString()=="1"?"":"hidden" %>" style="color: red"><%# get_state(Eval("state").ToString())%></span>
<span class="<%#Eval("state").ToString()=="2"?"":"hidden" %>" style="color: green"><%# get_state(Eval("state").ToString())%></span>
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn HeaderText="成绩">
<ItemTemplate>
<span class="<%#Eval("state").ToString()=="2"?"":"hidden" %>"><%#Eval("score") %>分</span>
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridBoundColumn DataField="examine_time" HeaderText="考试时间" DataFormatString="{0:yyyy-MM-dd HH:mm:ss}">
</telerik:GridBoundColumn>
<telerik:GridTemplateColumn HeaderText="操作">
<ItemTemplate>
<a onclick="OpenWindowDetail('<%#Eval("paper_id") %>')" class="btn btn-danger btn-xs <%#Eval("state").ToString()=="1"?"":"hidden" %>" title="阅卷打分"><span class="mdi mdi-pencil"></span></a>
<a onclick="OpenWindowDetail('<%#Eval("paper_id") %>')" class="btn btn-success btn-xs <%#Eval("state").ToString()=="2"?"":"hidden" %>" title="查看详情"><span class="mdi mdi-check"></span></a>
<a onclick="OpenWindowDetailItem('<%#Eval("paper_id") %>')" class="btn btn-success btn-xs <%#Eval("state").ToString()=="0"?"":"hidden" %>" title="查看试题"><span class="mdi mdi-check"></span></a>
<a onclick="OnDataDelete('<%#Eval("paper_id") %>')" class="btn btn-danger btn-xs <%#Eval("state").ToString()=="0"?"":"hidden" %>" title="删除"><span class="mdi mdi-close"></span></a>
</ItemTemplate>
</telerik:GridTemplateColumn>
</Columns>
<EditFormSettings>
<EditColumn FilterControlAltText="Filter EditCommandColumn column">
</EditColumn>
</EditFormSettings>
</MasterTableView>
<GroupingSettings CollapseTooltip="收起分组" ExpandTooltip="打开分组" GroupContinuedFormatString="... 上一页延续的分组数据。 "
GroupContinuesFormatString="分组数据会在下一页继续显示。" GroupSplitDisplayFormat="显示了 {1} 条记录中的 {0} 条。"
UnGroupButtonTooltip="点击此处以去除分组" UnGroupTooltip="拖离以去除分组" />
<SortingSettings SortedAscToolTip="升序排序" SortedDescToolTip="降序排序" SortToolTip="请点击此处进行排序" />
<GroupPanel Text="分组区(请将列名拖到此区域以实现根据列名分组)"></GroupPanel>
<PagerStyle FirstPageToolTip="首页" LastPageToolTip="尾页" NextPageToolTip="下一页" PagerTextFormat="更改页:{4} &amp;nbsp;第&lt;strong&gt;{0}&lt;/strong&gt;页,共&lt;strong&gt;{1}&lt;/strong&gt;页,记录数 第&lt;strong&gt;{2}&lt;/strong&gt; 条到第 &lt;strong&gt;{3}&lt;/strong&gt;条 ,一共 &lt;strong&gt;{5}&lt;/strong&gt; 条记录"
PageSizeLabelText="每页数据记录数:" PrevPageToolTip="上一页" />
<FilterMenu EnableImageSprites="False">
</FilterMenu>
<HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Metro">
</HeaderContextMenu>
</telerik:RadGrid>
</td>
</tr>
</table>
</telerik:RadPageView>
<%-- 成绩统计 --%>
<telerik:RadPageView runat="server" ID="RadPageView_cjtj">
<table class="table-form">
<tr>
<th class="caption" colspan="2">批次分数段统计:</th>
</tr>
</table>
<table class="table-form hidden" style="width: 250px; text-align: center;">
<tr>
<td class="table-td-name">60分以下
</td>
<td class="table-td-content"><span id="span_dn60" runat="server"></span></td>
</tr>
<tr>
<td class="table-td-name">60分到70分
</td>
<td class="table-td-content"><span id="span_bt60_70" runat="server"></span></td>
</tr>
<tr>
<td class="table-td-name">70分到80分
</td>
<td class="table-td-content"><span id="span_bt70_80" runat="server"></span></td>
</tr>
<tr>
<td class="table-td-name">80分到90分
</td>
<td class="table-td-content" colspan="2"><span id="span_bt80_90" runat="server"></span></td>
</tr>
<tr>
<td class="table-td-name">90分以上
</td>
<td class="table-td-content"><span id="span_up90" runat="server"></span></td>
</tr>
<tr>
<td colspan="2">
<asp:Button ID="Button1" runat="server" Text="导出" CssClass="btn btn-success btn-xs" OnClick=" btnExport_score_segment_Click" />
</td>
</tr>
</table>
<table class="table-form">
<tr>
<td style="width: 50%;">
<telerik:RadHtmlChart runat="server" ID="ChartUser" Width="100%" Height="400" Transitions="true" Skin="Bootstrap">
<Legend>
<Appearance Position="Left" Visible="true">
</Appearance>
</Legend>
<PlotArea>
<Series>
<telerik:ColumnSeries Name="60分以下" Stacked="false" Gap="1.5" Spacing="0.4" VisibleInLegend="false">
<Appearance>
<FillStyle BackgroundColor="Red"></FillStyle>
</Appearance>
<LabelsAppearance DataFormatString="{0} 人" Position="OutsideEnd"></LabelsAppearance>
<TooltipsAppearance DataFormatString="{0} 人" Color="White"></TooltipsAppearance>
<SeriesItems>
<telerik:CategorySeriesItem Y="1"></telerik:CategorySeriesItem>
<telerik:CategorySeriesItem Y="2"></telerik:CategorySeriesItem>
<telerik:CategorySeriesItem Y="3"></telerik:CategorySeriesItem>
<telerik:CategorySeriesItem Y="4"></telerik:CategorySeriesItem>
<telerik:CategorySeriesItem Y="5"></telerik:CategorySeriesItem>
</SeriesItems>
</telerik:ColumnSeries>
<%-- <telerik:ColumnSeries Name="60到70分" Stacked="false" Gap="1.5" Spacing="0.4">
<Appearance>
<FillStyle BackgroundColor="YellowGreen"></FillStyle>
</Appearance>
<LabelsAppearance DataFormatString="{0} 人" Position="OutsideEnd"></LabelsAppearance>
<TooltipsAppearance DataFormatString="{0} 人" Color="White"></TooltipsAppearance>
<SeriesItems>
<telerik:CategorySeriesItem Y="4"></telerik:CategorySeriesItem>
</SeriesItems>
</telerik:ColumnSeries>
<telerik:ColumnSeries Name="70到80分" Stacked="false" Gap="1.5" Spacing="0.4">
<Appearance>
<FillStyle BackgroundColor="SkyBlue"></FillStyle>
</Appearance>
<LabelsAppearance DataFormatString="{0} 人" Position="OutsideEnd"></LabelsAppearance>
<TooltipsAppearance DataFormatString="{0} 人" Color="White"></TooltipsAppearance>
<SeriesItems>
<telerik:CategorySeriesItem Y="5"></telerik:CategorySeriesItem>
</SeriesItems>
</telerik:ColumnSeries>
<telerik:ColumnSeries Name="80到90分" Stacked="false" Gap="1.5" Spacing="0.4">
<Appearance>
<FillStyle BackgroundColor="BlueViolet"></FillStyle>
</Appearance>
<LabelsAppearance DataFormatString="{0} 人" Position="OutsideEnd"></LabelsAppearance>
<TooltipsAppearance DataFormatString="{0} 人" Color="White"></TooltipsAppearance>
<SeriesItems>
<telerik:CategorySeriesItem Y="1"></telerik:CategorySeriesItem>
</SeriesItems>
</telerik:ColumnSeries>
<telerik:ColumnSeries Name="90分以上" Stacked="false" Gap="1.5" Spacing="0.4">
<Appearance>
<FillStyle BackgroundColor="Blue"></FillStyle>
</Appearance>
<LabelsAppearance DataFormatString="{0} 人" Position="OutsideEnd"></LabelsAppearance>
<TooltipsAppearance DataFormatString="{0} 人" Color="White"></TooltipsAppearance>
<SeriesItems>
<telerik:CategorySeriesItem Y="1"></telerik:CategorySeriesItem>
</SeriesItems>
</telerik:ColumnSeries>--%>
</Series>
<XAxis AxisCrossingValue="0" Color="black" MajorTickType="Outside" MinorTickType="Outside"
Reversed="false">
<Items>
<telerik:AxisItem LabelText="60分以下"></telerik:AxisItem>
<telerik:AxisItem LabelText="60到70分"></telerik:AxisItem>
<telerik:AxisItem LabelText="70到80分"></telerik:AxisItem>
<telerik:AxisItem LabelText="80到90分"></telerik:AxisItem>
<telerik:AxisItem LabelText="90分以上"></telerik:AxisItem>
</Items>
<LabelsAppearance DataFormatString="{0}" RotationAngle="0" Skip="0" Step="1"></LabelsAppearance>
<TitleAppearance Position="Center" RotationAngle="0" Text=""></TitleAppearance>
</XAxis>
<YAxis AxisCrossingValue="0" Color="black" MajorTickSize="0" MajorTickType="Outside"
MinorTickType="None" Reversed="false" MinValue="0" MinorTickSize="1">
<LabelsAppearance DataFormatString="{0} 人" RotationAngle="0" Skip="0" Step="1"></LabelsAppearance>
<TitleAppearance Position="Center" RotationAngle="0" Text="">
</TitleAppearance>
</YAxis>
<Appearance>
<FillStyle BackgroundColor="Transparent"></FillStyle>
</Appearance>
</PlotArea>
<Appearance>
<FillStyle BackgroundColor="Transparent"></FillStyle>
</Appearance>
<ChartTitle Text="批次成绩分数段人数统计">
<Appearance Align="Center" BackgroundColor="Transparent" Position="Top">
</Appearance>
</ChartTitle>
<Legend>
<Appearance BackgroundColor="Transparent" Position="Bottom">
</Appearance>
</Legend>
</telerik:RadHtmlChart>
</td>
<td style="width: 50%;">
<telerik:RadHtmlChart runat="server" ID="PieChart1" Width="100%" Height="400" Transitions="true" Skin="Bootstrap">
<ChartTitle Text="">
<Appearance Align="Center" Position="Top">
</Appearance>
</ChartTitle>
<Legend>
<Appearance Position="Left" Visible="true">
</Appearance>
</Legend>
<PlotArea>
<Series>
<telerik:PieSeries StartAngle="90">
<LabelsAppearance Position="OutsideEnd" DataFormatString="{0} %">
</LabelsAppearance>
<TooltipsAppearance Color="White" DataFormatString="{0} %"></TooltipsAppearance>
<SeriesItems>
<telerik:PieSeriesItem BackgroundColor="Red" Exploded="false" Name="60分以下" Y="18.3"></telerik:PieSeriesItem>
<telerik:PieSeriesItem BackgroundColor="YellowGreen" Exploded="false" Name="60到70分" Y="35.8"></telerik:PieSeriesItem>
<telerik:PieSeriesItem BackgroundColor="SkyBlue" Exploded="false" Name="70到80分" Y="38.3"></telerik:PieSeriesItem>
<telerik:PieSeriesItem BackgroundColor="BlueViolet" Exploded="false" Name="80到90分" Y="4.5"></telerik:PieSeriesItem>
<telerik:PieSeriesItem BackgroundColor="Blue" Exploded="false" Name="90分以上" Y="2.3"></telerik:PieSeriesItem>
</SeriesItems>
</telerik:PieSeries>
</Series>
</PlotArea>
<ChartTitle Text="批次成绩分数段人数比例">
<Appearance Align="Center" BackgroundColor="Transparent" Position="Top">
</Appearance>
</ChartTitle>
</telerik:RadHtmlChart>
</td>
</tr>
</table>
</telerik:RadPageView>
<%--台标高级设置--%>
<telerik:RadPageView runat="server" ID="RadPageView_tbgjsz">
<table class="table-form">
<tr>
<th class="caption" colspan="2">台标高级设置:</th>
</tr>
<tr>
<td class="table-td-name"><span class="span_danger">*</span>台标内容:</td>
<td class="table-td-content">
<telerik:RadTextBox ID="tbgjsz_tblr" runat="server" Skin="Bootstrap" Width="200px"></telerik:RadTextBox>
</td>
</tr>
<tr>
<td class="table-td-name"><span class="span_danger">*</span>水平位置比例:</td>
<td class="table-td-content">
<telerik:RadTextBox ID="tbgjsz_spwzbl" runat="server" Skin="Bootstrap" Width="200px"></telerik:RadTextBox>
</td>
</tr>
<tr>
<td class="table-td-name"><span class="span_danger">*</span>垂直位置比例:</td>
<td class="table-td-content">
<telerik:RadTextBox ID="tbgjsz_czwzbl" runat="server" Skin="Bootstrap" Width="200px"></telerik:RadTextBox>
</td>
</tr>
</table>
</telerik:RadPageView>
<%--IP设置--%>
<telerik:RadPageView runat="server" ID="RadPageView_IP">
<table class="table-form">
<tr>
<th class="caption" colspan="2">IP设置</th>
</tr>
<tr>
<td class="table-td-name"><span class="span_danger">*</span>IP地址</td>
<td class="table-td-content">
<telerik:RadTextBox ID="ippz_ipdz" runat="server" Skin="Bootstrap" Width="200px"></telerik:RadTextBox>
</td>
</tr>
<tr>
<td class="table-td-name"><span class="span_danger">*</span>子网掩码:</td>
<td class="table-td-content">
<telerik:RadTextBox ID="ippz_zwym" runat="server" Skin="Bootstrap" Width="200px"></telerik:RadTextBox>
</td>
</tr>
<tr>
<td class="table-td-name"><span class="span_danger">*</span>默认网关:</td>
<td class="table-td-content">
<telerik:RadTextBox ID="ippz_mrwg" runat="server" Skin="Bootstrap" Width="200px"></telerik:RadTextBox>
</td>
</tr>
</table>
</telerik:RadPageView>
</telerik:RadMultiPage>
</div>
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Behaviors="Close" VisibleStatusbar="False"
Modal="True" Skin="Bootstrap">
<Localization Close="关闭" />
</telerik:RadWindowManager>
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"
OnAjaxRequest="AjaxManager_AjaxRequest">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="btnSelect">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="dataList" />
<telerik:AjaxUpdatedControl ControlID="dataList_cjtj" />
<telerik:AjaxUpdatedControl ControlID="dataList_zgt" />
<telerik:AjaxUpdatedControl ControlID="span_dn60" />
<telerik:AjaxUpdatedControl ControlID="span_bt60_70" />
<telerik:AjaxUpdatedControl ControlID="span_bt70_80" />
<telerik:AjaxUpdatedControl ControlID="span_bt80_90" />
<telerik:AjaxUpdatedControl ControlID="span_up90" />
<telerik:AjaxUpdatedControl ControlID="ChartUser" />
<telerik:AjaxUpdatedControl ControlID="PieChart1" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="dataList">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="dataList" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="btnDelete">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="grdList" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="grdList" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
</form>
</body>
</html>