📄 login.jsp
字号:
<%@ page language="java" pageEncoding="GB2312" contentType="text/html;charset=GB2312" %>
<%@ include file="/common/taglibs.jsp"%>
<%@ include file="/common/meta.jsp"%>
<html:html>
<head>
<style>
body{font-size:9pt;overflow:auto;}
td{font-size:9pt;font-family:"Arial", "Helvetica", "sans-serif"}
</style>
<title>电子政务门户网站</title>
<link rel="stylesheet" type="text/css" href='<c:url value="/sys/include/style.css"/>'>
</head>
<body onload = "checkFrame()" topmargin=0 leftmargin=0>
<table width="100%" border=0 cellspacing="0" cellpadding="0" height="100%">
<tr>
<td ><img src='<c:url value="/sys/images/ev.gif"/>'></td>
<td width="80%"></td>
<td ><img src='<c:url value="/sys/images/gov.gif"/>'></td>
</tr>
<tr>
<td bgcolor="#D46820" valign="top"> </td>
<td colspan=2 bgcolor="#060606" valign="top" height="20"></td>
</tr>
<!--left start -->
<tr>
<td id="midleft" height="100%"></td>
<td id="midright" align=left valign=top colspan=2>
<table border=0 align="left" width=250 cellspacing="1" cellpadding="0">
<html:form action="/sys/login.html" method="post">
<html:hidden property="method" value="login" />
<tr>
<td colspan="2" align=left ><h3>电子政务门户网站</h3></td>
</tr>
<tr>
<td colspan="2" align=left >友好提示:用户名:guest 密码:guest000</td>
</tr>
<tr>
<td colspan="2" align=left >信息提示:<c:out value="${errorMsg}"/></td>
</tr>
<tr>
<td width="50%" >用户名</td>
</tr>
<tr>
<td width="50%" ><html:text property="name" value="" /></td>
</tr>
<tr>
<td>密码</td>
</tr>
<tr>
<td ><html:password property="password" value=""/></td>
</tr>
<tr>
<td colspan="2"><html:submit property="yes" value="登陆"/></td>
</tr>
</html:form>
</table>
</td>
</tr>
<!--left end-->
<!--foot start -->
<tr>
<td id="upleft"></td>
<td id="upright" valign=top colspan=2>Copyright©2003 BEIJING LINKAGE All rights reserved. <br>Email:<a href="mailto:lingzhi.com.cn@163.com">lingzhi.com.cn@163.com</a></td>
</tr>
</table>
<!--foot end -->
</body>
</html:html>
<script >
function checkFrame() {
if(parent) {
if(parent.location.href.indexOf('<c:url value="/sys/login"/>') < 0) {
parent.location.href = '<c:url value="/sys/login.html"/>';
}
}
document.sysuserForm.name.focus();
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -