PatternSkin theme: Foswiki "Fat Willy" Site Skin - Navigation
Include main navigation with:
%INCLUDE{"%SYSTEMWEB%.PatternSkinThemeFatWillyNavigation" section="main"}%
This is done automatically in the templates by setting in the
SitePreferences:
Include meta navigation with:
%INCLUDE{"PatternSkinThemeFatWillyNavigation" section="meta"}%
Include sections
%STARTSECTION{"main"}%<div id="patternTopBarButtons" class="clear"><ul>
%INCLUDE{
"%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
ID="" DESTWEB="Main" DESTTOPIC="%HOMETOPIC%" LABEL="Home"
}%
%INCLUDE{
"%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
ID="" DESTWEB="Termine" DESTTOPIC="%HOMETOPIC%" LABEL="Termine"
}%
%INCLUDE{
"%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
ID="" DESTWEB="Training" DESTTOPIC="%HOMETOPIC%" LABEL="Training"
}%
<!-- %INCLUDE{
"%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
ID="" DESTWEB="Kyusho" DESTTOPIC="%HOMETOPIC%" LABEL="Kyusho"
}% -->
%INCLUDE{
"%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
ID="" DESTWEB="UeberUns" DESTTOPIC="%HOMETOPIC%" LABEL="Über uns"
}%
%INCLUDE{
"%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
ID="" DESTWEB="Berichte" DESTTOPIC="%HOMETOPIC%" LABEL="Berichte"
}%
</ul></div>%ENDSECTION{"main"}%
%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%.%WIKIUSERSTOPIC%][Users]]</li></ul></div>%ENDSECTION{"meta"}%