⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin.aspx

📁 简单的系统评分源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin.aspx.cs" Inherits="admin" %>

<!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="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
    <form id="form1" runat="server">
    <div id="wrapper">	<div id="bg1">		<div id="bg2">			<div id="header">				<div id="logo" style="width: 439px; height: 152px;">					<h1><a href="#">[选修]</a>评分系统</h1>				</div>				<!-- end #logo -->				<div id="menu" style="width: 240px; height: 152px">					<ul>						<li class="first current_page_item"><a href="Default.aspx"><span style="font-size:small; font-weight:bolder">评分</span></a></li>						<li><a href="SerFind.aspx" class="color1"><span style="font-size:small; font-weight:bolder">分数查询</span></a></li>						<li><a href="#" class="color2"><span style="font-size:small; font-weight:bolder">后台</span></a></li>					</ul>				</div>				<!-- end #menu -->			</div>			<!-- end #header -->			<div id="page">				<!-- end #content -->				<!-- end #sidebar -->				<div style="clear: both;">				<div id="content"style="width: 678px">					<div class="two-columns">
									<div class="post" style="margin-bottom: 30px;">					<div class="entry">						<p>[评分规则:].</p>					</div>				</div>
					<div align="center">
                           <table align="center" border="0" cellpadding="5" cellspacing="0" width="350">
                              <tr>
                                <td style="height: 32px"><span style="font-weight:bolder">名称:</span><asp:TextBox onmouseover="this.style.backgroundColor='#3399cc'" onmouseleave="this.style.backgroundColor='#FFFFFF'" id="name" runat="server"  MaxLength="8" BorderWidth="1px" BorderColor="#3399cc" Width="149px"/></td>
                              </tr>
                              <tr>
                                <td><span style="font-weight:bolder">密码:</span><asp:TextBox id="pass" runat="server" style="background:#FFFFFF " MaxLength="50" onmouseover="this.style.backgroundColor='#3399cc'" onmouseleave="this.style.backgroundColor='#FFFFFF'" BorderWidth="1px" BorderColor="#3399cc" TextMode="Password" Width="149px"/></td>
                              </tr> 
                              <tr>
                                <td style="height: 32px">
                                   <table width="100%" cellpadding="0" cellspacing="0">
                                      <tr>
                                        <td style="height: 30px; width: 183px;" align="Right"><span style="font-weight:bolder">&nbsp;验证码:</span><asp:TextBox id="CheckCode" runat="server" style="background:#FFFFFF ;" MaxLength="50" onmouseover="this.style.backgroundColor='#3399cc'" onmouseleave="this.style.backgroundColor='#FFFFFF'" BorderWidth="1px" BorderColor="#3399cc" Width="65px" /></td>
                                        <td align="left" style="height: 32px; width: 123px;">
                                    <asp:Image ID="ImageCheck" runat="server" ImageUrl="ValidateCode.aspx" ToolTip="不区分大小写!红色数字,黑色字母!" Height="19px"></asp:Image></td>
                                      </tr>
                                   </table>
                                </td>
                              </tr>
                              <tr>
                                <td>
                                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="CheckCode"
                                        ErrorMessage="提示:请输入验证码!" ForeColor="MediumVioletRed"></asp:RequiredFieldValidator>
                                </td>
                              </tr>
                             <tr>
                                <td style="height: 36px">
                                   <table>
                                     <tr>
                                       <td width="100px" align="right">
                                          <asp:Button ID="submit" runat="server" style="font-size: 9pt; height: 19; width: 100; color: #000000; background-color: #0B4877; border: 1 solid #E1F4EE" text="提&nbsp;&nbsp;&nbsp;交"  OnClick="submit_Click" Width="57px" />                                        
                                       </td>
                                       <td width="89px" align="right">
                                          <asp:Button ID="reset"  runat="server" text="重&nbsp;&nbsp;&nbsp;置" OnClick="reset_Click" style="font-size: 9pt; height: 19; width: 100; color: #000000; background-color: #0B4877; border: 1 solid #E1F4EE" Width="55px"/>
                                       </td>
                                     </tr>                                  
                                   </table>
                                </td>
                             </tr>
                        </table>
                 </div>
        &nbsp;</div>				<div id="footer">					<p>
        &nbsp;</p>				</div>			</div>			<!-- end #page -->		</div>	</div></div>    </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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