2013年11月13日 星期三

LOGIN-FAIL.JSP




<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="images/ezHR.png" type="image/x-icon" />
<title>ezHR</title>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Login Fail</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<style type="text/css">
.thisButton
{
-webkit-box-shadow:rgba(0,0,0,0.1) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.1) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
background-color:#5B74A8;
border:1px solid #29447E;
font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
font-size:16px;
font-weight:100;
padding:2px 6px;
height:36px;
color:#fff;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
cursor:pointer;
}
</style>
</head>
<body width:100 height:200>
<form name="login-form" class="login-form" style="margin-top:100px;">
<div style="height:100px; border:1px solid black;">
<span style="margin-left:30px;margin-top:30px;display:block;">Login Fail
<INPUT TYPE="BUTTON" VALUE="Return Back" class="thisButton"
ONCLICK="window.location.href='http://192.168.10.80:8080/hr'">
</span>
</div>
</form>
</body>
</html>

沒有留言:

張貼留言