aff1f2c285350e6af50bbf5d081e2032ccbfdc14
[roojs1] / buildSDK / doc_templates / allfiles.html
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={+Options.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="Options.copyright">&copy;{+Options.copyright+}<br /></if>
46                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspeciton Doc Generator</a> {+Options.version+} on {+new Date()+}
47                         Based on 
48                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> on {+new Date()+}
49                 </div>
50         </body>
51 </html>