📄 left.jsp
字号:
<%
/*
╭═══════════════╮
║ ║
╭══════┤ 海量统计统计系统 ├══════╮
║ ║ ║ ║
║ ╰═══════════════╯ ║
║ ║
║ 系统1.0版(JSP) ║
║ ║
║ ║
║ 程序作者:小磊 ║
║ ║
║ QQ:6404040 ║
║ E-Mail:kkg365@21cn.com ║
║ 网站:http://kkg365.cn.st ║
║ ║
║ ╭───────────────────────╮ ║
╰══┤ 小磊在线 ├══╯
╰───────────────────────╯
*/
%>
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*;" errorPage="" %>
<html>
<head><title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<link rel="stylesheet" href="css.css">
<body style="BACKGROUND-IMAGE:url('images/left.gif')">
<table width="98%" height="574" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="24%"> </td>
<td width="76%" height="24"><p> </p>
<p> </p>
<p> </p></td>
</tr>
<tr>
<td height="127"> </td>
<td><p><br>
※ <a href="main.jsp" target="main">总体统计
</a><p>
※ <a href="month_tj.jsp" target="main">月份统计
</a><p>
※ <a href="admin_index.jsp" target="main">高级管理
</a><p>
※ <a href="help.jsp?id=001" target="main">如何使用</a></p>
<p> </p>
</td>
</tr>
<tr>
<td colspan="2">
<%
if(session.getValue("username")==null){ %>
<center>
<font color="#FFFFFF">管理员登陆</font>
</center>
<form name="form1" method="post" action="chklogin.jsp?login=on&a=left">
<font color="#FFFFFF">用户:</font>
<input name="name" type="text" class="input" size="10">
<br>
<font color="#FFFFFF">密码:</font>
<input name="psw" type="password" class="input" size="10">
<p></p> <input name="" value="" type="submit" style="BACKGROUND-IMAGE: url(images/btn1.gif);BORDER: medium none;HEIGHT: 17px;WIDTH: 33px">
</form>
<% }else{ %>
<center><font color="#FFFFFF">管理员已经登陆</font></center>
<% } %>
<p><br>
</p>
<p> </p>
<p> </p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -