?? main.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="main.aspx.cs" Inherits="main" %>
<!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>Untitled Page</title>
</head>
<body bgcolor="#99ccff">
<form id="form1" runat="server">
<div>
<div style="z-index: 101; left: 9px; width: 165px; position: absolute; top: 117px;
height: 426px">
<asp:Button ID="bt_add_tch" runat="server" Text="注冊一個教師"
Width="159px" OnClick="bt_add_tch_Click" /><br />
<br />
<asp:Button ID="bt_add_std" runat="server" Text="注冊一個學生"
Width="159px" OnClick="bt_add_std_Click" /><br />
<br />
<asp:Button ID="bt_change_std" runat="server" Text="修改學生信息"
Width="160px" OnClick="bt_change_std_Click" />
<br />
<br />
<asp:Button ID="bt_change_cth" runat="server" Text="改修教師信息"
Width="160px" OnClick="bt_change_cth_Click" /><br />
<br />
<asp:Button ID="bt_cut_tch" runat="server" Text="注銷一個教師"
Width="161px" OnClick="bt_cut_tch_Click" /><br />
<br />
<asp:Button ID="bt_cut_std" runat="server" Text="注銷一個學生" Width="160px" OnClick="bt_cut_std_Click" /><br />
<br />
<asp:Button ID="bt_lk_msg" runat="server" Text="查看留言" Width="160px" OnClick="bt_lk_msg_Click" />
<br />
<br />
<asp:Button ID="bt_put_note" runat="server" Text="發布通知"
Width="161px" OnClick="bt_put_note_Click" /><br />
<br />
<asp:Button ID="Btlook" runat="server" Text="查看登錄情況"
Width="161px" OnClick="Btlook_Click" /><br />
<br />
<asp:Button ID="bt_close" runat="server" Text="退出系統" Width="162px" OnClick="bt_close_Click" /></div>
<div style="z-index: 102; left: 3px; background-image: url(image/button.gif); width: 1000px;
position: absolute; top: 544px; height: 73px; background-color: transparent">
<div style="z-index: 101; left: 163px; width: 675px; position: absolute; top: 13px;
height: 36px; text-align: center">
<span style="font-size: 0.8em"><span style="color: fuchsia"><span style="text-decoration: underline">
湖南科技職業國家示范性軟件學院 ACCP2051班第一項目小組開發 開發時間:2007--5 指導老師:徐薯華 專業老師:劉敏<br />
</span>
<span style="text-decoration: underline">小組成員:鐘愛、王榮華、唐伯喜、李夢軍</span></span></span></div>
</div>
<div style="z-index: 103; left: 4px; width: 1003px; position: absolute; top: 8px;
height: 99px; background-image: url(image/1.jpg);">
</div>
<div style="z-index: 104; left: 184px; width: 571px; border-top-style: inset; border-right-style: inset;
border-left-style: inset; position: absolute; top: 112px; height: 415px; border-bottom-style: inset">
<span style="color: #330000">尊貴的管理員:<br />
你好!<br />
管理員對本網站有最高權限,作為管理員有如下功能:<br />
<br />
1.注冊老師;<br />
<br />
2.注冊學生<br />
<br />
3.修改教師職工基本信息<br />
<br />
4.注銷教師身份登錄用戶<br />
<br />
5.注銷學生身份登錄用戶<br />
<br />
6.查看所有身份發布的留言<br />
<br />
7.發布最高權限的通知或公告<br />
<br />
8.查看登錄情況<br />
</span>
<div style="z-index: 101; left: 580px; width: 249px; position: absolute; top: -1px;
height: 433px">
<asp:Image ID="Image2" runat="server" Height="421px" ImageUrl="~/image/mainleft.jpg"
Width="237px" /></div>
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -