authMenu = new QuickMenu.Menu(menuBar,"","","/pub/System/DocumentGraphics/person.png","User Authentication"); authMenu.Add("Log In","/bin/login?foswiki_origin=GET%2cview%2c/bin/view/System/QuickMenuBar","/pub/System/DocumentGraphics/key.png"); authMenu.Add("Register","/bin/view/System/UserRegistration","/pub/System/DocumentGraphics/pencil.png"); websMenu = new QuickMenu.Menu(menuBar,"Webs","","","List of Webs"); websMenu.Add("Assessment","/bin/view/Assessment/WebHome","/pub/System/DocumentGraphics/web-bg.png"); websMenu.Items[websMenu.Items.length - 1].Icon.style.background="#d0d0d0"; websMenu.Add("CenterForComputing","/bin/view/CenterForComputing/WebHome","/pub/System/DocumentGraphics/web-bg.png"); websMenu.Items[websMenu.Items.length - 1].Icon.style.background="#d0d0d0"; websMenu.Add("ChatGPT","/bin/view/ChatGPT/WebHome","/pub/System/DocumentGraphics/web-bg.png"); websMenu.Items[websMenu.Items.length - 1].Icon.style.background="#d0d0d0"; websMenu.Add("Main","/bin/view/Main/WebHome","/pub/System/DocumentGraphics/web-bg.png"); websMenu.Items[websMenu.Items.length - 1].Icon.style.background="#FFEFA6"; websMenu.Add("Sandbox","/bin/view/Sandbox/WebHome","/pub/System/DocumentGraphics/web-bg.png"); websMenu.Items[websMenu.Items.length - 1].Icon.style.background="#B9DAFF"; websMenu.Add("System","/bin/view/System/WebHome","/pub/System/DocumentGraphics/web-bg.png"); websMenu.Items[websMenu.Items.length - 1].Icon.style.background="#B9DAFF"; websMenu.Add("TWiki","/bin/view/TWiki/WebHome","/pub/System/DocumentGraphics/web-bg.png"); websMenu.Items[websMenu.Items.length - 1].Icon.style.background="#FFD8AA"; utilMenu = new QuickMenu.Menu(menuBar,"Utilities","","","Utilities available for this Web"); if ("BaseGroup".match(/AdminGroup/)) { utilMenu.Add("Users","/bin/view/Main/WikiUsers","/pub/System/DocumentGraphics/person.png"); utilMenu.Add("Groups","/bin/view/Main/WikiGroups","/pub/System/DocumentGraphics/group.png"); utilMenu.Add(); } utilMenu.Add("Search","/bin/view/System/WebSearch","/pub/System/DocumentGraphics/searchtopic.png"); utilMenu.Add("Index","/bin/view/System/WebTopicList","/pub/System/DocumentGraphics/index.png"); utilMenu.Add("Changes","/bin/view/System/WebChanges","/pub/System/DocumentGraphics/changes.png"); utilMenu.Add("Notifications","/bin/view/System/WebNotify","/pub/System/DocumentGraphics/notify.png"); utilMenu.Add("Statistics","/bin/view/System/WebStatistics","/pub/System/DocumentGraphics/statistics.png"); utilMenu.Add("Preferences","/bin/view/System/WebPreferences","/pub/System/DocumentGraphics/wrench.png");