Sha256: 76a7ab5a8d1120a6aaf963d280c50f3925316a457cc18153eb30b0f51d92db18

Contents?: true

Size: 1.62 KB

Versions: 8

Compression:

Stored size: 1.62 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" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    </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_s_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

8 entries across 8 versions & 1 rubygems

Version Path
spiderfw-0.6.38 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.37 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.35 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.34 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.33 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.32 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.31 apps/core/admin/views/admin.layout.shtml
spiderfw-0.6.30 apps/core/admin/views/admin.layout.shtml