📄 login.jsp
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %><%@ include file="../inc/common.jsp"
%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>管理员登录(${basic.name})</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<club:html type="css" />
<script type="text/javascript" src="../scripts/common.js"></script>
<script type="text/javascript" src="../scripts/login.js"></script>
</head>
<body>
<div id="wrap"><%@ include file="../inc/msgHint.jsp" %>
<div class="sidebar gform">
<form id="gform" name="gform" action="/club/admin/admin.do?act=adminLogin" method="post" target="_parent" onsubmit="return c.p('qwSubmit',true);">
<ul>
<li><label for="userName">用户:</label><input name="userName" id="userName" type="text" value="" maxlength="20" class="input"/></li>
<li><label for="password">密码:</label><input name="upassword" id="upassword" type="password" value="" maxlength="20" class="input"/></li>
<li><label for="password">管理员密码:</label><input name="password" id="password" type="password" value="" maxlength="20" class="input"/></li>
<li><label for="rand">安全码:</label><input name="rand" id="rand" type="text" value=""/><img src="/club/image.do" align="absmiddle"/></li>
<li><label for="qwSubmit"></label><input name="qwSubmit" id="qwSubmit" type="submit" value=" 登录 " class="btn"/>
<label for="rememberAdmin" class="lab"><input name="rememberAdmin" id="rememberAdmin" type="checkbox" value="1"/>记住密码</label>
</li>
</ul>
</form>
</div>
</div>
</body>
</html>
<!-- Powered by www.YeQiangWei.com -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -