📄 index.asp
字号:
<html>
<head>
<title>SmartCity 远程数据库管理系统</title>
<link rel="stylesheet" type="text/css" href="data/css.css">
</head>
<body background="data/background.gif" bgproperties=fixed>
<table width="100%" align="center">
<tr>
<td>
<br><br>
</td>
</tr>
<tr>
<td align="center">
<div style="width: 400;">
<br>
<b><font size="4">SmartCity 远程数据库管理系统</font><br><font size="3">Version 1.0 beta</font><br><br></b>
<%
if not session("login") = "yes" then
%>
<form action="login.asp" method="post">
帐号 <input type="text" name="username" class="txt" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'"><br>
密码 <input type="password" name="password" class="txt" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'"><br><br>
<input type="submit" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" value="登录">
<input type="button" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" onclick="javascript:location.href='help.asp'" value="帮助">
</form>
<%
else
%>
<form action="enter.asp" method="post">
请输入您要处理的数据库名
<input type="text" name="mdbname" class="txt" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" value="test/test.mdb"><br>
(此处支持相对路径)<br><br>
<input type="submit" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" value="管理">
<input type="button" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" onclick="javascript:location.href='index.asp'" value="创建数据库">
<input type="button" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" onclick="javascript:location.href='help.asp'" value="帮助">
</form>
<%
end if
%>
小城工作室 版权所有<br>
2003.9<br>
<br>
</div>
</td>
</tr>
<tr>
<td>
<br><br>
</td>
</tr>
</talbe>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -