Sha256: ee142eb2b7d6b830e45ad75dc237d231be7f8aeda46b93ba13ec2cb764298487

Contents?: true

Size: 527 Bytes

Versions: 12

Compression:

Stored size: 527 Bytes

Contents

<div class="site-edit">
    <div class="page-title title-block">
        <h2 sp:if="@site && @site.id">_(Edit Site %s) % @site.name</h2>
        <h2 sp:if="!@site || !@site.id">_(Create new Site for %s) % @servant.name</h2>
    </div>
    <div sp:if="!@site_type">
        _(Choose site type):
        <ul>
            <li sp:each="Spider::Master.site_types |type|">
                <a href="?type={ type.id }">{ type.name }</a>
            </li>
        </ul>
    </div>
    <div sp:if="@site_type">
        
    </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spiderfw-0.6.5 apps/master/views/site_edit.shtml
spiderfw-0.6.4 apps/master/views/site_edit.shtml
spiderfw-0.6.3 apps/master/views/site_edit.shtml
spiderfw-0.6.2 apps/master/views/site_edit.shtml
spiderfw-0.6.1 apps/master/views/site_edit.shtml
spiderfw-0.6.0 apps/master/views/site_edit.shtml
spiderfw-0.5.19 apps/master/views/site_edit.shtml
spiderfw-0.5.18 apps/master/views/site_edit.shtml
spiderfw-0.5.17 apps/master/views/site_edit.shtml
spiderfw-0.5.16 apps/master/views/site_edit.shtml
spiderfw-0.5.15 apps/master/views/site_edit.shtml
spiderfw-0.5.14 apps/master/views/site_edit.shtml