?? taoti_xinxi.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="taoti_xinxi.aspx.cs" Inherits="HouAdmin_taoti_xinxi" %>
<!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: 283px; text-align: center">
</td>
<td rowspan="2" style="vertical-align: top; width: 221px; 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/Teacher.aspx" Text="教師" Value="新建節(jié)點(diǎn)">
</asp:TreeNode>
<asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/taoti_xinxi.aspx" Text="管理套題信息"
Value="管理套題信息">
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/HouAdmin/kaosheng_chengji.aspx" Text="管理考生成績" Value="管理考生成績">
</asp:TreeNode>
<asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/kaoshi_timu.aspx" Text="管理考試題目"
Value="管理考試題目">
</asp:TreeNode>
<asp:TreeNode Expanded="False" NavigateUrl="~/HouAdmin/insert_shiti.aspx" Text="添加試題"
Value="添加試題">
</asp:TreeNode>
<asp:TreeNode Text="退出系統(tǒng)" Value="退出系統(tǒng)"></asp:TreeNode>
</Nodes>
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
</td>
<td style="width: 96px; vertical-align: top; text-align: center; height: 379px;">
<table width="550" style="vertical-align: top; text-align: center">
<tr>
<td style="width: 120px; ">
<asp:Label ID="Label1" runat="server" Text="查詢條件" Font-Size="9pt" Width="54px"></asp:Label></td>
<td style="width: 120px;">
<asp:DropDownList ID="ddlQueName" runat="server" Width="107px" Font-Size="9pt">
<asp:ListItem Value="Name">套題名稱</asp:ListItem>
<asp:ListItem Value="Expr1">所屬課程</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 924px;">
<asp:Label ID="Label2" runat="server" Text="關(guān)鍵字" Font-Size="9pt"></asp:Label></td>
<td style="width: 260px;">
<asp:TextBox ID="txtSelect" runat="server" Width="100px" Font-Size="9pt"></asp:TextBox></td>
<td style="width: 279px;">
<asp:Button ID="btnSelect" runat="server" OnClick="Button1_Click" Text="查詢" Font-Size="9pt" /></td>
<td style="width: 1977px; height: 21px">
<asp:LinkButton ID="lbAddQue" runat="server" OnClick="LinkButton10_Click" Font-Size="9pt" Font-Underline="False">[添加套題]</asp:LinkButton></td>
</tr>
</table>
<asp:GridView ID="gvQueInfo" runat="server" AllowPaging="True" AutoGenerateColumns="False"
BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px"
CellPadding="4" ForeColor="Black" GridLines="Horizontal" OnPageIndexChanging="GridView1_PageIndexChanging"
OnRowDeleting="GridView1_RowDeleting" PageSize="5" Width="590px" Font-Size="9pt" OnRowDataBound="GridView1_RowDataBound">
<FooterStyle BackColor="#CCCC99" ForeColor="Black" />
<Columns>
<asp:BoundField DataField="Name" HeaderText="套題名稱" />
<asp:BoundField DataField="Expr1" HeaderText="所屬課程" />
<asp:BoundField DataField="JoinTime" HeaderText="加入時間" />
<asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="TaotiUpdate.aspx?ID={0}"
HeaderText="修改" Text="修改" />
<asp:CommandField HeaderText="刪除" ShowDeleteButton="True" />
</Columns>
<SelectedRowStyle BackColor="#CC3333" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="White" ForeColor="Black" HorizontalAlign="Right" />
<HeaderStyle BackColor="#333333" Font-Bold="True" ForeColor="White" />
</asp:GridView>
</td>
</tr>
<tr style="font-size: 12pt">
<td style="width: 256px; height: 70px">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -