<% @ Page language = "java" import = "java. util. *" pageEncoding = "UTF-8" %>
<! 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>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Title> welcome to the background management system </title>
<Link href = "css/style.css" rel = "stylesheet" type = "text/css"/>
<Script language = "JavaScript" src = "js/jquery. js"> </script>
<Script src = "js/cloud. js" type = "text/javascript"> </script>
<Script language = "javascript">
$ (Function (){
Detail ('.loginbox'detail .css ({'position': 'absolute ', 'left' :( $ (window). width ()-692)/2 });
$ (Window). resize (function (){
Detail ('.loginbox'detail .css ({'position': 'absolute ', 'left' :( $ (window). width ()-692)/2 });
})
});
</Script>
</Head>
<Body style = "background-color: # 1c77ac; background-image: url (images/light.png); background-repeat: no-repeat; background-position: center top; overflow: hidden; ">
<Div id = "mainBody">
<Div id = "cloud1" class = "cloud"> </div>
<Div id = "cloud2" class = "cloud"> </div>
</Div>
<Div class = "logintop">
<Span> welcome to the background management interface platform </span>
<Ul>
<Li> <a href = "#"> Home page </a> </li>
<Li> <a href = "#"> help </a> </li>
<Li> <a href = "#"> about </a> </li>
</Ul>
</Div>
<Div class = "loginbody">
<Span class = "systemlogo"> </span>
<Div class = "loginbox">
<Form name = form1 method = "post" action = "dologin. jsp">
<Ul>
<Li> <input name = "uname" type = "text" class = "loginuser" value = "admin" onclick = "JavaScript: this. value = ''"/> </li>
<Li> <input name = "upwd" type = "text" class = "loginpwd" value = "password" onclick = "JavaScript: this. value = ''"/> </li>
<Li> <input name = "" type = "submit" class = "loginbtn" value = "login" onclick = "javascript: window. location = ''"/> <label>
<Input name = "" type = "checkbox" value = "" checked = "checked"/> Remember password </label> <a href = "#"> forgot password? </A> </label> </li>
</Ul>
</Form>
</Div>
</Div>
<Div class = "loginbm"> copyright 2014 <a href = "http://www.Sawshaw.com"> Sawshaw.com </a> only for learning and communication, not for any commercial purposes </div>
</Body>
</Html>