Template changes.

This commit is contained in:
Christian Williams 2010-11-09 08:35:40 -05:00
parent abd020556f
commit 196a49357b
3 changed files with 596 additions and 602 deletions

View File

@ -1,6 +1,7 @@
---
layout: default
title: "API - File Index"
jdsoc_template: allfiles.tmpl
---
{! Link.base = ""; /* all generated links will be relative to this */ !}

View File

@ -1,19 +1,13 @@
---
layout: default
title: "API - {+data.alias+}"
jdsoc_template: class.tmpl
---
{! Link.base = "../"; /* all generated links will be relative to this */ !}
<style type="text/css">
{+include("static/default.css")+}
</style>
</head>
<body>
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
{+include("static/header.html")+}
<!-- end static/header.html -->
<!-- ============================== classes index ============================ -->
<div id="index">
@ -639,5 +633,3 @@ title: "API - {+data.alias+}"
<if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
</div>
</body>
</html>

View File

@ -1,6 +1,7 @@
---
layout: default
title: "API - Index"
jdsoc_template: index.tmpl
---
<style type="text/css">