Sha256: 059148bc048d77ef99e0781d3a8b7022edd8112fba57d93adf5a8f60f0f343ac

Contents?: true

Size: 526 Bytes

Versions: 36

Compression:

Stored size: 526 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) % @server.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

36 entries across 36 versions & 1 rubygems

Version Path
spiderfw-1.0.1 apps/master/views/site_edit.shtml
spiderfw-1.0.0 apps/master/views/site_edit.shtml
spiderfw-0.6.39 apps/master/views/site_edit.shtml
spiderfw-0.6.38 apps/master/views/site_edit.shtml
spiderfw-0.6.37 apps/master/views/site_edit.shtml
spiderfw-0.6.35 apps/master/views/site_edit.shtml
spiderfw-0.6.34 apps/master/views/site_edit.shtml
spiderfw-0.6.33 apps/master/views/site_edit.shtml
spiderfw-0.6.32 apps/master/views/site_edit.shtml
spiderfw-0.6.31 apps/master/views/site_edit.shtml
spiderfw-0.6.30 apps/master/views/site_edit.shtml
spiderfw-0.6.29 apps/master/views/site_edit.shtml
spiderfw-0.6.28 apps/master/views/site_edit.shtml
spiderfw-0.6.27 apps/master/views/site_edit.shtml
spiderfw-0.6.26 apps/master/views/site_edit.shtml
spiderfw-0.6.26.pre1 apps/master/views/site_edit.shtml
spiderfw-0.6.25 apps/master/views/site_edit.shtml
spiderfw-0.6.24 apps/master/views/site_edit.shtml
spiderfw-0.6.23 apps/master/views/site_edit.shtml
spiderfw-0.6.22 apps/master/views/site_edit.shtml