<!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>管理登陆</TITLE>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<LINK rel=stylesheet type=text/css href="images/style.css">
<META name=GENERATOR content="MSHTML 8.00.6001.18904">
</HEAD>
<BODY>
<SCRIPT language="JavaScript">
<!--
function form_onsubmit() {
if (document.login.uname.value==""){
	  alert("提示!\n\n请填写用户名")
	  document.login.uname.focus()
	  return false
	 }
else if (document.login.upwd.value==""){
	  alert("提示!\n\n请填写密码!!")
	  document.login.upwd.focus()
	  return false
	 }
else if (document.login.verifycode.value==""){
	  alert("提示!\n\n请填写验证码!!")
	  document.login.verifycode.focus()
	  return false
	 }
}
// -->
</SCRIPT>

<FORM onsubmit="return form_onsubmit()" method=post name=login action="?do=login" target=_top>
<DIV id=login>
<DIV class=left></DIV>
<DIV id=logo class=left>
	<DIV class=lmain >
	<UL>
	  <LI>用户名：<INPUT style="IME-MODE: disabled" maxLength=12 name=uname type=text> </LI>
	  <LI>密　码：<INPUT style="IME-MODE: disabled" maxLength=12 type=password name=upwd> </LI>
	  <LI class=yzm>验证码：<INPUT style="IME-MODE: disabled" maxLength=4 name=verifycode type=text>&nbsp;<img src="../inc/vcode.php" style="cursor:hand" onclick="this.src='../inc/vcode.php';" align="absmiddle"></LI>
	 </UL>
	  <INPUT class=login value=登陆 type=submit>
	  <P>Powered by 西安三资职业学院 &copy; 2010-2012</P>
	</DIV>
	<DIV class=foot></DIV>
</DIV>
<DIV class=right></DIV>
</DIV>
</FORM>
</BODY>
</HTML>

