aboutsummaryrefslogtreecommitdiff
path: root/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl
blob: c5b72fb8932d7b4c432c7ee50b937dc362c5f5bd (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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>
    {! Link.base = ""; /* all generated links will be relative to this */ !}
		<meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" />

		<title>JsDoc Reference - File Index</title>
		<meta name="generator" content="JsDoc Toolkit" />

		<style type="text/css">
    {+include("static/reset.css")+}
    {+include("static/style.css")+}
		{+include("static/default.css")+}
    {+include("static/preludeIntro.css")+}
		</style>
	</head>

	<body class="interior">

    <!-- begin static/header.html -->
		{+include("static/header.html")+}
		<!-- end static/header.html -->

    <section id="content">

		<div id="index">
			{+publish.classesIndex+}
		</div>
		
		<div id="content">
			<h1 class="classTitle">File Index</h1>
			
			<for each="item" in="data">
			<div>
				<h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
				<if test="item.desc">{+resolveLinks(item.desc)+}</if>
				<dl>
					<if test="item.author">
						<dt class="heading">Author:</dt>
						<dd>{+item.author+}</dd>
					</if>
					<if test="item.version">
						<dt class="heading">Version:</dt>
							<dd>{+item.version+}</dd>
					</if>
					{! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !}
					<if test="locations.length">
						<dt class="heading">Location:</dt>
							<for each="location" in="locations">
							<dd><a href="{+location+}">{+location+}</a></dd>
							</for>
					</if>
				</dl>
			</div>
			<hr />
			</for>

		</div>
    </section><!-- /#content -->

		<!-- <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> -->

    <footer>
      <div class="wrap">
        <nav id="footer-nav">
          <ul>
            <li><a href="http://corp.galois.com/contact">Contact</a></li>
          </ul>
        </nav>

        <p>Copyright &copy; 2012 Galois, Inc. All rights reserved.</p>
      </div><!-- /.wrap -->
    </footer>
	</body>
</html>