%@ page import="
org.opencms.file.CmsPropertyDefinition,
org.opencms.util.CmsRequestUtil,
org.opencms.workplace.*,
org.opencms.workplace.help.*,
org.opencms.jsp.*"
%><%
CmsJspActionElement cms = new CmsJspActionElement(pageContext, request, response);
CmsFrameset wp = new CmsFrameset(cms);
int buttonStyle = wp.getSettings().getUserSettings().getWorkplaceButtonStyle();
%>
">
OpenCms Workplace Head Frame
>
<%= wp.buttonBar(CmsWorkplace.HTML_START) %>
<%= wp.buttonBarStartTab(0, 0) %>
<%= wp.buttonBarLabel(org.opencms.workplace.Messages.GUI_LABEL_PROJECT_0) %>
|
<%= wp.getPublishButton() %>
<%= wp.getPublishQueueButton() %>
<%
if (wp.showSiteSelector()) {
%><%= wp.buttonBarSeparator(5, 0) %>
<%= wp.buttonBarLabel(org.opencms.workplace.Messages.GUI_LABEL_SITE_0) %>
|
<% } %>
<%= wp.buttonBarSeparator(5, 0) %>
<%= wp.buttonBarLabel(org.opencms.workplace.Messages.GUI_LABEL_VIEW_0) %>
|
<%= wp.buttonBarSeparator(5, 0) %>
<%= wp.button("javascript:doReload()", null, "reload.png", org.opencms.workplace.Messages.GUI_BUTTON_RELOAD_0, buttonStyle) %>
<%= wp.getPreferencesButton() %>
<%
if (wp.isSyncEnabled()) {
out.println(wp.button("../commons/synchronize.jsp", "body", "folder_refresh.png", org.opencms.workplace.Messages.GUI_BUTTON_SYNCFOLDER_0, buttonStyle));
}
if (wp.isHelpEnabled()) {
out.println(wp.button("javascript:openOnlineHelp();", null, "help.png", org.opencms.workplace.Messages.GUI_BUTTON_HELP_0, buttonStyle));
}
%>
|
<%= wp.buttonBarSeparator(5, 0) %>
<%= wp.button("javascript:doLogout()", null, "logout.png", org.opencms.workplace.Messages.GUI_BUTTON_EXIT_0, buttonStyle) %>
<% if (buttonStyle != 2) {%>
|
|
<% } %>
<%= wp.buttonBar(CmsWorkplace.HTML_END) %>