<% switch (devTools.mode) { %>
<% case 'zenarioAB': %>
The TUIX shown below describes the Admin Box with the path
{{devTools.path|escape}}
<% break; %>
<% case 'zenarioAT': %>
The TUIX shown below describes the Admin Toolbar
<% break; %>
<% case 'zenarioO': %>
<% if (devTools.orgMap) { %>
The TUIX shown below describes Organizer's map. This contains
basic information on all of the navigation and panels in Organizer
<% } else { %>
The TUIX shown below describes the Panel with the path
{{devTools.path|escape}}
<% } %>
<% break; %>
<% case 'zenarioSlot': %>
The TUIX shown below describes the Slot Controls for
{{window.opener.zenarioSlot.slotName|escape}}
<% break; %>
<% default: %>
The TUIX shown below describes the Front-End Administration plugin
with the path {{devTools.path|escape}}
<% break; %>
<% } %>