📄 userindex.jsp
字号:
<%@ page language="java" pageEncoding="gbk"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>会员控制面板</title>
<style type="text/css">
body {
color:#444444;
FONT-FAMILY:Arial, Helvetica, sans-serif,宋体;
font-size: 12px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding:0px;
scrollbar-face-color: #DCDCDC;
scrollbar-face-color: #2B73F1;
scrollbar-shadow-color: #6EC0FF;
scrollbar-highlight-color: #0650D2;
scrollbar-3dlight-color: #6EC0FF;
scrollbar-darkshadow-color: #0650D2;
scrollbar-track-color: #0650D2;
scrollbar-arrow-color: #FDEDA;
}
</style>
<script>
if(self!=top){top.location=self.location;}
</script>
</head>
<frameset rows="89,*" frameborder="no" border="0" framespacing="0" id="frames">
<frame src="<%=request.getContextPath()%>/forum/view/user/UserTop.jsp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" frameborder="0"/>
<%
String type = request.getParameter("type");
if("userMessages".equals(type)) {
%>
<frame src="<%=request.getContextPath()%>/forum/user.do?action=userMessages" name="mainFrame" id="mainFrame" frameborder="0" scrolling="yes"/>
<%
} else {
%>
<frame src="<%=request.getContextPath()%>/forum/view/user/UserMain.jsp" name="mainFrame" id="mainFrame" frameborder="0" scrolling="yes"/>
<%
}
%>
</frameset>
<noframes>
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
<p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
</body>
</noframes></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -