Sha256: fd165a8e8bb1c9b6ede76d422c9efc81f67a90d188bb8345ccf0e1996013aff4

Contents?: true

Size: 1.54 KB

Versions: 6

Compression:

Stored size: 1.54 KB

Contents

<!DOCTYPE HTML>
<html>
    <tpl:asset name="bootstrap-sass" />
    <tpl:asset type="css" src="sass/admin.scss" />
    <head>
        <title>_(Administration)
              <tpl:pass sp:if="@current_app && @current_app[:module]"> - { @current_app[:module].name }</tpl:pass>
        </title>
        <tpl:output-assets type="css" />
        <tpl:output-assets type="js" />
    </head>
    <body id="spider-admin">
        <div id="header">
            <div id="header_top">
                <div id="main_title">
                    <h1>
                        _(Administration) 
                        <tpl:pass sp:if="@current_app && @current_app[:module]"> - { @current_app[:module].name }</tpl:pass>
                    </h1>
                </div>
                <div id="admin_controls">
                    <span class="welcome">_(Welcome, %s.) % @username</span> - 
                    <a class="logout_link" href="{ Spider::Admin::AdminController.http_url('login/logout') }" sp:if="!@guest">Logout</a>
                </div>
            </div>
            <div id="app_buttons" sp:if="@apps.length > 1">
                <a sp:each="@apps |app|" href="{ app[:url] }" 
                    class="app { current_app && @current_app[:module] == app[:module] ? 'active' : '' }">
                    <div>
                        <img src="{ app[:icon] }" alt="{ app[:description] }">
                        <span class="name">{ app[:name] }</span>
                    </div>
                </a>
            </div>
        </div>
        <sp:yield />
    </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spiderfw-0.6.27 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.26 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.26.pre1 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.25 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.24 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.23 apps/core/admin/views/admin.layout.shtml