?? adminhomebadedit.aspx
字號:
<%@ Page Language="C#" MasterPageFile="~/Admin.master" AutoEventWireup="true" CodeFile="adminhomebadedit.aspx.cs" Inherits="adminhomebadedit" Title="寢室損壞管理編輯" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" class="tableBorder">
<tr bordercolor="#000000" bgcolor="#000000"><th height=26 colspan=9 class="tableHeaderText"> 寢室管理->寢室損壞管理編輯</th></tr>
<tr bordercolor="#000000" bgcolor="#000000">
<td align="right" class="forumRow" style="height: 11px; width: 396px;">
編號:</td>
<td class="forumRow" style="height: 11px">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td></tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align=right class="forumRow" style="width: 396px">
記錄人的學號:</td><td class="forumRow">
<asp:Label ID="Labuserid" runat="server" Text="Label"></asp:Label></td></tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px">
記錄人的姓名:</td><td class="forumRow">
<asp:Label ID="Labusername" runat="server" Text="Label"></asp:Label></td></tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px">
幾棟:</td><td class="forumRow">
<asp:Label ID="Labhomeflood" runat="server" Text="Label"></asp:Label></td></tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px">
寢室類別:</td><td class="forumRow">
<asp:Label ID="Labhomesex" runat="server" Text="Label"></asp:Label></td></tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px; height: 5px">
寢室號:</td><td class="forumRow" style="height: 5px">
<asp:Label ID="Labhomehao" runat="server" Text="Label"></asp:Label></td></tr>
<tr bgcolor="#000000" bordercolor="#000000">
<td align="right" class="forumRow" style="width: 396px; height: 2px">
寢室電話:</td>
<td class="forumRow" style="height: 2px">
<asp:Label ID="Labhomephone" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="right" class="forumRow" style="width: 396px">
損壞內容:</td><td class="forumRow">
<asp:TextBox ID="TextBox1" runat="server" Height="103px" ReadOnly="True" TextMode="MultiLine"
Width="182px"></asp:TextBox></td></tr>
<tr bgcolor="#000000" bordercolor="#000000">
<td align="right" class="forumRow" style="width: 396px; height: 6px">
是/否審核:</td>
<td class="forumRow" style="height: 6px">
<asp:Label ID="Labshenhe" runat="server" Text="Label"></asp:Label>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True">
<asp:ListItem Selected="True">請選擇</asp:ListItem>
<asp:ListItem>是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr bgcolor="#000000" bordercolor="#000000">
<td align="center" class="forumRow" colspan="2" style="height: 6px">
<asp:Label ID="Label2" runat="server" ForeColor="Red" Style="font-weight: bold; font-size: 14px"></asp:Label>
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/adminhomebad.aspx" Visible="False">返回看看</asp:HyperLink></td>
</tr>
<tr bordercolor="#000000" bgcolor="#000000"><td align="center" colspan=2 class="forumRow">
<asp:Button ID="Button1" runat="server" Text="更 新" OnClick="Button1_Click" /></td></tr>
</table>
<br />
<table align="center" border="0" cellpadding="3" cellspacing="1" class="tableBorder"
style="width: 98%">
<tr>
<th class="tableHeaderText" colspan="3" height="25">
學生寢室管理系統</th>
</tr>
<tr>
<td align="right" class="forumRow" height="23" style="width: 459px">
程序開發:</td>
<td class="forumRow" colspan="2">
浪漫雪弧</td>
</tr>
<tr>
<td align="right" class="forumRow" height="23" style="width: 459px">
程序負責:</td>
<td class="forumRow" colspan="2">
一半情弧</td>
</tr>
<tr>
<td align="right" class="forumRow" height="23" style="width: 459px">
聯系方法:</td>
<td class="forumRow" colspan="2">
QQ 562873726</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -