header.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:5k
源码类别:

电子政务应用

开发平台:

Java

  1. <%
  2. /**
  3.  * $RCSfile: header.jsp,v $
  4.  * $Revision: 1.5.2.1 $
  5.  * $Date: 2001/01/11 06:22:04 $
  6.  */
  7. %>
  8. <%@ page
  9. import="com.coolservlets.forum.*,
  10.  com.coolservlets.forum.util.*,
  11.  com.coolservlets.util.*"
  12. %>
  13. <% // prepend "header" to variables used here to prevent clashes with including pages...
  14. String siteTitle = "CoolServlets";
  15. String pageTitle = (title == null || title.length() == 0) ? siteTitle : title + " - " + siteTitle;
  16. String  headerUserName = null;
  17. boolean headerCanPost = false;
  18. if (forumID > -1) {
  19. try {
  20. headerCanPost = forumFactory.getForum(forumID).hasPermission(ForumPermissions.CREATE_THREAD);
  21. } catch (Exception ignoreFnF) {}
  22. }
  23. if (authToken != null && forumFactory != null) {
  24. try {
  25. ProfileManager headerProfileManager = forumFactory.getProfileManager();
  26. User headerUser = (headerProfileManager == null) ? null : headerProfileManager.getUser(authToken.getUserID());
  27. if (headerUser != null && !headerUser.isAnonymous()) {
  28. headerUserName = headerUser.getName();
  29. if (headerUserName == null || headerUserName.trim().length() == 0) {
  30. headerUserName = headerUser.getUsername();
  31. }
  32. }
  33. } catch (Exception ignore) {}
  34. }
  35. %>
  36. <html>
  37. <head>
  38. <title><%= title %></title>
  39. <META http-equiv=Content-Type content="text/html; charset=GB2312">
  40. <META content="MSHTML 5.50.4134.600" name=GENERATOR>
  41. <link rel="stylesheet" href="/vnex/hr_macos.css" type="text/css">
  42. <script language="JavaScript">
  43. <!--
  44. function MM_openBrWindow(theURL,winName,features) { //v2.0
  45.   window.open(theURL,winName,features);
  46. }
  47. //-->
  48. </script>
  49. </head>
  50. <STYLE>
  51. #ssm2 A {
  52. FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: verdana; TEXT-DECORATION: none
  53. }
  54. #ssm2 A:hover {
  55. COLOR: red
  56. }
  57. </STYLE>
  58. <script language="JavaScript1.2" src="/vnex/menu/dockmenu_communicate.js"></script>
  59. <script language="JavaScript" src="/vnex/menu/dockmenu.js"></script>
  60. <BODY text=#000000 bgColor=#ffffff topMargin=20 leftmargin="0" marginwidth="0" marginheight="0" link="#000000" vlink="#000000" alink="#000000">
  61. <DIV align=center>
  62.   <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
  63.     <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
  64.       <TR> 
  65.         <TD colSpan=3 align="center" valign="top"><br>
  66.           <table width="600" border="1" cellspacing="1" bordercolor="#666666">
  67.             <tr valign="top"> 
  68.               <td bgcolor="#fafafa" > 
  69.                 <table width="600" border="0" cellspacing="0" cellpadding="0">
  70.                   <tr valign="top" bgcolor="#cccccc"> 
  71.                     <td> 
  72. <table cellpadding="0" cellspacing="0" border="0" width="600">
  73. <tr bgcolor="#FFFFFF">
  74. <td width="1%">
  75. </td>
  76. <td width="1%">
  77. &nbsp;
  78. </td>
  79. <% if (headerUserName != null) { %>
  80. <td width="1%" nowrap align="center">
  81. <a href="/mainctrl/bbs/account?mode=2"><font class="strong"><%= headerUserName %></font></a>
  82. </td>
  83. <% } %>
  84. <%-- Spacer --%>
  85. <% if (forumID > 0) { %>
  86. <td width="90%">&nbsp;</td>
  87. <% } else { %>
  88. <td width="94%">&nbsp;</td>
  89. <% } %>
  90. <% if (headerUserName != null) { %>
  91. <td width="1%" nowrap align="center">
  92. <a href="/mainctrl/bbs/index?logout=true" class="normal">
  93. <img src="/skins/bay/images/logout.gif" width=56 height=23 alt="退出" border="0" >
  94. </a>
  95. </td>
  96. <% } else { %>
  97. <td width="1%" nowrap align="center">
  98. <a href="/mainctrl/bbs/account" class="normal">
  99. <img src="/skins/bay/images/login.gif" width=56 height=23 alt="登录" border="0" >
  100. </a>
  101. </td>
  102. <% } %>
  103. <% if (forumID > 0) { %>
  104. <td width="1%" nowrap align="center">
  105. &nbsp;
  106. <img src="/skins/bay/images/bluedot.gif" width=1 height=23 border=0>
  107. &nbsp;
  108. </td>
  109. <td width="1%" nowrap>
  110. <a href="/mainctrl/bbs/viewForum?forum=<%= forumID %>"
  111. ><img src="/skins/bay/images/read.gif" width=56 height=23 alt="查看帖子" border="0" ></a>
  112. </td>
  113. <% if (headerCanPost) { %>
  114. <td width="1%" nowrap>
  115. <img src="/skins/bay/images/vertLine.gif" width=1 height=23 border=0 hspace=4>
  116. </td>
  117. <td width="1%" nowrap>
  118. <a href="/mainctrl/bbs/post?forum=<%= forumID %>"
  119. ><img src="/skins/bay/images/post.gif" width=56 height=23 alt="增加帖子" border="0"
  120. ></a>
  121. </td>
  122. <% } %>
  123. <!--<td width="1%" nowrap>
  124. <img src="/skins/bay/images/vertLine.gif" width=1 height=23 border=0 hspace=4>
  125. </td>
  126. <td width="1%" nowrap>
  127. <a href="/mainctrl/bbs/search?forum=<%= forumID %>"
  128. ><img src="/skins/bay/images/search.gif" width=56 height=23 alt="查找" border="0"
  129. ></a>
  130. </td>-->
  131. <% } else { %>
  132. <% if( forumID > -1 ) { %>
  133. <!--<td width="1%" nowrap align="center">
  134. &nbsp;
  135. <img src="/skins/bay/images/bluedot.gif" width=1 height=23 border=0>
  136. &nbsp;
  137. </td>
  138. <td width="1%" nowrap>
  139. <a href="/mainctrl/bbs/search?forum=-1"
  140. ><img src="/skins/bay/images/search.gif" width=56 height=23 alt="查找" border="0"
  141. ></a>
  142. </td>-->
  143. <% } %>
  144. <% } %>
  145. </tr>
  146. </table>