📄 index.jsp
字号:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html>
<head>
<title>HR</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
-->
</style>
<link href="css/Styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" background="/images/login_bg.gif">
<center>
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="150"> </td>
</tr>
</table>
<table width="457" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="27"> </td>
<td><img src="images/login_top_image.jpg" width="400" height="122"></td>
</tr>
</table> <table width="457" border="0" cellspacing="0" cellpadding="0" background="images/login_bottom_bg.jpg">
<tr>
<td height="192" valign="top" width="103"> </td>
<td height="192" valign="top"><html:form action="/loginAction.do" method="POST">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="h18" align="center" width="80" height="40">登陆名:</td>
<td class="h18">
<input type="text" name="username" >
</td>
</tr>
<tr>
<td class="h18" align="center" height="40">密码:</td>
<td class="h18">
<input type="password" name="password">
</td>
</tr>
<tr>
<td class="h18"> </td>
<td class="h18">
<input type="submit" value="提交">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
</table>
</html:form>
</td>
<td height="192" valign="top" width="40"> </td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -