PatternSkin theme: Foswiki "Fat Willy" Site Skin - Navigation modified for FC2WG Web
Include main navigation with:
%INCLUDE{"HorizontalNavigation" section="main"}%
Include meta navigation with:
%INCLUDE{"HorizontalNavigation" section="meta"}%
Include sections
%STARTSECTION{"main"}%<div id="patternTopBarButtons"><ul>
%INCLUDE{
"%TOPIC%"
section="topbarbutton"
ID=""
DESTWEB="%WEB%"
DESTTOPIC="WebHome"
LABEL="Home"
}%
%INCLUDE{
"%TOPIC%"
section="topbarbutton"
ID=""
DESTWEB="%WEB%"
DESTTOPIC="FairC2WGMinutes"
LABEL="Minutes"
}%
<!--<li><a href="https://indico.gsi.de/categoryDisplay.py?categId=14" target="_blank">Indico</a></li>-->
%INCLUDE{
"%TOPIC%"
section="topbarbutton"
ID="menu3" DESTWEB="%WEB%"
DESTTOPIC="FairC2WGNextAgenda"
LABEL="Next Agenda"
}%
%INCLUDE{
"%TOPIC%"
section="topbarbutton"
ID="menu4"
DESTWEB="%WEB%/HardwareCommissioning"
DESTTOPIC="WebHome"
LABEL="Dry-Runs"
}%
%INCLUDE{
"%TOPIC%"
section="topbarbutton"
ID="menu5"
DESTWEB="%WEB%/BeamCommissioning"
DESTTOPIC="WebHome"
LABEL="Commissioning Procedures"
}%
%INCLUDE{
"%TOPIC%"
section="topbarbutton"
ID=""
DESTWEB="%WEB%"
DESTTOPIC="FairControlTopics"
LABEL="Control Topics"
}%
%INCLUDE{
"%TOPIC%"
section="topbarbutton"
ID=""
DESTWEB="%WEB%"
DESTTOPIC="FairC2WGAdmin"
LABEL="Admin"
}%
</ul><br class="foswikiClear" /></div>%ENDSECTION{"main"}%
%STARTSECTION{"topbarbutton"}%<li%IF{
"'$ID' and '%ID%'!=''"
then=" id=\"%ID%\""}%>
<a href="%SCRIPTURL{"view"}%/%DESTWEB%/%DESTTOPIC%" class="%IF{
"'%DESTWEB%'='%WEB%'"
then="active"
else="inactive"
}%">%LABEL%</a></li>%ENDSECTION{"topbarbutton"}%
%STARTSECTION{"meta"}%<div id="foswikisiteUserBar"><ul>%IF{
"context authenticated"
then='<li>%MAKETEXT{
"Hello [_1]"
args="[[%WIKIUSERNAME%][%SPACEOUT{%WIKINAME%}%]]"
}%</li>'
}%%IF{
"$ LOGOUT != ''"
then='<li>%LOGOUT%</li>'
}%%IF{
"$ LOGIN != '' and not context authenticated"
then='<li>Hello [[%WIKIUSERNAME%][%WIKINAME%]]</li>
<li>%LOGIN% %IF{
"context registration_supported AND context registration_enabled"
then="%MAKETEXT{"or"}% [[%SYSTEMWEB%.UserRegistration][%MAKETEXT{"Register"}%]]"
}%</li>'
}%<li>[[%USERSWEB%.WikiUsers][Users]]</li></ul></div>%ENDSECTION{"meta"}%