📄 adminindex.jsp
字号:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ page contentType="text/html; charset=GBK" %>
<html:html locale="true">
<head>
<html:base/>
<link href="css/main.css" rel="stylesheet" type="text/css">
<title><bean:message key="logon.title"/></title>
<html:base/>
<script LANGUAGE="JavaScript">
if(self!=top){top.location=self.location;}
</script>
</head>
<body bgcolor="">
<table width="80%" border="0" align="center" cellpadding="5" cellspacing="0" class="InputFrameMain">
<html:form action="/showAdminlogin" method="post" focus="userName">
<p> </p>
<p> </p>
<p> </p>
<h1>
<bean:message key="admin.showAdminlogon"/>
</h1>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table border="0" width="100%">
<tr>
<th align="right" width="50%">
用户
</th>
<td align="left" width="25%">
<html:text property="userName" size="16" maxlength="16" value="" />
</td>
<td width="25%"> </td>
</tr>
<tr>
<th align="right" width="50%">
密码
</th>
<td align="left" width="25%">
<html:password property="password" size="16" maxlength="16" redisplay="false"/>
</td>
<td width="25%"></td>
</tr>
<tr>
<td align="right">
<html:submit styleClass="button" property="submit"><bean:message key="button.submit"/></html:submit>
</td>
<td align="left">
<html:reset styleClass="button"><bean:message key="button.reset"/></html:reset>
</td>
</tr>
</table>
</html:form>
</table>
<table border="0" width="100%">
<tr>
<td width="33%">
</td>
<td width="33%">
</td>
<td width="34%" align="center">
<html:errors/>
</td>
</tr>
</table>
</body>
</html:html>
<!--last modified on Aug 30th 2005 -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -