Sha256: 1c7fac6858e8994df87c807fad9ea13facd7d63bca6f19ba88c798b1cd820e7c

Contents?: true

Size: 740 Bytes

Versions: 52

Compression:

Stored size: 740 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <title>_(Spider Configuration Editor)</title>
        <script sp:each='@assets[:js] |script|' type="text/javascript" src="{ script }"></script>
        <link sp:each='@assets[:css] |css_file|' rel='stylesheet' href='{ css_file }' />
    </head>
    <body>
        <div id="content">
            <div id="menu">
                <a href="{ ConfigEditor.url }/options">_(Configuration options)</a>
                <a href="{ ConfigEditor.url }/required">
                    _(Required)<span sp:if="!@required.empty?">!</span>
                </a>
            </div>
            <sp:yield />
        </div>
    </body>
</html>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
spiderfw-0.6.21 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.20 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.19 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.18 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.17 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.16 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.15 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.14 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.13 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.12 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.11 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.10 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.9 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.8 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.7 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.6 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.5 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.4 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.3 apps/config_editor/views/config_editor.layout.shtml
spiderfw-0.6.2 apps/config_editor/views/config_editor.layout.shtml