As of 11 Oct 2025, the Performance Measurement Network has been upgraded. If you experience any problems with the site, please report them to Wiki Webmaster.
Go to Joint Commission

PatternSkin theme: Foswiki "Fat Willy" Site Skin - Navigation

26 August 2025 - 17:41 | Version 1 |

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

<div id="patternTopBarButtons" class="clear"><ul>
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="About" DESTTOPIC="%HOMETOPIC%" LABEL="About"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="Blog" DESTTOPIC="%HOMETOPIC%" LABEL="Blog"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="Extensions" DESTTOPIC="%HOMETOPIC%" LABEL="Extensions"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="%SYSTEMWEB%" DESTTOPIC="%HOMETOPIC%" LABEL="Documentation"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="Community" DESTTOPIC="%HOMETOPIC%" LABEL="Community"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="Development" DESTTOPIC="%HOMETOPIC%" LABEL="Development"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="Tasks" DESTTOPIC="%HOMETOPIC%" LABEL="Tasks"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="Download" DESTTOPIC="%HOMETOPIC%" LABEL="Download"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation" section="topbarbutton"
    ID="" DESTWEB="Support" DESTTOPIC="%HOMETOPIC%" LABEL="Support"
}%
</ul></div>

<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>[[%HOMEWEB%.%WIKIUSERSTOPIC%][Users]]</li></ul></div>

This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Performance Measurement Network? Send feedback
This website is using cookies. More info. That's Fine