?? add_grade.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_Grade.aspx.cs" Inherits="add_grid_class" %>
<!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>
<form id="form1" runat="server">
<div>
<div align="center">
<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="width: 319px;
height: 320px">
<tr>
<td background="BG/007.jpg" colspan="3" style="font-weight: bold; font-size: 25px;
color: #ffffff; height: 30px; background-color: #ffffff">
添加年級信息</td>
</tr>
<tr>
<td align="right" style="width: 164px">
年級:</td>
<td style="width: 100px" align="center">
<asp:DropDownList ID="DropDownList2" runat="server" Height="20px" Width="100px">
<asp:ListItem Value="2006">2006級</asp:ListItem>
<asp:ListItem Value="2007">2007級</asp:ListItem>
<asp:ListItem Value="2008">2008級</asp:ListItem>
<asp:ListItem Selected="True" Value="2009">2009級</asp:ListItem>
<asp:ListItem Value="2010">2010級</asp:ListItem>
<asp:ListItem Value="2011">2011級</asp:ListItem>
<asp:ListItem Value="2012">2012級</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 164px; height: 30px" align="right">
所屬部門:</td>
<td align="center" style="width: 100px; height: 30px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="100px">
</asp:DropDownList>
</td>
<td style="width: 100px; height: 30px">
</td>
</tr>
<tr>
<td style="width: 164px; height: 37px" align="right">
年制:</td>
<td style="width: 100px; height: 37px">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="21px" RepeatDirection="Horizontal"
Width="152px">
<asp:ListItem Selected="True" Value="3">3年制</asp:ListItem>
<asp:ListItem Value="4">4年制</asp:ListItem>
</asp:RadioButtonList></td>
<td style="width: 100px; height: 37px">
</td>
</tr>
<tr>
<td style="width: 164px; height: 42px" align="right">
包含學期:</td>
<td style="width: 100px; height: 42px">
<asp:RadioButtonList ID="RadioButtonList2" runat="server" Height="24px" RepeatDirection="Horizontal"
Width="146px">
<asp:ListItem Value="3">3學期</asp:ListItem>
<asp:ListItem Selected="True" Value="6">6學期</asp:ListItem>
</asp:RadioButtonList></td>
<td style="width: 100px; height: 42px">
</td>
</tr>
<tr>
<td style="width: 164px; height: 21px">
</td>
<td align="center" style="width: 100px; height: 21px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加" />
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/EditScore.aspx" Width="38px">返回</asp:HyperLink></td>
<td align="left" style="width: 100px; height: 21px">
</td>
</tr>
<tr>
<td bgcolor="window" colspan="3" style="height: 36px">
<asp:Label ID="Label1" runat="server" Font-Size="11px" ForeColor="Red"></asp:Label></td>
</tr>
</table>
</div>
<br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -