📄 topbar.jspf
字号:
<b> | </b><html:link action="showEditConstants"><fmt:message key="global.CONSTANTS"/></html:link>
<b> | </b><a style="cursor:pointer;text-decoration:underline;" onClick="changeMenu()"><fmt:message key="global.menu.FORUM"/></a>
<br><html:link action="showSendAdminMail"><nobr><fmt:message key="mails.SEND_ADMIN_MAIL"/></nobr></html:link>
</span>
</c:if>
</td>
<td>
</td>
</tr>
<tr>
<td width="400" align="right" valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="130"> </td>
<td class="b_o" colspan="2"> </td>
</tr>
<tr>
<td class="b_g"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td class="l_o_b_g" height="4"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td width="6" class="r_o"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
</tr>
<tr>
<td height="2"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td class="l_o" ><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td class="r_o" ><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
</tr>
</table>
</td>
<td class="tr_o" width="150" height="27" nowrap valign="middle">
<table cellspacing="0" cellpadding="4" border="0">
<form name="form1">
<tr>
<td><span class="caption"><fmt:message key="global.JUMPTO"/></span></td>
<td>
<select name="Quick" onChange="jumpMenu(this,0)" style="width: 198px;">
<option value="Main.do" title="<fmt:message key="forum.ROOT"/>"><fmt:message key="forum.ROOT"/></option>
<c:if test="${!empty sessionScope.JRF_GROUPS}">
<gossip:jumpoptions/>
</c:if>
</select>
</td>
<td><input class="but" type="button" name="go" onclick="jumpMenu(document.form1.Quick,0)" value="<fmt:message key="global.GO"/>"></td>
</tr>
</form>
</table>
</td>
<td>
</td>
</tr>
<tr>
<td width="400" height="5" align="right">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr><td width="130" height="6"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td class="l_o" ><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td width="6" class="r_o" height="3"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
</tr>
</table>
</td>
<td class="b_o" colspan="3"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
</tr>
</table>
</td>
<td rowspan="2" class="l_o_r_g"> </td>
</tr>
<tr>
<td colspan="3" valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="l_g_r_o" > </td>
<td> </td></tr>
<tr>
<td class="lb_g_r_o" height="4"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td width="100%" class="b_g" ><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
</tr>
<tr>
<td class="r_o" ><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td width="100%" height="8" ><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5" class="r_o"> </td>
</tr>
</table>
</td>
<td colspan="2" nowrap align="right"> <span class="txt">
<c:choose>
<c:when test="${sessionScope.JRF_USER.status==0}">
<fmt:message key="global.NOT_LOGGED"/>
</c:when>
<c:otherwise>
<fmt:message key="forum.HELLO"/>, <c:out value="${sessionScope.JRF_USER.name}"/>
</c:otherwise>
</c:choose></span> </td>
<td colspan="5" valign="top">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="400" height="6" align="right">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="130" height="6" align="center" nowrap> <span class="caption_t">
<c:choose>
<c:when test="${sessionScope.JRF_USER.status==0}">
<%if (IConst.VALUES.FALSE.equals(Configurator.getInstance().get(IConst.CONFIG.ENABLE_FORUM_SIGN_ON))) {%>
<c:set var="jrf_url"><gossip:config key="<%=IConst.CONFIG.EXT_LOGON_ACTION_URL%>"/></c:set>
<a class="control" href="<c:url value="${jrf_url}"/>"><fmt:message key="global.LOGIN"/></a> <fmt:message key="global.OR"/> <c:set var="jrf_url"><gossip:config key="<%=IConst.CONFIG.EXT_REGISTRATION_ACTION_URL%>"/></c:set><a class="control" href"<c:url value="${jrf_url}"/>"><fmt:message key="global.REGISTER"/></a>
<%}else{%>
<html:link styleClass="control" action="showLogon"><fmt:message key="global.LOGIN"/></html:link>
<%if (IConst.VALUES.TRUE.equals(Configurator.getInstance().get(IConst.CONFIG.ENABLE_FORUM_REGISTRATION))) {%>
<fmt:message key="global.OR"/> <%
if(IConst.VALUES.FALSE.equals(Configurator.getInstance().get(IConst.CONFIG.ENABLE_EMAIL_CONFIRMATION))){
pageContext.setAttribute("jrf_registration_mode","direct");
}else{
pageContext.setAttribute("jrf_registration_mode","pending");
}
%><a class="control" href="<c:url value="ShowRegistration.do">
<c:param name="dispatch" value="${pageScope.jrf_registration_mode}"/>
</c:url>" ><fmt:message key="global.REGISTER"/></a>
<%}%>
<%}%>
</c:when>
<c:otherwise>
<%if (IConst.VALUES.FALSE.equals(Configurator.getInstance().get(IConst.CONFIG.ENABLE_FORUM_SIGN_ON))) {%>
<c:set var="jrf_url"><gossip:config key="<%=IConst.CONFIG.EXT_LOGOUT_ACTION_URL%>"/></c:set>
<a class="control" href="<c:url value="${jrf_url}"/>"><fmt:message key="forum.LOGOUT"/></a>
<%}else{%>
<html:link styleClass="control" action="Logout"><fmt:message key="forum.LOGOUT"/></html:link>
<%}%>
</c:otherwise>
</c:choose>
</span>
</td>
<td class="l_o" ><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
<td width="6"><img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="1" height="1" border="0"></td>
</tr>
</table></td>
<td> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="8">
<img src="<gossip:config key="<%=IConst.CONFIG.WEB_ROOT%>"/>images/blank.gif" alt="" width="800" height="1" border="0">
</td>
</tr>
</table>
<br><br>
<%@ include file="status.jspf"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -