aboutsummaryrefslogtreecommitdiff
path: root/tools/jsdoc-toolkit-2.4.0/templates/fiveui/index.tmpl
blob: 8af9fe24eb45f93095a90d4d293fb66dd847a93d (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
<!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")+} -->
    {+include("static/reset.css")+}
    {+include("static/style.css")+}
		</style>
	</head>
	<body class="interior">
    <header>
      <div class="wrap">
        <a href="http://galoisinc.github.com/FiveUI" id="logo" title="Galois Open Source"><img src="images/logo.png" alt="Galois" /></a>
        <h2>Open Source</h2>
        <nav id="primary">
          <ul>
            <li><a href="http://galois.com">Company website</a></li>
            <li><a href="https://github.com/GaloisInc/">Github home</a></li>
          </ul>
        </nav><!-- /#primary -->
      </div><!-- /.wrap -->
    </header
       <section id="content">

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

		     <div class="wrap" 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><!-- /.wrap -->
    </section><!-- /#content -->

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