%PDF- %PDF-
Direktori : /proc/985914/root/data/old/home/stash/stash/atlassian-stash/static/layout/admin/ |
Current File : //proc/985914/root/data/old/home/stash/stash/atlassian-stash/static/layout/admin/admin.soy |
{namespace stash.layout} /** * @param? activeTab * @param? pageBottomContent Additional content at the bottom of the page, below the page footer. * @param? windowTitle Text for the TITLE element. * * data passed through to stash.layout.entity * @param content Main page content inserted inside the #content section */ {template .admin} {webResourceManager_requireResourcesForContext('stash.layout.admin')} {call stash.layout.entity} {param windowTitle: $windowTitle ? $windowTitle : getText('stash.web.admin.window.title') /} {param entityName: getText('stash.web.admin.heading') /} {param bodyClass: 'admin' /} {param useAdminContext: true /} {param isVerticalNav: true /} {param entityNav: getWebFragments('atl.admin.nav', 'atl.admin') /} {param activeHeaderNav: 'administration-menu' /} {param activeNav: $activeTab ? $activeTab : 'admin-plugins-section' /} {param actionWebItems: getWebItems('stash.admin.header.actions') /} {param entityHeaderRightItemsContent} {foreach $webItem in getWebItems('stash.admin.header.actions.right')} {call stash.widget.webItemButton data="$webItem" /} {/foreach} {foreach $webPanel in getWebPanels('stash.admin.header.actions.right')} {$webPanel|noAutoescape} {/foreach} {/param} {param content: $content /} {param pageBottomContent} <script>require('layout/admin').onReady();</script> {if $pageBottomContent} {$pageBottomContent|noAutoescape} {/if} {/param} {/call} {/template}