summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlgraphhierarchy.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlgraphhierarchy.tpl')
-rw-r--r--templates/html/htmlgraphhierarchy.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/html/htmlgraphhierarchy.tpl b/templates/html/htmlgraphhierarchy.tpl
new file mode 100644
index 0000000..2c2dde5
--- /dev/null
+++ b/templates/html/htmlgraphhierarchy.tpl
@@ -0,0 +1,13 @@
+{% extend 'htmlbase.tpl' %}
+{% block content %}
+<div class="contents">
+<div class="textblock">
+<p><a href="hierarchy{{ config.HTML_FILE_EXTENSION }}">{{ tr.gotoTextualHierarchy }}</a></p>
+</div>
+<table border="0" cellspacing="10" cellpadding="0">
+{% for d in classHierarchy.diagrams %}
+<tr><td>{{ d.graph }}</td></tr>
+{% endfor %}
+</table>
+</div>
+{% endblock %}