Sha256: 085dd36164c8019b42e987dc6f0e88d001aa413294d000a0a6b6e653525b51a2

Contents?: true

Size: 446 Bytes

Versions: 70

Compression:

Stored size: 446 Bytes

Contents

<!DOCTYPE HTML>
<html>
	<tpl:asset type="css" src="css/error_page.css" />
    <head>
        <title>{ @error_msg }</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="header">
		</div>
        <div id="content">
            <sp:yield />
        </div>
    </div>
</div>

Version data entries

70 entries across 35 versions & 1 rubygems

Version Path
spiderfw-1.0.1 views/generic.layout.shtml
spiderfw-1.0.1 views/errors/simple.layout.shtml
spiderfw-1.0.0 views/errors/simple.layout.shtml
spiderfw-1.0.0 views/generic.layout.shtml
spiderfw-0.6.39 views/errors/simple.layout.shtml
spiderfw-0.6.39 views/generic.layout.shtml
spiderfw-0.6.38 views/generic.layout.shtml
spiderfw-0.6.38 views/errors/simple.layout.shtml
spiderfw-0.6.37 views/errors/simple.layout.shtml
spiderfw-0.6.37 views/generic.layout.shtml
spiderfw-0.6.35 views/errors/simple.layout.shtml
spiderfw-0.6.35 views/generic.layout.shtml
spiderfw-0.6.34 views/errors/simple.layout.shtml
spiderfw-0.6.34 views/generic.layout.shtml
spiderfw-0.6.33 views/generic.layout.shtml
spiderfw-0.6.33 views/errors/simple.layout.shtml
spiderfw-0.6.32 views/errors/simple.layout.shtml
spiderfw-0.6.32 views/generic.layout.shtml
spiderfw-0.6.31 views/errors/simple.layout.shtml
spiderfw-0.6.31 views/generic.layout.shtml