Help: Admin Console Template Variables
For more help, visit the WebGUI Community Wiki.
- formHeader
- HTML code to start a form.
- application.workarea
- The rendered application screen.
- application.title
- The title of the application.
- application.icon
- The URL to this application's icon.
- application.canUse
- A boolean that will be true if the current user can use this application, based on group privileges and uiLevel.
- application.url
- The URL to this screen.
- application_loop
- A loop containing all admin applications.
- title
- The title of the application.
- url
- The URL to this screen.
- canUse
- A boolean that will be true if the current user can use this application, based on group privileges and uiLevel.
- icon
- The URL to this application's icon.
- icon.small
- The URL to this application's icon, the small version.
- backtosite.label
- An internationalized label for the link that returns the user back to the website from the Admin Console.
- backtosite.url
- The URL for the link to take the user back to the website, from the Admin Console.
- toggle.on.label
- An internationalized label for the link that displays the Admin console.
- toggle.off.label
- An internationalized label for the link that hides the Admin console.
- console.title
- The admin console's title.
- console.icon
- The admin console's icon.
- console.canUse
- A boolean that will be true if the current user can use the admin console, based on group privileges and uiLevel.
- console.url
- The URL to the admin console.
- help.url
- The URL to view the help associated with this application, if any.
- submenu_loop
- A loop contains a set of links for the submenu panel.
- label
- A label for the link.
- url
- The URL for the link.
- extras
- Any extra parameters for the link, like javascript for a confirmation.
- versionTags
- A loop containing information about open version tags.
- title
- The title of this version tag.
- url
- If this version tag is the current tag for the user, then this link will be to commit the tag. Otherwise, it will be to make this tag the current tag for the user.
- icon
- If this tag is the current tag for the user, this will contain the URL to a small version of the version tags admin console icon.
- formFooter
- HTML code to end a form.
Admin Console