?? kechenginsert.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="KechengInsert.aspx.cs" Inherits="HouAdmin_KechengInsert" %>
<!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 style="text-align: center">
<form id="form1" runat="server">
<div style="text-align: center">
<br />
<table style="width: 800px; background-image: url(../igm/后臺登錄頁面.jpg);" width="800">
<tr>
<td align="center" colspan="3" style="height: 152px">
<br />
</td>
</tr>
<tr style="font-size: 12pt; color: #000000">
<td rowspan="2" style="vertical-align: top; width: 67px; text-align: center">
</td>
<td rowspan="2" style="vertical-align: top; width: 121px; text-align: left">
<asp:TreeView ID="TreeView1" runat="server" ImageSet="Simple" NodeIndent="10" ShowLines="True" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged">
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#DD5555" />
<SelectedNodeStyle
Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px" ForeColor="#DD5555" />
<Nodes>
<asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/admin.aspx" Text="管理員" Value="新建節點">
</asp:TreeNode>
<asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/zhuce_stu.aspx" Text="管理注冊學生"
Value="管理注冊學生"></asp:TreeNode>
<asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/zhuanye_xinxi.aspx" Text="管理專業信息"
Value="管理專業信息">
</asp:TreeNode>
<asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/kecheng_xinxi.aspx" Text="管理課程信息"
Value="管理課程信息">
</asp:TreeNode>
<asp:TreeNode Text="退出系統" Value="退出系統"></asp:TreeNode>
</Nodes>
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
</td>
<td style="width: 729px; height: 352px">
<table>
<tr>
<td style="width: 100px; height: 26px;" align="right">
<asp:Label ID="Label1" runat="server" Text="課程名稱:" Font-Size="9pt"></asp:Label></td>
<td style="width: 100px; height: 26px;">
<asp:TextBox ID="txtLessName" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px" align="right">
<asp:Label ID="Label2" runat="server" Text="所屬專業:" Font-Size="9pt"></asp:Label></td>
<td style="width: 100px">
<asp:DropDownList ID="ddlProfession" runat="server" Width="134px" Font-Size="9pt">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 100px" align="right">
</td>
<td style="width: 100px">
<asp:Button ID="btnAdd" runat="server" OnClick="Button1_Click" Text="添加" Font-Size="9pt" />
<asp:Button ID="btnBack" runat="server" OnClick="Button2_Click" Text="返回" Font-Size="9pt" /></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -