diff options
Diffstat (limited to 'templates/html/htmldir.tpl')
-rw-r--r-- | templates/html/htmldir.tpl | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/html/htmldir.tpl b/templates/html/htmldir.tpl index 7417f7b..a399759 100644 --- a/templates/html/htmldir.tpl +++ b/templates/html/htmldir.tpl @@ -45,7 +45,18 @@ {% endif %} {% endif %} {# dir graph #} -{# TODO #} + {% if compound.hasDirGraph %} + {% with obj=compound %} + {% include 'htmldynheader.tpl' %} + {% endwith %} + {{ tr.dirDependencyGraphFor:compound.dirName }} + </div> + {% with obj=compound %} + {% include 'htmldyncontents.tpl' %} + {% endwith %} + {{ compound.dirGraph }} + </div> + {% endif %} {# member declarations #} {# directories #} {% with list=compound.dirs label='subdirs' title=tr.directories local=False %} |