📄 position.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%
String navigation = (String)request.getAttribute("Navigation");
/*String s = "";
s = request.getAttribute("position") == null ? "<a href=\""
+ request.getContextPath()
+ "/forum/user.do?action=userInfo\">我的资料</a>>>" : "<a href=\""
+ request.getContextPath()
+ "/forum/user.do?action=userInfo\">我的资料</a>>>"
+ request.getAttribute("position");
if (session.getAttribute("position") != null) {
s = (String) session.getAttribute("position");
session.removeAttribute("position");
}*/
%>
<DIV class=bodywidth>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="13%" background="<%=request.getContextPath()%>/forum/view/user/images/navbg.gif">
<img src="<%=request.getContextPath()%>/forum/view/user/images/navtitle.gif" width="113" height="37">
</td>
<td width="87%" background="<%=request.getContextPath()%>/forum/view/user/images/navbg.gif">
<!--<a href="UserInfo.jsp" class="nav">个人资料</a> |
-->
<%=navigation%>
<!--
<a href="User_MyInfo.asp?Action=AwardLog" class="nav">个人奖惩记录</a> |
<a href="User_MyInfo.asp?Action=Favorite" class="nav">我的收藏</a> |
-->
</td>
</tr>
</table><!--
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td>
·您现在的位置:/td>
</tr>
</table>
</DIV>-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -