Sha256: ff3a2e54a157e70f978c3021922d2bc24a72b0619ca9db0a183aadfb903a89fc

Contents?: true

Size: 454 Bytes

Versions: 9

Compression:

Stored size: 454 Bytes

Contents

<div class="{ @widget[:css_class] }">
    <tpl:asset type="css" src="css/admin.css" />
    <div class="heading">
	    <div class="title">
    	    <h1>{ @title }</h1>
	    </div>
	    <div class="tools">
	        Benvenuto, { @username }.
	        <a href="{ @logout_url }" sp:if="!@guest">Logout</a>
	    </div>
    </div>
    <div class="current_section">
	    <span id="label">{ @current }</span>
    </div>
    <core:switcher id="switcher" />
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spiderfw-0.5.13 apps/core/components/widgets/admin/admin.shtml
spiderfw-0.5.12 apps/core/components/widgets/admin/admin.shtml
spiderfw-0.5.11 apps/core/components/widgets/admin/admin.shtml
spiderfw-0.5.10 apps/core/components/widgets/admin/admin.shtml
spiderfw-0.5.9 apps/core/components/widgets/admin/admin.shtml
spiderfw-0.5.7 apps/core/components/widgets/admin/admin.shtml
spiderfw-0.5.6 apps/core/components/widgets/admin/admin.shtml
spiderfw-0.5.5 apps/core/components/widgets/admin/admin.shtml
spiderfw-0.5.4 apps/core/components/widgets/admin/admin.shtml