?? seeclasstable.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SeeClassTable.aspx.cs" Inherits="SeeClassTable" %>
<!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>無標(biāo)題頁</title>
</head>
<body>
<form id="form1" runat="server">
<div align="center" id="DIV1">
<br />
<table style="border-right: mediumblue 1px solid; border-top: mediumblue 1px solid; border-left: mediumblue 1px solid; border-bottom: mediumblue 1px solid">
<tr>
<td colspan="2" style="width: 261px; border-right: mediumblue 1px solid; border-top: mediumblue 1px solid; border-left: mediumblue 1px solid; color: mediumblue; border-bottom: mediumblue 1px solid; background-color: #ffffff;">
基本信息</td>
</tr>
<tr>
<td align="left" colspan="2" rowspan="9" valign="top" style="width: 261px; border-right: mediumblue 1px solid; border-top: mediumblue 1px solid; border-left: mediumblue 1px solid; border-bottom: mediumblue 1px solid;">
<strong>
課程編號:<%=Request.QueryString["id"] %><br />
課程名稱:<%=class_tb[5] %><br />
課程類型:</strong><%=class_tb[3] %><br />
<strong>
課時(shí):</strong><%=class_tb[4] %><br />
<strong>
上課地點(diǎn):</strong><%=classroom %><br />
<strong>
課程學(xué)分:</strong><%=class_tb[0] %><br />
<strong>
已選人數(shù):</strong><br />
<strong>
課程人數(shù):</strong><%=class_tb[8] %><br />
<strong>
課程描述:</strong><%=class_tb[2] %></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td colspan="2" style="width: 261px; border-right: mediumblue 1px solid; border-top: mediumblue 1px solid; border-left: mediumblue 1px solid; color: mediumblue; border-bottom: mediumblue 1px solid; background-color: #ffffff;">
課程表</td>
</tr>
<tr>
<td align="left" colspan="2" style="width: 261px; border-right: mediumblue 1px solid; border-top: mediumblue 1px solid; border-left: mediumblue 1px solid; border-bottom: mediumblue 1px solid;">
<strong>
開課時(shí)間:<%=class_tb[1] %></strong></td>
</tr>
<tr>
<td align="right" colspan="2" style="width: 261px; height: 42px; border-right: mediumblue 1px solid; border-top: mediumblue 1px solid; border-left: mediumblue 1px solid; border-bottom: mediumblue 1px solid;" valign="bottom">
<table>
<tr>
<td style="width: 272px; height: 38px">
</td>
<td style="width: 100px; height: 38px; font-size: small;">
<span style="font-size: 10pt">
周一</span></td>
<td style="width: 100px; height: 38px; font-size: small;">
<span style="font-size: 10pt">
周二</span></td>
<td style="width: 100px; height: 38px; font-size: small;">
<span style="font-size: 10pt">
周三</span></td>
<td style="width: 100px; height: 38px; font-size: small;">
<span style="font-size: 10pt">
周四</span></td>
<td style="width: 100px; height: 38px; font-size: small;">
<span style="font-size: 10pt">
周五</span></td>
<td style="width: 100px; height: 38px; font-size: small;">
<span style="font-size: 10pt">
周六</span></td>
<td style="width: 100px; height: 38px; font-size: small;">
<span style="font-size: 10pt">
周日</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" style="width: 261px; border-right: mediumblue 1px solid; border-top: mediumblue 1px solid; border-left: mediumblue 1px solid; border-bottom: mediumblue 1px solid;">
<asp:CheckBoxList ID="CheckBoxList1" runat="server" Font-Size="Small" RepeatColumns="7"
RepeatDirection="Horizontal" TextAlign="Left" Width="271px" Height="14px">
</asp:CheckBoxList></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -