%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/data/old/home/stash/stash/atlassian-stash/static/layout/users/account/
Upload File :
Create Path :
Current File : //proc/self/root/data/old/home/stash/stash/atlassian-stash/static/layout/users/account/account.soy

{namespace stash.layout.users}

/**
 * @param user
 * @param activeNav
 * @param? windowTitle Text for the TITLE element.
 * @param? entityName
 *
 * data passed through to stash.layout.entity
 * @param content Main page content inserted inside the #content section
 * @param? dataAttributes Data attributes for main content section
 * @param? headContent Content inserted inside HEAD after TITLE.
 * @param? pageBottomContent Additional content at the bottom of the page, below the page footer.
 */
{template .account}
{webResourceManager_requireResourcesForContext('stash.layout.user.account')}
{call stash.layout.entity}
    {{param windowTitle: $windowTitle ? $windowTitle : getText('stash.web.user.account.title', $user.displayName) /}}
    {param entityName: $entityName ? $entityName : getText('stash.web.user.account.entity') /}
    {param pageType: 'hybrid' /}
    {param entityHeaderRightItemsContent}
        {foreach $webPanel in getWebPanels('stash.user.account.header', [ 'accountUser' : $user ])}
            {$webPanel|noAutoescape}
        {/foreach}
    {/param}
    {param panelClass: 'user-account' /}
    {param dataAttributes: $dataAttributes /}
    {param headContent: $headContent /}
    {param headerImageContent}
        {call stash.widget.avatar}
            {param size: 'medium'/}
            {param person: $user/}
        {/call}
    {/param}
    {param entityContext: [ 'accountUser' : $user ] /}
    {param panelNavContent}
        {call widget.aui.webItemNavigation}
            {param webItems: getWebItems('stash.user.account.nav', [ 'accountUser' : $user ]) /}
            {param activeNavItem: $activeNav /}
            {param isVertical: true /}
            {param context: [ 'accountUser' : $user ] /}
        {/call}
    {/param}
    {param content}
        {$content|noAutoescape}
    {/param}
    {param pageBottomContent}
        {if $pageBottomContent}{$pageBottomContent|noAutoescape}{/if}
    {/param}
{/call}
{/template}

Zerion Mini Shell 1.0