📄 usertop.jsp
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%@ page import="com.elan.forum.model.ForumUser"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="User_Top_Style.css" type="text/css" rel="stylesheet">
<title>会员控制面板</title>
<script language="javascript" src="../Js/Common.js"></script>
<script language="javascript">
function setDocumentDisabled(type){
var e = getObject("dd");
if(type==1){
e.style.width = '100%';
e.style.height = document.body.clientHeight>document.body.scrollHeight?document.body.clientHeight:document.body.scrollHeight;
e.style.top=0;
e.style.left=0;
e.style.display = '';
document.body.onresize = function(){
e.style.width='100%';
e.style.height = document.body.clientHeight>document.body.scrollHeight?document.body.clientHeight:document.body.scrollHeight;
}
}else{
if(e){
e.style.width = '0px';
e.style.height = '0px';
e.style.display = 'none';
}
}
}
</script>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr style="background: url(images/top_bg.gif)">
<td width="194" height="84" nowrap>
<div style="height: 24px; text-align: center; padding-top: 3px;">
今天是2008年 8月13日 星期三
</div>
<div style="height: 60px;">
<a href="User_Main.asp" target="mainFrame"><img
src="images/img.gif" width="193" height="60" border="0"> </a>
</div>
</td>
<td width="190" align="right" valign="top" nowrap
style="padding-right: 5px;">
<div style="margin-top: 3px;">
会员名:<%=((ForumUser) session.getAttribute("user")).getUsername()%>
<br>
IP地址:<%=request.getRemoteAddr()%><br>
</div>
<div style="">
<a href="/" target="_blank">网站首页</a>
<br>
<a
href="<%=request.getContextPath()%>/forum/userLoginOut.do?id=<%=((ForumUser) session.getAttribute("user")).getId()%>"
target="_top">退出登陆</a>
</div>
</td>
<td width="10" align="center">
<img src="Images/s1.gif" width="1" height="84">
</td>
<td nowrap>
<table width="620" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<a
href="<%=request.getContextPath()%>/forum/user.do?action=userInfo"
target="mainFrame"><img src="<%=request.getContextPath()%>/forum/view/user/images/top_menu_01.gif"
width="53" height="64" border="0"> </a>
</td>
<td align="center">
<a
href="<%=request.getContextPath()%>/forum/user.do?action=passwordMgr"
target="mainFrame"><img src="images/top_menu_02.gif"
width="53" height="64" border="0"> </a>
</td>
<td align="center">
<a
href="<%=request.getContextPath()%>/forum/user.do?action=userMessages"
target="mainFrame"><img src="images/top_menu_04.gif"
width="53" height="64" border="0"> </a>
</td>
<td align="center">
<a
href="<%=request.getContextPath()%>/forum/user.do?action=forumHome"
target="mainFrame"><img src="images/top_menu_05.gif"
width="53" height="64" border="0"> </a>
</td>
<td align="center">
<a
href="<%=request.getContextPath()%>/forum/user.do?action=payOnline"
target="mainFrame"><img src="images/top_menu_07.gif"
width="53" height="64" border="0"> </a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="5" colspan="4" bgcolor="#21406E"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -