initial import
[roojs1] / buildSDK / doc_templates / allfiles.tmpl
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                 
10                 <style type="text/css">
11                 {+includeStatic("static/default.css")+}
12                 </style>
13         </head>
14         
15         <body>
16                 {+includeStatic("static/header.html")+}
17                 
18                 <div id="index">
19                         {+JSDOC.publish.classesIndex+}
20                 </div>
21                 
22                 <div id="content">
23                         <h1 class="classTitle">File Index</h1>
24                         
25                         <for each="item" in="data">
26                         <div>
27                                 <h2>{+new Link().toSrc(item.alias)+}</h2>
28                                 <if test="item.desc">{+resolveLinks(summarize(item.desc))+}</if>
29                                 <dl>
30                                         <if test="item.author">
31                                                 <dt class="heading">Author:</dt>
32                                                 <dd>{+item.author+}</dd>
33                                         </if>
34                                         <if test="item.version">
35                                                 <dt class="heading">Version:</dt>
36                                                         <dd>{+item.version+}</dd>
37                                         </if>
38                                 </dl>
39                         </div>
40                         <hr />
41                         </for>
42                         
43                 </div>
44                 <div class="fineprint" style="clear:both">
45                         <if test="JSDOC.opt.D.hasOwnProperty('copyright')">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
46                         Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
47                 </div>
48         </body>
49 </html>