📄 admin_reportedit.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Admin_Admin_ReportEdit, App_Web_2de4qqid" %>
<!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">
<table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
<tr>
<td align="center" colspan="2" style="height: 35px; background-color: aliceblue">
编辑报修资料</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
报 修 人</td>
<td align="left" style="width: 80%; height: 35px; background-color: #ffffff">
<asp:TextBox ID="txtLinkMan" runat="server" BorderStyle="Groove" Height="20px" Width="250px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
联系电话</td>
<td align="left" style="width: 80%; height: 35px; background-color: #ffffff">
<asp:TextBox ID="txtTelephone" runat="server" BorderStyle="Groove" Height="20px"
Width="250px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
故障地点</td>
<td align="left" style="width: 80%; height: 35px; background-color: #ffffff">
<asp:TextBox ID="txtAddress" runat="server" BorderStyle="Groove" Height="20px" Width="250px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
故障情况</td>
<td align="left" style="width: 80%; height: 35px; background-color: #ffffff">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:DropDownList ID="DropDownListClass" runat="server" DataSourceID="SqlDSClass"
DataTextField="ClassName" DataValueField="ClassID" OnSelectedIndexChanged="DropDownListClass_SelectedIndexChanged" AutoPostBack="True">
</asp:DropDownList>
<asp:DropDownList ID="DropDownListCase" runat="server" DataTextField="CaseDetail" DataValueField="CaseID">
</asp:DropDownList>
<asp:SqlDataSource ID="SqlDSClass" runat="server" ConnectionString="<%$ ConnectionStrings:SQLConnection %>"
SelectCommand="Admin_Class_List" SelectCommandType="StoredProcedure"></asp:SqlDataSource>
</ContentTemplate>
</asp:UpdatePanel>
</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 100px; background-color: aliceblue">
附加说明</td>
<td align="center" style="width: 80%; height: 100px; background-color: #ffffff">
<asp:TextBox ID="txtAddOns" runat="server" BorderStyle="Groove" Height="100px" TextMode="MultiLine" Width="98%"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="height: 35px; background-color: aliceblue" colspan="2">
<asp:Button ID="btnOK" runat="server" Height="25px" Text="确定" Width="80px" OnClick="btnOK_Click" />
<asp:Button ID="btnReturn" runat="server" Height="25px" Text="返回" Width="80px" OnClick="btnReturn_Click" />
<asp:Label ID="lblMsg" runat="server"></asp:Label></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -