diff options
Diffstat (limited to 'templates/html/htmldynheader.tpl')
-rw-r--r-- | templates/html/htmldynheader.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/html/htmldynheader.tpl b/templates/html/htmldynheader.tpl new file mode 100644 index 0000000..405c053 --- /dev/null +++ b/templates/html/htmldynheader.tpl @@ -0,0 +1,7 @@ +{# input: obj which should have dynSectionId and relPath attributes #} +{% if config.HTML_DYNAMIC_SECTIONS %} +<div id="dynsection-{{ obj.dynSectionId }}" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;"><img + id="dynsection-{{ obj.dynSectionId }}-trigger" src="{{ obj.relPath }}closed.png" alt="+"/> +{% else %} +<div class="dynheader"> +{% endif %} |