📄 coursedetail.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="courseDetail.aspx.cs" Inherits="_Default" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<table style="width: 1024px">
<tr>
<td align="center" colspan="3" style="height: 112px; background-color: #0099ff" valign="top">
<em><span style="font-size: 32pt; font-family: 华文新魏">南昌航空大学
<br />
学生选课系统</span></em></td>
</tr>
<tr>
<td align="center" style="background-image: url(Images/bg_main.jpg); width: 100px"
valign="top">
</td>
<td align="center" style="width: 100px" valign="top">
<table style="width: 475px; height: 313px; text-align: left;" border="1">
<tr>
<td style="width: 321px; height: 27px;" align ="center">
<asp:Label ID="courceNameF" runat="server" Text="Label" Font-Size="X-Large" ForeColor="#80FF80"></asp:Label>
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="X-Large" Text="的详细信息"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px; height: 21px" >
<asp:Label ID="Label2" runat="server" Text="课程名称:" Font-Bold="True"></asp:Label>
<asp:Label ID="courceName" runat="server" Text="Label" Width="216px"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px; height: 21px">
<strong>
<asp:Label ID="Label11" runat="server" Text="课程类别:" Font-Bold="True" Width="85px"></asp:Label>
<asp:Label ID="typename" runat="server" Text="Label"
Width="114px"></asp:Label></strong></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px; height: 21px">
<asp:Label ID="Label3" runat="server" Text="教师姓名:" Font-Bold="True"></asp:Label>
<asp:Label ID="teaName" runat="server" Text="Label" Width="116px"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px; height: 31px">
<asp:Label ID="Label5" runat="server" Text="上课时间:" Font-Bold="True"></asp:Label>
<asp:Label ID="courceTime" runat="server" Text="Label" Width="182px"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px; height: 21px">
<asp:Label ID="Label7" runat="server" Text="上课地点:" Font-Bold="True"></asp:Label>
<asp:Label ID="courceAddress" runat="server" Text="Label" Width="115px"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px">
<asp:Label ID="Label4" runat="server" Font-Bold="True" Text="限选人数:" Width="85px"></asp:Label>
<asp:Label ID="courcerenshu" runat="server" Text="Label" Width="71px"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px; height: 23px">
<asp:Label ID="Label8" runat="server" Font-Bold="True" Text="课程学分:" Width="85px"></asp:Label>
<asp:Label ID="credit" runat="server" Text="Label" Width="71px"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px; height: 23px">
<asp:Label ID="Label10" runat="server" Font-Bold="True" Text="课程学时:" Width="85px"></asp:Label>
<asp:Label ID="xueshi" runat="server" Text="Label" Width="71px"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px">
<asp:Label ID="Label6" runat="server" Text="课程简介:" Font-Bold="True"></asp:Label></td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 321px; height: 31px">
<asp:TextBox ID="courceDetails" runat="server" Height="129px" ReadOnly="True" TextMode="MultiLine"
Width="488px"></asp:TextBox></td>
</tr>
</table>
</td>
<td align="center" style="font-size: 12pt; background-image: url(Images/bg_main.jpg);
width: 100px" valign="top">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -