scoring.aspx

来自「小型物理试验管理系统Management system for small-sc」· ASPX 代码 · 共 128 行

ASPX
128
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Scoring.aspx.cs" Inherits="Scoring" %>

<!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 id="Head1" runat="server">
    <title>无标题页</title>
    <style type="text/css">
<!--
.STYLE1 {font-family: "方正姚体"}
.STYLE3 {
	font-family: "方正姚体";
	font-size: 18px;
	color: #009999;
}
body {
	background-image: url(Images/back1.gif);
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #339900;
}
a:active {
	text-decoration: none;
	color: #F5F8F9;
}
-->
    </style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="text-align: center">
<form id="Form1" name="form1" runat="server">
<table width="800" height="800" border="1" cellspacing="0">
  <tr>
    <th colspan="2" scope="col" style="width: 800px; height: 150px;"><img src="Images/title.jpg" width="800" height="150" /></th>
  </tr>
   <tr bgcolor="#33ccff">
    <th colspan="2" scope="row" style="font-weight: bold; width: 800px; height: 30px; text-align: left; background-color: #ffffff;">
        <asp:SiteMapPath ID="SiteMapPath1" runat="server" Width="400px">      
        </asp:SiteMapPath>
    </th>
  </tr>
  <tr bgcolor="#33CCFF">
    <th colspan="1" scope="row" style="text-align: left; font-weight: bold; height: 30px; width: 700px;">
       <asp:Label ID="Label1" runat="server" ForeColor="White" Style="position: relative" Width="400px"></asp:Label></th>
    <th colspan="1" scope="row" style="text-align: right; font-weight: bold; height: 30px; width: 100px;">
       <a href="Default.aspx"><span style="font-size: 10pt; color: #ffffff; font-family: 宋体; text-decoration: underline">退出</span></a></th>
  </tr>
  <tr bgcolor="#33ccff">
    <th colspan="2" scope="row" style="font-weight: bold; width: 800px; height: 30px; background-color: #ffffff; text-align: left">
       <asp:Label ID="Label2" runat="server" Style="position: relative" Width="400px"></asp:Label></th>
  </tr>
  <tr>
    <th align="center" background="Images/FangKuai.gif" colspan="2" rowspan="2" scope="row" style="width:800px; height: 480px; text-align: center" valign="top">
       <div align="left"></div>      
        <p>
            &nbsp;&nbsp;</p>        
          <table style="left: 16px; width: 530px; position: relative; top: 60px; height: 300px;
              text-align: center">
              <tr>
                  <td style="text-align: center; height: 25px;" colspan="3">
                      请输入您所给的成绩!</td>
              </tr>
              <tr>
                  <td style="width: 121px; height: 25px;">
                      学号:</td>
                  <td style="width: 107px; height: 25px;">
                      <asp:Label ID="Label3" runat="server" Style="left: 0px; position: relative; top: 0px"
                          Text="Label" Width="200px"></asp:Label></td>
                  <td style="width: 103px; height: 25px;">
                      </td>
              </tr>
              <tr>
                  <td style="width: 121px; height: 25px">
                      实验号:</td>
                  <td style="width: 107px; height: 25px">
                      <asp:Label ID="Label4" runat="server" Style="left: 0px; position: relative; top: 0px"
                          Text="Label" Width="200px"></asp:Label></td>
                  <td style="width: 103px; height: 25px">
                      &nbsp;
                      </td>
              </tr>
              <tr>
                  <td style="width: 121px; height: 25px;">
                      实验名称:</td>
                  <td style="width: 107px; height: 25px;">
                      <asp:Label ID="Label5" runat="server" Style="left: 0px; position: relative; top: 0px"
                          Text="Label" Width="200px"></asp:Label></td>
                  <td style="width: 103px; height: 25px;">
                      </td>
              </tr>
              <tr>
                  <td style="width: 121px; height: 25px">
                      成绩:</td>
                  <td style="width: 107px; height: 25px; text-align: center;">
                      <asp:TextBox ID="TextBox6" runat="server" Style="position: relative" Width="200px"></asp:TextBox></td>
                  <td style="width: 103px; height: 25px">
                      </td>
              </tr>
              <tr>
                  <td style="width: 121px; height: 25px;">
                  </td>
                  <td style="width: 107px; height: 25px;">
                      <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/OK.gif" OnClick="ImageButton1_Click"
                          Style="position: relative; left: 64px; top: 0px;" /></td>
                  <td style="width: 103px; height: 25px;">
                  </td>
              </tr>
          </table>
          </th>
    </tr>
  <tr>
    </tr>
  <tr>
    <th colspan="2" scope="row" style="background-image: url(Images/back2.gif); width: 800px; height: 80px">&nbsp;</th>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?