travel/admin/node_modules/JSV/jsdoc-toolkit/templates/bluelabel/index.tmpl

50 lines
1.6 KiB
Cheetah

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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>JsDoc Reference - Index</title>
<meta name="generator" content="JsDoc Toolkit" />
<link href="stylesheets/default.css" type="text/css" rel="stylesheet" media="all" />
</head>
<body id="class_index">
<div id="body_wrapper">
<div id="wrapper">
<div id="box">
<span id="blue_label"></span>
<div id="box_wrapper">
<div id="nav">
{+publish.classesIndex+}
</div>
<div id="content">
<h1>Class Index</h1>
<div id="content_wrapper">
<for each="thisClass" in="data">
<div class="module">
<h2>{+(new Link().toSymbol(thisClass.alias))+}</h2>
{+resolveLinks(summarize(thisClass.classDesc))+}
</div>
</for>
</div><!-- #content_wrapper -->
</div><!-- #content -->
<hr/>
</div><!-- #box_wrapper -->
</div><!-- #box -->
<div id="footer">
<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="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
</div><!-- #footer -->
</div><!-- #wrapper -->
</div><!-- #body_wrapper -->
</body>
</html>