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