📄 admin_report.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Admin_Admin_Report, App_Web_2de4qqid" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>系统管理中心</title>
<link href="../Images/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin: 1px">
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
</div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="width: 100%; height: 1400px" valign="top">
<asp:DataList ID="DataListTrouble" runat="server" DataKeyField="ID" Width="100%" OnDeleteCommand="DataListTrouble_DeleteCommand" OnEditCommand="DataListTrouble_EditCommand">
<ItemTemplate>
<table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
<tr>
<td align="center" colspan="4" style="color: #ffffff; height: 25px; background-color: #6699ff">
故障报修<a name="<%# Eval("ID") %>" id="<%# Eval("ID") %>"></a></td>
</tr>
<tr>
<td align="center" style="width: 15%; height: 25px; background-color: aliceblue">
报 修 人</td>
<td align="left" style="width: 35%; height: 25px; background-color: #ffffff"> <%#Eval("LinkMan") %>
</td>
<td align="center" style="width: 15%; height: 25px; background-color: aliceblue">
报修时间</td>
<td align="left" style="width: 35%; height: 25px; background-color: #ffffff; font-weight: bold; color: #ff0000;"> <%#Eval("ReportDate","{0:yyyy年MM月dd日HH时mm分}") %>
</td>
</tr>
<tr>
<td align="center" style="width: 15%; height: 25px; background-color: aliceblue">
故障地点</td>
<td align="left" style="width: 35%; height: 25px; background-color: #ffffff"> <%#Eval("Address") %>
</td>
<td align="center" style="width: 15%; height: 25px; background-color: aliceblue">
联系电话</td>
<td align="left" style="width: 35%; height: 25px; background-color: #ffffff"> <%#Eval("Telephone") %>
</td>
</tr>
<tr>
<td align="center" style="width: 15%; height: 25px; background-color: aliceblue">
故障情况</td>
<td align="left" style="width: 35%; height: 25px; background-color: #ffffff; font-weight: bold; color: #ff0000;"> <%#Eval("CaseDetail") %>
</td>
<td align="center" style="width: 15%; height: 25px; background-color: aliceblue">
故障分类</td>
<td align="left" style="width: 35%; height: 25px; background-color: #ffffff; font-weight: bold; color: #ff0000;"> <%#Eval("ClassName") %>
</td>
</tr>
<tr>
<td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
附加说明</td>
<td align="left" colspan="3" style="height: 30px; background-color: #ffffff"> <%#Eval("AddOns") %>
</td>
</tr>
<tr>
<td align="right" colspan="4" style="height: 25px; background-color: #ffffff; color: darkgray;">
报修信息由计算机: <%#Eval("ReportComputer") %>(IP:<%#Eval("ReportIP") %>) 发送 </td>
</tr>
<tr>
<td align="center" colspan="4" style="height: 25px; background-color: aliceblue">
维修反馈</td>
</tr>
<tr>
<td align="center" style="width: 15%; height: 25px; background-color: aliceblue">
维修状况</td>
<td align="left" style="width: 35%; height: 25px; background-color: #ffffff; font-weight: bold; color: #0066ff;"> <%#Eval("DealState") %>
</td>
<td align="center" style="width: 15%; height: 25px; background-color: aliceblue">
维修时间</td>
<td align="left" style="width: 35%; height: 25px; background-color: #ffffff; font-weight: bold; color: #0066ff;"> <%#Eval("FixDate", "{0:yyyy年MM月dd日HH时mm分}")%>
</td>
</tr>
<tr>
<td align="center" style="width: 15%; height: 30px; background-color: aliceblue">
附加说明</td>
<td align="left" colspan="3" style="height: 30px; background-color: #ffffff"> <%#Eval("FixAddons") %>
</td>
</tr>
<tr>
<td align="center" colspan="4" style="height: 30px; background-color: #ffffff">
<asp:Button ID="btnEdit" runat="server" CommandName="edit" Height="25px" Text="编辑"
Width="60px" />
<asp:Button ID="btnDelete" runat="server" CommandName="delete" Height="25px" OnClientClick="return confirm('你确定要删除该数据吗?')"
Text="删除" Width="60px" /></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></td>
</tr>
<tr>
<td align="center" style="width: 100%; height: 25px">
<webdiyer:AspNetPager ID="AspNetPager" runat="server" HorizontalAlign="Right" OnPageChanged="AspNetPager_PageChanged"
PageSize="5" Width="98%" CustomInfoHTML="第 <font color='red'><b>%CurrentPageIndex%</b></font> 页 共 <font color='blue'><b>%PageCount%</b></font> 页" ShowCustomInfoSection="Left">
</webdiyer:AspNetPager>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -