initial import didn't include codeview template; adding it
This commit is contained in:
40
jsdoc_toolkit-2.3.3-beta/templates/codeview/index.tmpl
Normal file
40
jsdoc_toolkit-2.3.3-beta/templates/codeview/index.tmpl
Normal file
@@ -0,0 +1,40 @@
|
||||
<!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>JsDoc Reference - Index</title>
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<link href="css/default.css" type="text/css" rel="stylesheet" media="all" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{+include("static/header.html")+}
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
{+publish.classesIndex+}
|
||||
</div>
|
||||
|
||||
<div class="fineprint" style="clear:both">
|
||||
<if test="JSDOC.opt.D.copyright">©{+JSDOC.opt.D.copyright+}<br /></if>
|
||||
Generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}<br />
|
||||
HTML template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<h1 class="classTitle">Class Index</h1>
|
||||
|
||||
<ul>
|
||||
<for each="thisClass" in="data">
|
||||
<li>
|
||||
<h2 class="classname">{+(new Link().toSymbol(thisClass.alias))+}</h2>
|
||||
<p>{+resolveLinks(summarize(thisClass.classDesc))+}</p>
|
||||
</li>
|
||||
</for>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user