📄 login.asp
字号:
<!-- #include file="inc/conn.asp" -->
<!-- #include file="inc/config.asp" -->
<!-- #include file="inc/function.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- #include file="inc/head.html" -->
<html>
<body>
<div id="body" align="center">
<div id="block-body">
<div id="block">
<div class="title">
</div>
<div class="frame-top"></div>
<div class="frame-body">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="frame-left"></td>
<td class="name">
<div class="name-image">
<img src="images/block/theme_20.gif" height="70">
</div>
<span class="name-text">
</span>
</td>
<td class="frame-main">
<div class="note">
<div class="note-text">
<form action="manage.asp" method="post" name="FormName">
<fieldset class="input-fieldset">
<legend align="left"><span class="input-legend">Login to Manage</span></legend>
<div class="note-text-input-text">
<span id="login-text">Admin</span>
<input type="text" name="admin" size="26" id="login-frame" maxlength="20">
</div>
<div class="note-text-input-text">
<span id="login-text">Password</span>
<input type="password" name="password" size="26" id="login-frame" maxlength="20">
</div>
</fieldset>
</div>
</div>
<div class="info">
<input type="button" class="button-next" value="< Go Back" onclick="javascript:history.back()">
<input type="reset" class="button-next" value="Clear">
<input type="submit" class="button-next" name="" value="Login >">
<span id="sign-copyright">... Simple2 Sign-Form by MSS ...</span>
</div>
</form>
</td>
<td class="frame-right"></td>
</tr>
</table>
</div>
<div class="frame-bottom"></div>
</div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -