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