📄 manager.htm
字号:
<script language="javascript" src="images/js/ajax.js"></script>
<link href="images/css/css.css" type=text/css rel=stylesheet>
<title>欢迎来到Try2实验室管理验证页面</title>
<script>
function Send_0pen(form_obj)
{
okey=form_obj.OpenKey.value;
if (okey=="rootadmin")
{
location="rootadmin/";
}
else
{
location="error";
}
}
</script>
<table border="0" width="100%" id="table1" height="540" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table border="0" width="100%" id="table2" height="78" cellspacing="0" cellpadding="0">
<tr>
<td height="78" background="images/top.gif" width="687">
<p align="center">
<img border="0" src="images/banner.gif" width="480" height="70"> </td>
<td height="78" background="images/top.gif" width="10%">
<img border="0" src="images/try2.gif" width="200" height="70"></td>
<td height="78" background="images/top.gif" width="5%"> </td>
</tr>
</table>
<form method="POST" name="FormGo">
<table border="0" width="100%" id="table5" cellspacing="0" cellpadding="0">
<tr>
<td>
<p align="center">欢迎来到Try2实验室管理验证页面</p></td>
</tr>
</table>
<table border="0" width="100%" id="table3" cellspacing="0" cellpadding="0" height="80">
<tr>
<td align="center">管理公钥:<input type="password" name="OpenKey" size="20" onmouseover="this.style.background='#f1f1eb';" onmouseout="this.style.background=''" onkeydown="if(event.keyCode==13)event.keyCode=9"> <input type="Button" value="登 录" onclick="Send_Open(FormGo)"></td>
</tr>
</table>
</form>
<table border="0" width="100%" id="table4" cellspacing="0" cellpadding="0" height="199">
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -