You are here: System » NuSkin » NuMenuBarContents
navMenu = new QuickMenu.Menu("webnav","functions");
if ("BaseGroup".match(/AdminGroup/)) {
  navMenu.Add("Users","/Main/WikiUsers","/foswiki/pub/System/DocumentGraphics/person.png");
  navMenu.Add("Groups","/Main/WikiGroups","/foswiki/pub/System/DocumentGraphics/group.png");
  navMenu.Add();
}
navMenu.Add("Search","/System/WebSearch","/foswiki/pub/System/DocumentGraphics/searchtopic.png");
navMenu.Add("Index","/System/WebTopicList","/foswiki/pub/System/DocumentGraphics/index.png");
navMenu.Add("Site Map","/System/?template=System.SiteMapView","/foswiki/pub/System/DocumentGraphics/indexlist.png");
navMenu.Add("Changes","/System/WebChanges","/foswiki/pub/System/DocumentGraphics/changes.png");
navMenu.Add("Notifications","/System/WebNotify","/foswiki/pub/System/DocumentGraphics/notify.png");
navMenu.Add("RSS Feed","/System/WebRss","/foswiki/pub/System/DocumentGraphics/feed.png");
navMenu.Add("Preferences","/System/WebPreferences","/foswiki/pub/System/DocumentGraphics/wrench.png");
userMenu = new QuickMenu.Menu("user","functions");
userMenu.Add("Log In","/foswiki/bin/login?foswiki_origin=GET%2cview%2c/System/NuMenuBarContents","/foswiki/pub/System/DocumentGraphics/key.png");
userMenu.Add("Register","/System/UserRegistration","/foswiki/pub/System/DocumentGraphics/pencil.png");

new QuickMenu.Menu("foswiki","functions");
new QuickMenu.Menu("main","functions");

%CALC{$SET(monthold, $TIMEADD($TIME(), -30, day))$SET(count,0)}%
with (new QuickMenu.Menu("forum","webs")) {

%CALC{$IF($EXEC($GET(count) < 1), Add("Nothing new to report from the last 30 days");,)$SET(count,0)}%
}
with (new QuickMenu.Menu("blog","webs"))  { 

%CALC{$IF($EXEC($GET(count) < 1), Add("Nothing new to report from the last 30 days");,)}%
}
groupsMenu = new QuickMenu.Menu("groups","webs");

new QuickMenu.Menu("emofs","webs");
new QuickMenu.Menu("km","webs");

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 Foswiki? Send feedback
This website is using cookies. More info. That's Fine