

<html>
<head></head>
<style>
.text{
	font-size=12;
	border=1px solid #7F9DB9;
	font-family:Arial;
	background-color:rgb(255,255,255);
	width:150px;
}
td{
	font-size=12;
}
</style>
	<script>
var	LastName = "";
function makevisible(newname,cur,which)
{
	if (newname!=LastName)
	{
		if (which)
			cur.filters.alpha.opacity=50;
		else
			cur.filters.alpha.opacity=100;
	}
}
function changeusername(username, is_default)
{   
	var is_cardpassword=0;
	document.forms[0].username.value=username.substring(1,username.length);
	if(is_cardpassword==0)
	document.forms[0].password.focus();
	else	
	document.forms[0].cardpassword.focus();
	if(LastName!="")
		document.all[LastName].filters.alpha.opacity=50;
	LastName	= username;
	document.forms[0].loginhere.checked=true;
}
function getload()
{
	document.forms[0].username.focus();
}
function login_type_chg(){
	if(nomal_pw.style.display == ""){
		nomal_pw.style.display = "none";
		card_pw.style.display = "";
	}
	else{
		nomal_pw.style.display = "";
		card_pw.style.display = "none";
	}
}
</script>
<body style="margin:0" onload="document.mainform.username.focus()">
<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%"><form name="mainform" method="post" action="check.jsp">
<tr>
	<td align="center" height="65" background="../weboa/images/top_bg.gif">
		<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%">
			<tr>
				<td><img src="../weboa/images/ctop_logo.gif" border="0"></img></td>
				<td align="right" style="padding-right:30px;">
					<a href="../software/jinstall.exe"><font color="#FFFFFF">点击下载JAVA运行环境</font></a>
				</td>
			</tr>
		</table>
	</td>
</tr>
<tr>
	<td align="center" bgColor="#3F88BD">
		<table cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td><img src="../weboa/images/formTable_left.gif" border="0"></img></td>
				<td background="../weboa/images/formTable_bg.gif" width="242">
					<table cellspacing="0" cellpadding="0" border="0" width="242" height="197">
						<tr><td height="135" align="center">
<table cellspacing="0" cellpadding="0" border="0">
	<tr>
		<td colspan="2"><div style="overflow-x:hidden;overflow-y:auto;width:242px;height:34px;">

			
        	
</div><input name="loginhere" class="noBorder" type="checkbox">下次登录时显示图标

   		</td>
   	</tr>
		<tr>
		<td colspan="2" height="5px"></td>
	</tr>
	<tr>
		<td width="50" align="left">登录方式</td>
		<td align="left"><select name="login_type" class="text" style="height:20px" onchange="login_type_chg();">
		<option value="0" selected>普通登录</option>

		</select></td>
	</tr>
	</tr>
		<tr>
		<td colspan="2" height="5px"></td>
	</tr>
	<tr>
		<td width="50" align="left">用&nbsp;户&nbsp;名</td>
		<td align="left"><input type="text" name="username" class="text" style="height:20px"></input></td>
	</tr>

	<tr>
		<td colspan="2" height="5px"></td>
	</tr>
	

	<tr id="nomal_pw">
		<td width="50" align="left">密&nbsp;&nbsp;&nbsp;&nbsp;码</td>
		<td align="left"><input type="password" name="password" class="text"></input></td>
	</tr>
	<tr id="card_pw" style="display:none;">
		<td width="50" align="left">动态密码</td>
		<td align="left"><input type="password" name="cardpassword" class="text"></input></td>
	</tr>

	<tr>
		<td colspan="2" height="5px"></td>
	</tr>
	<tr>
		<td width="50" align="left">验&nbsp;证&nbsp;码</td>
		<td align="left"><input type="text" name="codepassword" style="width:70px;height:20px" class="text"></input><img align=absbottom vspace=1 style="height:20px" border=0 src="../CreateImage" title="验证码图片"></td>
	</tr>

</table>
						</td></tr>
						<tr><td height="42" align="center">
						<input type="image" name="_submit" src="../weboa/images/btn_submit.gif"></input>&nbsp;&nbsp;&nbsp;
						<input type="image" name="close" onclick="window.close('/');" src="../weboa/images/btn_close.gif"></input>
						</td></tr>
					</table>
				</td>
				<td><img src="../weboa/images/formTable_right.gif" border="0"></img></td>
			</tr>
		</table>
	</td>
</tr>
<tr>
	<td align="right" valign="bottom" height="65" bgColor="#3F88BD" style="padding-bottom:10px;padding-right:10px;"><img src="../weboa/images/logo-ctop.gif" border="0"></img></td>
</tr></form>
</table>
</body>
</html>