?? class_term.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="class_term.aspx.cs" Inherits="TERM_CL" %>
<!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: 165px; width: 964px; position: absolute; top: 62px;
height: 91px">
<asp:Image ID="Image1" runat="server" Height="69px" ImageUrl="~/NewFolder1/f.bmp"
Width="752px" />
<div style="z-index: 101; left: 0px; width: 965px; position: absolute; top: 70px;
height: 100px">
<asp:Image ID="Image2" runat="server" Height="95px" ImageUrl="~/NewFolder1/a.bmp"
Width="750px" /></div>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<div style="z-index: 102; left: 165px; width: 780px; position: absolute; top: 258px;
height: 75px">
<asp:Label ID="lbl_ENGINEER" runat="server" Text="系部:" ForeColor="Purple"></asp:Label> <asp:Label ID="lblT_ENGINEER" runat="server" Text="軟件系" Width="93px" ForeColor="Purple"></asp:Label>
<asp:Label ID="lbl_ID" runat="server" Text="學號:" ForeColor="Purple"></asp:Label>
<asp:Label ID="lblT_ID" runat="server" ForeColor="Purple" Width="103px"></asp:Label>
<asp:Label ID="lbl_CLASS" runat="server" Text="班級:" ForeColor="Purple"></asp:Label>
<asp:Label ID="lblT_CLASS" runat="server" Text="20501" ForeColor="Purple"></asp:Label>
<asp:Label ID="lbl_NAME" runat="server" Text="姓名:" ForeColor="Purple"></asp:Label>
<asp:Label ID="lblT_NAME" runat="server" Text="小王" Width="147px" ForeColor="Purple"></asp:Label> <br />
<div style="z-index: 101; left: 511px; width: 257px; position: absolute; top: 46px;
height: 41px">
</div>
<br />
<asp:Label ID="lblSTD_MAJOR" runat="server" Text="專業:" ForeColor="Purple"></asp:Label>
<asp:Label ID="lblTSTD_MAJOR" runat="server" Text="ACCP3.0" ForeColor="Purple" Width="123px"></asp:Label></div>
<br />
<br />
</div>
 
<div style="z-index: 103; left: 163px; width: 731px; position: absolute; top: 402px;
height: 250px">
<div style="z-index: 101; left: -72px; width: 800px; position: absolute; top: 259px;
height: 108px">
<br />
<div style="z-index: 101; left: 43px; width: 158px; position: absolute; top: 25px;
height: 63px">
<asp:ImageButton ID="ImageButton1" runat="server" Height="44px" ImageUrl="~/NewFolder1/index3_0.gif"
PostBackUrl="~/std_index1.aspx" Width="130px" />
</div>
</div>
<asp:GridView ID="GridView1" runat="server" Width="704px" AllowPaging="True" AllowSorting="True" ForeColor="Purple" OnPageIndexChanging="GridView1_PageIndexChanging" OnSorting="GridView1_Sorting" PageSize="5">
</asp:GridView>
<div style="z-index: 102; left: -9px; width: 821px; position: absolute; top: -57px;
height: 37px">
<asp:Label ID="Label1" runat="server" Text="學年" ForeColor="Purple"></asp:Label> <asp:DropDownList
ID="DropDownList1" runat="server" Width="96px" ForeColor="Purple">
<asp:ListItem>第一學年</asp:ListItem>
<asp:ListItem>第二學年</asp:ListItem>
</asp:DropDownList>
<asp:Label ID="Label2" runat="server" Text="學期" ForeColor="Purple"></asp:Label>
<asp:DropDownList ID="DropDownList2" runat="server" Width="97px" ForeColor="Purple">
<asp:ListItem>第一學期</asp:ListItem>
<asp:ListItem>第二學期</asp:ListItem>
</asp:DropDownList>
<asp:Label ID="Label4" runat="server" Text="查詢" ForeColor="Purple"></asp:Label>
<asp:TextBox ID="txt_inquiry" runat="server" Width="99px"></asp:TextBox>
<asp:Label ID="Label5" runat="server" Width="234px" ForeColor="#FF8080">*僅提供學號和姓名查詢</asp:Label></div>
<br />
<asp:Button ID="btn_select" runat="server" Text="查詢" ForeColor="Purple" Width="77px" />
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -