Sha256: 80350cceace43faeea67f28795fdc3a9f3a3ce257d0648407ac12a58597b33f9

Contents?: true

Size: 442 Bytes

Versions: 4

Compression:

Stored size: 442 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <title>Spider Master</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">
            <sp:yield />
        </div>
    </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spiderfw-0.5.13 apps/master/views/master.layout.shtml
spiderfw-0.5.12 apps/master/views/master.layout.shtml
spiderfw-0.5.11 apps/master/views/master.layout.shtml
spiderfw-0.5.10 apps/master/views/master.layout.shtml