?? 老師查詢選課情況(課程)—李晨華.aspx
字號:
?<%@ Page Language="VB" AutoEventWireup="false" CodeFile="老師查詢選課情況(課程)—李晨華.aspx.vb" Inherits="Default2" %>
<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[
function IMG1_onclick() {
}
function IMG2_onclick() {
}
function DIV1_onclick() {
}
function DIV2_onclick() {
}
function IMG3_onclick() {
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="z-index: 101; left: 1px; width: 100px; position: absolute; top: 3px;
height: 100px"><img src="图片/题头.jpg" width="1000" height="120" id="IMG2" onclick="return IMG2_onclick()" />
</div>
<div style="z-index: 102; left: -6px; width: 100px; position: absolute; top: 124px;
height: 100px"><img src="图片/底色.jpg" width="1007" id="IMG1" onclick="return IMG1_onclick()" style="height: 856px" />
<div style="z-index: 107; left: 80px; width: 100px; position: absolute; top: 288px;
height: 100px">
<asp:TreeView ID="TreeView1" runat="server" Height="64px" LineImagesFolder="~/TreeLineImages"
ShowLines="True" Width="56px">
<Nodes>
<asp:TreeNode NavigateUrl="~/Default.aspx" Text="查詢" Value="查詢"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Default3.aspx" Text="給分" Value="給分"></asp:TreeNode>
<asp:TreeNode Text="退出" Value="退出"></asp:TreeNode>
</Nodes>
</asp:TreeView>
</div>
<div style="z-index: 106; left: 72px; width: 100px; position: absolute; top: 272px;
height: 100px">
</div>
<div style="font-weight: bold; font-size: 250%; z-index: 104; left: 352px; text-transform: uppercase;
width: 336px; color: #003399; font-style: normal; font-family: 隸書, 楷體_GB2312, 宋體-方正超大字符集, 華文細黑, 華文新魏, 華文彩云;
position: absolute; top: 40px; height: 48px" id="DIV2" onclick="return DIV2_onclick()">
選修課程詳細信息</div>
<div style="z-index: 103; left: 100px; width: 100px; position: absolute; top: 100px;
height: 100px">
</div>
<div style="z-index: 102; left: 704px; width: 1px; position: absolute; top: 56px;
height: 8px">
<div style="z-index: 101; left: 152px; width: 64px; position: absolute; top: 8px;
height: 24px">
<asp:Button ID="Button2" runat="server" Text="注銷" Width="63px" /></div>
</div>
<div style="z-index: 101; left: 200px; width: 100px; position: absolute; top: 160px;
height: 100px">
<asp:GridView ID="GridView1" runat="server" DataSourceID="SqlDataSource1" Width="800px" DataMember="DefaultView" PageIndex="2" RowHeaderColumn="課程號" ShowFooter="True" ForeColor="#333333" CellPadding="4" GridLines="None">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:選修課管理系統ConnectionString2 %>"
SelectCommand="SELECT [課程號], [課程名], [學分], [學時], [上課時間], [上課地點], [開課學期], [已選人數], [限選人數] FROM [課程表] ORDER BY [課程號]">
</asp:SqlDataSource>
</div>
</div>
</div>
<div style="z-index: 103; left: 1px; width: 100px; position: absolute; top: 124px;
height: 100px"><img src="图片/导航树底色.jpg" width="190" height="900" id="IMG3" onclick="return IMG3_onclick()" />
<div style="z-index: 107; left: 32px; width: 100px; position: absolute; top: 152px;
height: 80px">
<asp:TreeView ID="TreeView2" runat="server" Height="152px" LineImagesFolder="~/TreeLineImages" Width="1px" ImageSet="BulletedList4" ShowExpandCollapse="False">
<Nodes>
<asp:TreeNode NavigateUrl="~/Default.aspx" Text="查詢學生信息" Value="查詢"></asp:TreeNode>
<asp:TreeNode NavigateUrl="~/Default3.aspx" Text="添加修改學生分數" Value="添加修改學生分數"></asp:TreeNode>
<asp:TreeNode Text="返回主頁" Value="退出"></asp:TreeNode>
<asp:TreeNode Text="安全退出" Value="安全退出"></asp:TreeNode>
</Nodes>
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
<SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px"
VerticalPadding="0px" />
<NodeStyle Font-Names="Tahoma" Font-Size="10pt" ForeColor="Black" HorizontalPadding="5px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -