⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 seeclasstable.aspx

📁 asp.net连带c++技术开发
💻 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>无标题页</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 />
                    &nbsp; &nbsp; &nbsp; &nbsp; <strong>
                    课时:</strong><%=class_tb[4] %><br />
                    <strong>
                    上课地点:</strong><%=classroom %><br />
                    <strong>
                    课程学分:</strong><%=class_tb[0] %><br />
                    <strong>
                    已选人数:</strong><br />
                    <strong>
                    课程人数:</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>
                    开课时间:<%=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">
                    &nbsp;<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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -