/tags/jsdoc_toolkit-2.4.0/jsdoc-toolkit/templates/jsdoc/allfiles.tmpl

http://jsdoc-toolkit.googlecode.com/ · Go Template · 56 lines · 50 code · 6 blank · 0 comment · 0 complexity · 61d2f95276789f81782d41a4802436a3 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. {! Link.base = ""; /* all generated links will be relative to this */ !}
  7. <title>JsDoc Reference - File Index</title>
  8. <meta name="generator" content="JsDoc Toolkit" />
  9. <style type="text/css">
  10. {+include("static/default.css")+}
  11. </style>
  12. </head>
  13. <body>
  14. {+include("static/header.html")+}
  15. <div id="index">
  16. {+publish.classesIndex+}
  17. </div>
  18. <div id="content">
  19. <h1 class="classTitle">File Index</h1>
  20. <for each="item" in="data">
  21. <div>
  22. <h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
  23. <if test="item.desc">{+resolveLinks(item.desc)+}</if>
  24. <dl>
  25. <if test="item.author">
  26. <dt class="heading">Author:</dt>
  27. <dd>{+item.author+}</dd>
  28. </if>
  29. <if test="item.version">
  30. <dt class="heading">Version:</dt>
  31. <dd>{+item.version+}</dd>
  32. </if>
  33. {! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !}
  34. <if test="locations.length">
  35. <dt class="heading">Location:</dt>
  36. <for each="location" in="locations">
  37. <dd><a href="{+location+}">{+location+}</a></dd>
  38. </for>
  39. </if>
  40. </dl>
  41. </div>
  42. <hr />
  43. </for>
  44. </div>
  45. <div class="fineprint" style="clear:both">
  46. <if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
  47. Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
  48. </div>
  49. </body>
  50. </html>