blob: 716d8ec80834866d58f5ce56f35ecbd9e2fd006a [file] [log] [blame]
<%--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--%>
<%@ taglib uri="http://jspwiki.apache.org/tags" prefix="wiki" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ page import="javax.servlet.jsp.jstl.fmt.*" %>
<%@ page import="org.apache.wiki.api.core.*" %>
<%@ page import="org.apache.wiki.api.Release" %>
<fmt:setLocale value="${prefs.Language}" />
<fmt:setBundle basename="templates.default"/>
<div id="favorites">
<wiki:Include page="UserBox.jsp" />
<div id="hiddenmorepopup">
<ul id="morepopup">
<wiki:CheckRequestContext context='view|info|diff|upload'>
<wiki:PageExists>
<wiki:Permission permission="comment">
<wiki:PageType type="page">
<li><a class="action comment"
href="<wiki:CommentLink format='url' />"
title="<fmt:message key='actions.comment.title' />"><fmt:message key="actions.comment" />
</a></li>
</wiki:PageType>
<wiki:PageType type="attachment">
<li><a class="action comment"
href="<wiki:BaseURL/>Comment.jsp?page=<wiki:ParentPageName />"
title="<fmt:message key='actions.comment.title' />"><fmt:message key="actions.comment" />
</a></li>
</wiki:PageType>
</wiki:Permission>
</wiki:PageExists>
</wiki:CheckRequestContext>
<wiki:PageExists>
<wiki:CheckRequestContext context='view|info|diff|upload|edit|comment|preview' >
<li>
<wiki:CheckVersion mode="latest">
<a class="action rawpage wikipage"
href="<wiki:Link format='url'><wiki:Param name='skin' value='raw'/></wiki:Link>"
title="<fmt:message key='actions.rawpage.title' />"><fmt:message key='actions.rawpage' />
</a>
</wiki:CheckVersion>
<wiki:CheckVersion mode="notlatest">
<a class="action rawpage wikipage"
href="<wiki:Link format='url' version='${param.version}'><wiki:Param name='skin' value='raw'/></wiki:Link>"
title="<fmt:message key='actions.rawpage.title' />"><fmt:message key='actions.rawpage' />
</a>
</wiki:CheckVersion>
</li>
</wiki:CheckRequestContext>
</wiki:PageExists>
<wiki:CheckRequestContext context='!workflow'>
<wiki:UserCheck status="authenticated">
<li><a class="action workflow"
href="<wiki:Link jsp='Workflow.jsp' format='url' />"
title="<fmt:message key='actions.workflow.title' />"><fmt:message key='actions.workflow' />
</a></li>
</wiki:UserCheck>
</wiki:CheckRequestContext>
<wiki:Permission permission="createGroups">
<li><a class="action creategroup"
href="<wiki:Link jsp='NewGroup.jsp' format='url' />"
title="<fmt:message key='actions.creategroup.title' />"><fmt:message key='actions.creategroup' />
</a></li>
</wiki:Permission>
<li class='separator'>
<div id="moremenu" ><wiki:InsertPage page="MoreMenu" /></div>
</li>
</ul>
</div>
<wiki:CheckRequestContext context='!login'>
<wiki:UserCheck status="known">
<wiki:Translate>[{If page='{$username}Favorites' exists='true'
%%collapsebox-closed
! [My Favorites|{$username}Favorites]
[{InsertPage page='{$username}Favorites' }]
%% }]
</wiki:Translate>
</wiki:UserCheck>
<wiki:Permission permission="view">
<%-- LeftMenu is automatically generated from a Wiki page called "LeftMenu" --%>
<div class="leftmenu">
<wiki:InsertPage page="LeftMenu" />
<wiki:NoSuchPage page="LeftMenu">
<div class="error">
<wiki:EditLink page="LeftMenu">
<fmt:message key="fav.nomenu"><fmt:param>LeftMenu</fmt:param></fmt:message>
</wiki:EditLink>
</div>
</wiki:NoSuchPage>
</div>
<div class="leftmenufooter">
<wiki:InsertPage page="LeftMenuFooter" />
<wiki:NoSuchPage page="LeftMenuFooter">
<div class="error">
<wiki:EditLink page="LeftMenuFooter">
<fmt:message key="fav.nomenu"><fmt:param>LeftMenuFooter</fmt:param></fmt:message>
</wiki:EditLink>
</div>
</wiki:NoSuchPage>
</div>
</wiki:Permission>
</wiki:CheckRequestContext>
<div class="wikiversion"><%=Release.APPNAME%> v<%=Release.getVersionString()%>
<span class="rssfeed">
<wiki:RSSImageLink title='<%=LocaleSupport.getLocalizedMessage(pageContext,"fav.aggregatewiki.title")%>' />
</span>
</div>
</div>