⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userheader.jsp

📁 BBS系统
💻 JSP
字号:
<%
/*##################################################################**
**#  LyBBS ver 1.2.b2 (1.2.beta-2版) / 凌云论坛 ver 1.2.b2         #**
**#                                                                #**
**#  版权所有: 凌云工作室 (原流星电脑工作室)                       #**
**#                                                                #**
**#  制作人  : 星语凌 『teddy (Yongshan Ye)』                      #**
**#                                                                #**
**#  主页地址: http://www.unix-now.com/lybbs   凌云论坛主页        #**
**#            http://www.ierp.info/lybbs      凌云论坛镜像站      #**
**#            http://horseye@sina.com/        凌云论坛支持信箱    #**
**#                                                                #**
**##################################################################*/
%>
<table width=<%=tablewidth%> align=center cellspacing=0 cellpadding=1  border=0 bgcolor=<%=titleborder%>>
 <tr>
  <td>
   <table width=100% cellspacing=0 cellpadding=4 border=0>
    <tr bgcolor=<%=menubackground%> background=images/<%=menubackpic%>>
     <td>
<%
  if(!cookiename.equals("") && !cookiename.equals("客人")) {
%>
      <font color=<%=menufontcolor%>>&gt;&gt; 欢迎您,<%=cookiename%>:<a href="loginout.jsp?db=<%=db%>">重登陆</a> | <a href="javascript:openScript('messanger.jsp?action=inbox',420,320)" title="悄悄话短讯息中心">消息</a> | <a href="javascript:openScript('friendlist.jsp',420,320)">好友</a> | <a href="profile.jsp?action=modify" title="编辑您的个人资料">资料</a> | <a href="javascript:openScript('newposts.jsp',500,400)">新贴</a> | <a href="search.jsp?db=<%=db%>" title="按关键字、作者来搜寻">搜索</a> | <a href="whosonline.jsp" title="看看有谁在线……">在线</a> | <a href="javascript:openScript('help.jsp',500,400)" title="常见问题的解答">帮助</a> | <a href="loginout.jsp?action=logout" title="在公众的地方上网记得要按退出哦">退出</a><%if(cookiemode.equals("4")) {%> | <a href="admincenter/admincenter.jsp" title="进管理中心管理论坛">管理中心</a><%}%>&nbsp;</font>
<%
  }
  else {
%>
       <font color=#000000>>> 欢迎您,<b>客人</b>: <a href="loginout.jsp?db=<%=db%>" title="从这里开始进入论坛">登陆</a> 
            | <a href="register.jsp" title="注册了才能发表文章哦!">注册</a> | <a href="profile.jsp?action=lostpassword" title="好惨啊,忘记密码登陆不了" style="cursor:help">忘记密码</a> 
            | <a href="whosonline.jsp" title="看看有谁在线……">在线</a> | <a href="search.jsp?db=<%=db%>" title="按关键字、作者来搜寻">搜索</a> 
            | <a href="javascript:openScript('help.jsp',500,400)" title="常见问题的解答">帮助</a> 
            </font>
<%
  }
%>
     </td>
     <td align=right width="49"><%if(!homename.equals("")) {%><a href='<%=homeurl%>'><img src=images/gohome.gif width=48 height=16 border=0 title=<%=homename%>></a><%}%></td>
    </tr>
   </table>
  </td>
 </tr>
</table>
<%
if(newmsgnumber!=0) {
%>
<table width=<%=tablewidth%> cellpadding=2 cellspacing=0 align=center>
 <tr>
  <td align=right>
   <a href="javascript:openScript('messanger.jsp?action=inbox',420,320)"><img src=images/newmail.gif border=0><font color=<%=fonthighlight%>>你有短消息,请注意查收</font></a>
  </td>
 </tr>
</table>
<%
}
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -