📄 index.jsp
字号:
<%--
- $Author: 飞鱼
- $Revision: 1.22 $
- $Date: 2003/02/01 09:41:34 $
- http://www.hnedu.net/fiyu
--%>
<%@ page contentType="text/html;charset=utf-8" %>
<%@ page errorPage="fatalerror.jsp"%>
<%@ page import="fiyucore.util.ParamUtil" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%@ include file="inc_common.jsp"%>
<html >
<head>
<title>fiyuForum - Home page for fiyuForum</title>
<%@ include file="/fiyuplugin/fiyuforum/meta.jsp"%>
</head>
<link href="<%=contextPath%>/fiyuplugin/fiyuforum/css/style.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">
<%@ include file="header.jsp"%>
<br/>
<div align="center" class="pageTitle">欢迎光临<%=fiyuForumConfig.getWebName()%></div>
<p>
<div align="center" class="messageTextBold"> 如果您还不是会员,请<a href="registermember" class="command">点击这里注册</a>
</div>
<div align="center" class="messageTextBold">
<a href="iforgotpasswords" class="command">忘记密码?
</a>
</div>
<form action="loginprocess" method="post">
<table cellspacing="5" cellpadding="5" align="center">
<tr>
<td colspan="2">请输入登录信息</td>
</tr>
<tr>
<td width="82">用户名:</td>
<td width="191"><input type="text" name="MemberID" value="<%=ParamUtil.getAttribute(request, "MemberID")%>"></td>
</tr>
<tr>
<td>密码:</td>
<td><input type="password" name="MemberMatkhau"></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="button" value="Login" onclick="disabled=true; submit();" class="mainoption">
<input type="Reset" value="重设" class="liteoption">
</td>
</tr>
</table>
</form>
<br/>
<%@ include file="footer.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -