diff options
Diffstat (limited to 'templates/html/htmlannotated.tpl')
-rw-r--r-- | templates/html/htmlannotated.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/html/htmlannotated.tpl b/templates/html/htmlannotated.tpl new file mode 100644 index 0000000..dd72ac9 --- /dev/null +++ b/templates/html/htmlannotated.tpl @@ -0,0 +1,15 @@ +{% extend 'htmlbase.tpl' %} +{% block content %} +<div class="contents"> +<div class="textblock"> +{{ tr.classListDescription }} +</div> +{% indexentry nav name=tr.classes file=page.fileName anchor='' %} +{% opensubindex nav %} +{% with tree=classTree %} + {% include 'htmldirtree.tpl' %} +{% endwith %} +{% closesubindex nav %} +</div><!-- contents --> +{% endblock %} + |