/tags/jsdoc_toolkit-2.0.1/jsdoc-toolkit/templates/jsdoc/index.tmpl

http://jsdoc-toolkit.googlecode.com/ · Go Template · 39 lines · 32 code · 7 blank · 0 comment · 0 complexity · ce88b28ab2dc2d99ab7eff293cc17ab5 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}"" />
  6. <title>JsDoc Reference - Index</title>
  7. <meta name="generator" content="JsDoc Toolkit" />
  8. <style type="text/css">
  9. {+include("static/default.css")+}
  10. </style>
  11. </head>
  12. <body>
  13. {+include("static/header.html")+}
  14. <div id="index">
  15. {+publish.classesIndex+}
  16. </div>
  17. <div id="content">
  18. <h1 class="classTitle">Class Index</h1>
  19. <for each="thisClass" in="data">
  20. <div>
  21. <h2>{+(new Link().toSymbol(thisClass.alias))+}</h2>
  22. {+resolveLinks(summarize(thisClass.classDesc))+}
  23. </div>
  24. <hr />
  25. </for>
  26. </div>
  27. <div class="fineprint" style="clear:both">
  28. <if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
  29. Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
  30. </div>
  31. </body>
  32. </html>