Sha256: 703442e44bb98b1cceb687755c7354797543e38e4c86a81a86da229e3c76f29b

Contents?: true

Size: 1.74 KB

Versions: 48

Compression:

Stored size: 1.74 KB

Contents

<div>
    <div class="page-title title-block">
        <h2>_(Edit plugin "%s") % @instance.name</h2>
        <a href="." class="manage">_(Back to plugin details)</a>
    </div>
    <div class="plugin settings">
        <form method="post">
            <fieldset>
                <div class="row">
                    <label for="name">_(Name):</label>
                    <input type="text" name="name" id="name" value="{ @instance.name }">
                </div>
            </fieldset>
            <fieldset>
                <legend>_(Settings)</legend>
                <div class="row" sp:each="@plugin.options |option_id, option|">
                    <label for="option_{ option_id }">
                        { Spider::Inflector.upcasefirst(option["name"]) }:
                    </label>
                    <input type="text" name="settings[{ option_id }]" value="{ @instance.settings[option_id] }">
                    <div class="notes" sp:if="option['notes']">
                        { option["notes"] }
                    </div>
                </div>
            </fieldset>
            
            <fieldset class="advanced-options">
                <legend>_(Advanced options)</legend>
                <div class="row">
                    <label for="poll_interval">_(Interval):</label>
                    <input type="text" name="poll_interval" id="poll_interval" value="{ @instance.poll_interval }">
                </div>
                <div class="row">
                    <label for="timeout">_(Timeout):</label>
                    <input type="text" name="timeout" id="timeout" value="{ @instance.timeout }">
                </div>
            </fieldset>
            <input type="submit" name="submit" value="_(Update)">
        </form>
    </div>
</div>

Version data entries

48 entries across 48 versions & 1 rubygems

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