Sha256: f22fd1fcaa31ce007afcc3baee08dfb6c9d4145aeba9810d2fae055531d12924

Contents?: true

Size: 1.48 KB

Versions: 16

Compression:

Stored size: 1.48 KB

Contents

<div>
    <div class="actions">
        <a href="{ Master.url }/customers/{ @customer.id }">_(Back to customer)</a>
    </div>
    <div sp:if="!@installation">
        <h3>_(New installation for %s) % @customer.name</h3>
        <form action="" method="POST">
            <div class="row">
                <label for="installation_name">_(Name):</label>
                <input type="text" name="installation_name" id="installation_name">
                <input type="submit" name="installation_create" value="Ok">
            </div>
        </form>
    </div>
    <div sp:if="@installation">
        <h3 sp:if="@installation">_(Installation "%s" for %s) % [@installation.name, @customer.name] </h3>
        <core:tabs id="install_tabs">
            <tab id="edit" label="_(Edit installation)">
                <div class="apps">
                    <h4>_(Apps)</h4>
                    <form action="" method="POST">
                        <ul>
                            <li sp:each="@apps |app|">
                                <input type="checkbox" name="apps[{ app.app_id }]" value="true" sp:attr-if="@install_apps.include?(app.app_id),checked">
                                { app.name }
                            </li>
                        </ul>
                        <input type="submit" name="save_apps" value="_(Save)">
                    </form>
                </div>
            </tab>
            <tab id="targets" label="_(Targets)">
            </tab>
        </core:tabs>
    </div>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
spiderfw-0.6.5 apps/master/views/installation.shtml
spiderfw-0.6.4 apps/master/views/installation.shtml
spiderfw-0.6.3 apps/master/views/installation.shtml
spiderfw-0.6.2 apps/master/views/installation.shtml
spiderfw-0.6.1 apps/master/views/installation.shtml
spiderfw-0.6.0 apps/master/views/installation.shtml
spiderfw-0.5.19 apps/master/views/installation.shtml
spiderfw-0.5.18 apps/master/views/installation.shtml
spiderfw-0.5.17 apps/master/views/installation.shtml
spiderfw-0.5.16 apps/master/views/installation.shtml
spiderfw-0.5.15 apps/master/views/installation.shtml
spiderfw-0.5.14 apps/master/views/installation.shtml
spiderfw-0.5.13 apps/master/views/installation.shtml
spiderfw-0.5.12 apps/master/views/installation.shtml
spiderfw-0.5.11 apps/master/views/installation.shtml
spiderfw-0.5.10 apps/master/views/installation.shtml