?? 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>
·您現(xiàn)在的位置:/td>
</tr>
</table>
</DIV>-->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -