📄 add_course.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_course.aspx.cs" Inherits="add_course" %>
<!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>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body background="Img/bg.gif" bgproperties="fixed">
<form id="form1" runat="server">
<div>
<div align="center">
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="0" style="font-weight: bold; font-size: 14px;
width: 381px; font-family: 仿宋_GB2312; height: 330px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-top-color: #009900; background-color: #ffffff; border-right-width: thin; border-right-color: #009900; border-bottom-style: none;">
<tr>
<td align="center" colspan="5" style="font-weight: bold; font-size: 20pt;
color: white; font-style: italic; font-family: 楷体_GB2312; height: 32px" background="BG/007.jpg">
添加课程信息
</td>
</tr>
<tr>
<td style="width: 70px; height: 24px">
</td>
<td align="right" style="width: 95px; height: 24px">
授课老师:</td>
<td align="center" style="width: 190px; height: 24px">
<asp:TextBox ID="TextBox1_name" runat="server" Width="145px"></asp:TextBox></td>
<td colspan="2" rowspan="6">
</td>
</tr>
<tr>
<td style="width: 70px; height: 24px">
</td>
<td align="right" style="width: 95px; height: 24px">
课程名称:</td>
<td align="center" style="width: 190px; height: 24px">
<asp:TextBox ID="TextBox5_CourseName" runat="server" Width="147px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 70px; height: 26px">
</td>
<td style="width: 95px; height: 26px">
课时:</td>
<td align="center" style="width: 190px; height: 26px">
<asp:TextBox ID="TextBox3_courTime" runat="server" Width="147px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 70px; height: 29px">
</td>
<td style="width: 95px; height: 29px">
课程描述:</td>
<td align="center" style="width: 190px; height: 29px">
<asp:TextBox ID="TextBox2_courDesn" runat="server" Height="20px" TextMode="MultiLine"
Width="147px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 70px; height: 45px">
</td>
<td style="width: 95px; height: 45px">
考试时间:</td>
<td align="center" style="width: 190px; height: 45px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 210px; height: 26px">
<tr>
<td style="width: 59px; height: 34px">
<asp:DropDownList ID="DropDownList10" runat="server">
<asp:ListItem Value="2001-">2001</asp:ListItem>
<asp:ListItem Value="2002-">2002</asp:ListItem>
<asp:ListItem Value="2003-">2003</asp:ListItem>
<asp:ListItem Value="2004-">2004</asp:ListItem>
<asp:ListItem Value="2005-">2005</asp:ListItem>
<asp:ListItem Selected="True" Value="2006-">2006</asp:ListItem>
<asp:ListItem Value="2007-">2007</asp:ListItem>
<asp:ListItem Value="2008-">2008</asp:ListItem>
<asp:ListItem Value="2009-">2009</asp:ListItem>
<asp:ListItem Value="2010-">2010</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 19px; height: 34px">
年</td>
<td style="width: 44px; height: 34px">
<asp:DropDownList ID="DropDownList8" runat="server">
<asp:ListItem Value="1-">1</asp:ListItem>
<asp:ListItem Value="2-">2</asp:ListItem>
<asp:ListItem Value="3-">3</asp:ListItem>
<asp:ListItem Value="4-">4</asp:ListItem>
<asp:ListItem Value="5-">5</asp:ListItem>
<asp:ListItem Selected="True" Value="6-">6</asp:ListItem>
<asp:ListItem Value="7-">7</asp:ListItem>
<asp:ListItem Value="8-">8</asp:ListItem>
<asp:ListItem Value="9-">9</asp:ListItem>
<asp:ListItem Value="10-">10</asp:ListItem>
<asp:ListItem Value="11-">11</asp:ListItem>
<asp:ListItem Value="12-">12</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList></td>
<td style="width: 25px; height: 34px">
月</td>
<td style="width: 59px; height: 34px">
<asp:DropDownList ID="DropDownList9" runat="server">
</asp:DropDownList></td>
<td align="left" style="width: 71px; height: 34px">
日</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 70px; height: 23px">
</td>
<td style="width: 95px; height: 23px">
考试总分:</td>
<td align="left" style="width: 190px; height: 23px">
<asp:TextBox ID="TextBox4_TotalMark" runat="server" Height="15px" ReadOnly="True"
Width="51px">100</asp:TextBox></td>
</tr>
<tr>
<td style="width: 70px; height: 26px">
</td>
<td style="width: 95px; height: 26px">
开始时间:</td>
<td align="center" style="width: 190px; height: 26px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 210px; height: 26px">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -