资源说明:用户登录系统的工程:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>欢迎登录rendshop管理系统</title>
<link href="${path}/static/css/style.css" rel="stylesheet" type="text/css" />
[removed][removed]
[removed][removed]
[removed]
$(function(){
$('.loginbox').css({'position':'absolute','left':($(window).width()-692)/2});
$(window).resize(function(){
$('.loginbox').css({'position':'absolute','left':($(window).width()-692)/2});
})
});
[removed]
</head>
<body background-image:url(images/light.png); background-repeat:no-repeat; background-position:center top; overflow:hidden;">
</body>
</html>
<form action="dologin.action" method="post">
- <input name="userName" type="text" class="loginuser" value="admin" <li><input name="passwd" type="text" class="loginpwd" value="密码" <li><input type="submit" class="loginbtn" value="登录" /><label><input name="" type="checkbox" value="" checked="checked" />记住密码
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。