📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="Students_login" %>
<%@ Register Src="../UserControl/examlist.ascx" TagName="examlist" TagPrefix="uc2" %>
<%@ Register Src="../UserControl/uc_login.ascx" TagName="uc_login" TagPrefix="uc1" %>
<!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>考试管理系统登录|-51aspx.com</title>
<script type="text/javascript">
function openPWD()
{
//window.open('resetpwd.aspx',null,'toolbar=no,location=no resizable=no scrollbars=yes height=220 width=300');
window.showModalDialog("resetpwd.aspx","密码修改","dialogHeight: 193px; dialogWidth: 240px;dialogTop:px; dialogLeft:px; edge: Raised; center: Yes; help: No; resizable: No; status: No;scroll:No");
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div style="left: 50%; top: 50%" align="left">
</div>
<table align="center" style="border-right: buttonface thin solid; border-top: buttonface thin solid;
border-left: buttonface thin solid; width: 50%; border-bottom: buttonface thin solid;
position: static; height: 33%">
<tr>
<td align="center" valign="top">
<table style="border-right: buttonface thin solid; border-top: buttonface thin solid;
border-left: buttonface thin solid; border-bottom: buttonface thin solid; width: 478px;">
<tr>
<td align="left" valign="middle">
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="Large" Font-Underline="True"
Text="最近考试安排"></asp:Label></td>
</tr>
<tr>
<td align="center" valign="top">
<uc2:examlist ID="Examlist1" runat="server" />
</td>
</tr>
</table>
</td>
<td valign="top">
<table style="border-right: buttonface thin solid; border-top: buttonface thin solid;
border-left: buttonface thin solid; border-bottom: buttonface thin solid">
<tr>
<td align="center" valign="middle">
<uc1:uc_login ID="Uc_login1" runat="server" />
</td>
</tr>
<tr>
<td align="right" style="border-top: buttonface thin solid">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Students/readme.htm">说明</asp:HyperLink>
<a href="#" onclick="openPWD()">密码修改</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -