aboutsummaryrefslogtreecommitdiff
path: root/tools/jsdoc-toolkit-2.4.0/templates/fiveui/index.tmpl
blob: e6066a783e8a24637901ec20b797c3df8032c77c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" />
		
		<title>FiveUI Prelude Reference</title>
		<meta name="generator" content="JsDoc Toolkit" />
		
		<style type="text/css">
		{+include("static/default.css")+}
                {+include("static/preludeIntro.css")+}
		</style>
	</head>
	<body>
		{+include("static/header.html")+}

		<div id="index">
			{+publish.classesIndex+}
		</div>

		<div id="content">
                  {+include("static/preludeIntro.html")+}
		    <!-- <h1 class="classTitle">Class Index</h1> -->
		    <!-- <for each="thisClass" in="data"> -->
		    <!--   <div> -->
		    <!--     <h2>{+(new Link().toSymbol(thisClass.alias))+}</h2> -->
		    <!--     {+resolveLinks(summarize(thisClass.classDesc))+} -->
		    <!--   </div> -->
		    <!--   <hr /> -->
		    <!-- </for> -->
		</div>
		<div class="fineprint" style="clear:both">
			<if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
			Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
		</div>
	</body>
</html>