aboutsummaryrefslogtreecommitdiff
path: root/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl')
-rw-r--r--tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl45
1 files changed, 34 insertions, 11 deletions
diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl
index 4c7de1c..c5b72fb 100644
--- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl
+++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl
@@ -2,19 +2,28 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+ {! Link.base = ""; /* all generated links will be relative to this */ !}
<meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" />
- {! Link.base = ""; /* all generated links will be relative to this */ !}
+
<title>JsDoc Reference - File Index</title>
<meta name="generator" content="JsDoc Toolkit" />
-
+
<style type="text/css">
+ {+include("static/reset.css")+}
+ {+include("static/style.css")+}
{+include("static/default.css")+}
+ {+include("static/preludeIntro.css")+}
</style>
</head>
-
- <body>
+
+ <body class="interior">
+
+ <!-- begin static/header.html -->
{+include("static/header.html")+}
-
+ <!-- end static/header.html -->
+
+ <section id="content">
+
<div id="index">
{+publish.classesIndex+}
</div>
@@ -46,11 +55,25 @@
</div>
<hr />
</for>
-
- </div>
- <div class="fineprint" style="clear:both">
- <if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
- Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
+
</div>
+ </section><!-- /#content -->
+
+ <!-- <div class="fineprint" style="clear:both"> -->
+ <!-- <if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if> -->
+ <!-- Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+} -->
+ <!-- </div> -->
+
+ <footer>
+ <div class="wrap">
+ <nav id="footer-nav">
+ <ul>
+ <li><a href="http://corp.galois.com/contact">Contact</a></li>
+ </ul>
+ </nav>
+
+ <p>Copyright &copy; 2012 Galois, Inc. All rights reserved.</p>
+ </div><!-- /.wrap -->
+ </footer>
</body>
-</html> \ No newline at end of file
+</html>