📄 adminlogin.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>美讯集团产品发布平台</title>
<LINK href="../css/newdef.css" rel=stylesheet>
<LINK href="../css/style.css" rel=stylesheet>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
function checkform(){
var e = document.form1;
if(e.username.value == ""){
alert("用户名不能为空");
return false;
}
if(e.password.value == ""){
alert("密码不能为空");
return false;
}
document.form1.submit();
}
function formresert(){
document.form1.reset();
}
</script>
</head>
<body link=#000000 vlink=#000000 text=#000000 leftmargin="0"
topmargin="0" marginwidth="0" marginheight="0">
<center>
<br>
<table width=750 cellpadding="0" cellspacing="0">
<tr>
<td>
<br>
<br>
<br>
<br>
</td>
</tr>
<tr>
<td width="30%" bgcolor="#669999">
<img src="../pic/LOGO.gif">
</td>
<td width="70%" valign="bottom" bgcolor="#669999"
style="text-align: left; vertical-align: middle;">
<font style="font-size: 24px; font-family: 华文行楷;"> 美讯后台管理系统
</font>
</td>
</tr>
</table>
<table width=750>
<tr>
<td width=200 valign=top bgcolor="#669999"
style="vertical-align: middle;">
<table width=200 border="0" cellspacing="0">
<tr>
<td align=center bgcolor="#669999" class="w-1">
进入管理系统
</td>
</tr>
<tr>
<td>
<form method="post" action="/Store/AccoutServlet" name=form1>
<table width=100% border=0 cellpadding=1>
<tr>
<td width=60 class="w-1">
用户名:
</td>
<td align=left width=140>
<input type=text class=textbox size=15 name=username>
</td>
</tr>
<tr>
<td width=60 class="w-1">
密码:
</td>
<td align=left width=140>
<input type=password class=textbox size=15 name=password>
<br>
</td>
</tr>
<tr>
<td colspan="2" class="w-1" style="text-align: center;">
<input type="hidden" name="action" value="login">
<a href="#"
style='cursor: hand; text-decoration: none; color: #FFFFFF'
onclick="checkform()">确定</a>
<a href="#"
style='cursor: hand; text-decoration: none; color: #FFFFFF'
onclick="formresert()">取消</a>
</td>
</tr>
<tr>
<td colspan="2" class="w-1" style="text-align: center;">
<c:if test="${sid!=null&&sid==0}">
您登录失败!<br>请确认用户名和密码!
</c:if>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
<td valign=top bgcolor="#669999" class="w-1">
<br>
<br>
<font style="font-size: 18px">关于发布系统</font>
<table width=100% border=0 cellpadding=1>
<tr>
<td width=20 align=right>
<img src=../pic/myjoyo_dot.gif width="11" height="12">
</td>
<td bgcolor="#669999" style="text-align: left;">
<font color=blue>说明</font>
</td>
</tr>
<tr>
<td>
</td>
<td bgcolor="#669999" class="w-1" style="text-align: left;">
为了规范我们的网站,避免文件被覆盖...
<br>
<br>
</td>
</tr>
<tr>
<td width=20 align=right>
<img src=../pic/myjoyo_dot.gif width="11" height="12">
</td>
<td bgcolor="#669999" style="text-align: left;">
<font color=blue>登录</font>
</td>
</tr>
<tr>
<td>
</td>
<td bgcolor="#669999" class="w-1" style="text-align: left;">
您必须输入用户名 和密码才能进入发布系统,如果您不知道自己的用户名和密码请联系
<font color=red>网络事业部</font>。
<br>
<br>
</td>
</tr>
<tr>
<td width=20 align=right>
<img src=../pic/myjoyo_dot.gif width="11" height="12">
</td>
<td style="text-align: left;">
<font color=blue>密码</font>
</td>
</tr>
<tr>
<td>
</td>
<td class="w-1" style="text-align: left;">
请保管好每个人自己的密码,本系统所有的操作均有记录。如果您是第一次进入发布系统,请先修改自己的密码。
<br>
<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -