⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.jsp.svn-base

📁 一个timesheet程序,用来统计开发人员的度量衡web在线程序.用于软件行业
💻 SVN-BASE
字号:
<html>
<head>
	<meta http-equiv="content-style-type" content="text/css">
	<meta http-equiv="pragma" content="no-cache">
	<title>Achievo-RMS Login</title>
	<link href="../theme/master.css" rel="stylesheet" type="text/css">
	<script language="javascript">
	<!--
		function isValidForm(theForm) 
		{
			if (theForm.login_id.value == "") 
			{
				alert("Please enter your user name")
				theForm.login_id.focus()
				return false
			} 
			else if (theForm.pwd.value == "") 
			{
				alert("Please enter your password")
				theForm.pwd.focus()
				return false
			} 
			else 
			{
				theForm.submit()
				return true
			}
		}
		function checkEnter(e, form)
		{ 
			var characterCode
			if(e && e.which)
			{ 
				e = e
				characterCode = e.which 
			}
			else
			{
				e = event
				characterCode = e.keyCode 
			}
			if(characterCode == 13)
			{ 
				isValidForm(form)
				return false
			}
			else
			{
				return true
			}
		}
	//-->
	</script>
</head>
<body onload="javascript:document.login_form.login_id.focus();">
<h1>Login</h1>
<p>Please login using your Login Name and Password for Achievo Netstar Solutions Company - Resource Management System.</p>
<form name="login_form" method="post" action="/rms/mainservlet">
<input size="8" type="hidden" name="urlmapping" value="/login/login">
<table width="837" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td width="50">&nbsp;</td>
		<td width="100" class="txtLabel">Login Name</td>
		<td width="150" align="center" class="cell"><input size="12" maxlength="12" type="text" name="login_id" class="cell" value=""></td>
		<td width="537">&nbsp;</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td class="txtLabel">Password</td>
		<td align="center" class="cell"><input size="12" maxlength="12" type="password" name="pwd" class="cell" value="" onKeyPress="checkEnter(event, this.form)"></td>
		<td>&nbsp;</td>
	</tr>
	<tr>
		<td colspan="2">&nbsp;</td>
		<td align="center" class="cell"><input type="button" name="login_form" value="Login" class="cell" onclick="isValidForm(this.form)"></td>
		<td>&nbsp;</td>
	</tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -