📄 managescore.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="ManageScore.aspx.vb" Inherits="Exam.managescore"%>
<%@ Register TagPrefix="uc1" TagName="MainMenu" Src="../inc/MainMenu.ascx" %>
<%@ Register TagPrefix="uc1" TagName="LeftMenu" Src="../inc/LeftMenu.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>管理学生成绩</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../style/css.css" type="text/css" rel="stylesheet">
</HEAD>
<body bottomMargin="0" background="../images/bj.gif" topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table height="840" cellSpacing="0" cellPadding="0" width="900" align="center" border="0">
<tr>
<td vAlign="top">
<table height="23" cellSpacing="0" cellPadding="0" width="900" border="0">
<tr>
<td><IMG height="23" src="../images/exam_01.jpg" width="900"></td>
</tr>
</table>
<table height="41" cellSpacing="0" cellPadding="0" width="900" border="0">
<tr>
<td width="282"><IMG height="41" src="../images/exam_02.jpg" width="282"></td>
<td width="618" background="../images/exam_03.jpg">
<!--主菜单 -->
<uc1:MainMenu id="MainMenu1" runat="server"></uc1:MainMenu>
</td>
</tr>
</table>
<table height="672" cellSpacing="0" cellPadding="0" width="900" border="0">
<TBODY>
<tr>
<td vAlign="top" width="282">
<table cellSpacing="0" cellPadding="0" width="282" border="0">
<tr>
<td><IMG height="144" src="../images/exam_04.jpg" width="282"></td>
</tr>
<tr>
<td vAlign="top" align="center" background="../images/exam_09.jpg" height="141">
<!--左侧菜单 -->
<uc1:LeftMenu id="LeftMenu1" runat="server"></uc1:LeftMenu>
</td>
</tr>
<tr>
<td><IMG height="387" src="../images/exam_11.jpg" width="282"></td>
</tr>
</table>
</td>
<td width="14"><IMG height="672" src="../images/exam_05.jpg" width="14"></td>
<td vAlign="top" width="604" bgColor="#ffffff">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td valign="top" align="center">
<!--提示信息-->
<%if session("StuName") <> nothing then%>
<font face="华文行楷" size="2">欢迎</font><font face="隶书" color="red" size="3"><%= session("stuname")%></font><font face="华文行楷" size="2">用户进入飞翔图书网在线考试系统,请您遵守考场规则,注意把握时间。</font>
<%elseif Session("AdminName")<> nothing then%>
<font face="华文行楷" size="2">欢迎管理员</font><font face="隶书" color="red" size="3"><%= session("AdminName")%></font><font face="华文行楷" size="2">进入飞翔图书网在线考试系统。
</font>
<%=now.TOstring("yyyy-MM-dd dddd")%>
<%end if%>
</td>
</tr>
<tr>
<td align="center" background="../images/Comments.jpg" height="64">
<table height="20" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td width="9%" height="38"></td>
<td class="Title" width="91%" height="20">学生成绩管理</td>
</tr>
</table>
<!--课程表 --></td>
</tr>
<tr>
<td></td>
</tr>
</table>
<br>
<!--显示开始--><asp:repeater id="rep" runat="server">
<HeaderTemplate>
<TABLE cellSpacing="1" cellPadding="1" width="95%" bgColor="#029BFB" align="center" border="0">
<TR bgcolor="#FFFFFF">
<TD align="center" width="21%">学生姓名</TD>
<TD align="center" width="29%">考试科目</TD>
<TD align="center" width="19%">考试时间</TD>
<TD align="center" width="17%">考试分数</TD>
<TD align="center" width="14%">操作</TD>
</TR>
</HeaderTemplate>
<ItemTemplate>
<TR bgcolor="#FFFFFF">
<TD class="Context" align="center" width="21%" height="18"><%#DataBinder.Eval(Container.DataItem,"studentname")%></TD>
<TD class="Context" align="center" width="29%"><%#DataBinder.Eval(Container.DataItem,"subjectname")%></TD>
<TD class="Context" align="center" width="19%"><%#DataBinder.Eval(Container.DataItem,"starttime")%></TD>
<TD class="Context" align="center" width="17%"><%#DataBinder.Eval(Container.DataItem,"score")%></TD>
<TD align="center" width="14%"><A href='ManageScore.aspx?id=<%#DataBinder.Eval(Container.DataItem,"id")%>'><font color="Black">删除</font></A></TD>
</TR>
</ItemTemplate>
<FooterTemplate>
</table>
<p><table width="95%" border="0" align="center" cellpadding="5" cellspacing="0" style="border:1px solid #1E7FCC; ">
<tr>
<td width="80%" height="1" bgcolor="#FFFFFF"></td>
</tr>
<tr>
<td height="25" colspan="2" align="center" bgcolor="#F3F3F3"> </td>
</tr>
</table>
</p>
</FooterTemplate> </asp:repeater>
<!--显示结束--></td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="900" bgColor="#ffffff" border="0">
<tr>
<td><IMG height="104" src="../images/exam_14.jpg" width="900"></td>
</tr>
</table>
</TD></TR></TBODY></TABLE></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -