Sha256: cb422e89c5d667d3e0237a7a471986cc70e71baffa570ecb16c34c8e63ace2ea

Contents?: true

Size: 719 Bytes

Versions: 52

Compression:

Stored size: 719 Bytes

Contents

<div>
    <div>
        <a sp:if="!@parts.empty?" href="{ ConfigEditor.url }/options">_(Start)</a>
        <tpl:pass sp:each="@parts |part|">
            <a href="{ ConfigEditor.url }/options{ part }">{ part.split('/').last }</a>
        </tpl:pass>
    </div>
    <form action='' method="post">
        <div sp:if="@multiple">
            Multiple (fixme)
        </div>
        <ul>
            <li sp:each="@subconfs |key|">
                <a href="{ ConfigEditor.url }/options/{ @prefix }{ key }">{ key }</a>
            </li>
        </ul>
        <ul>        
            <li sp:each="@options |key, option|">
                <sp:run obj="@edit_widgets[key]" />
            </li>
        </ul>
    </form>
</div>

Version data entries

52 entries across 52 versions & 1 rubygems

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