From 89057599f4791f03c1ee5de836fbe2b5ea434aa9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:35:12 +0200 Subject: Adding debian version 2.6.12-1+deb12u1. Signed-off-by: Daniel Baumann --- debian/dconv/templates/summary.html | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 debian/dconv/templates/summary.html (limited to 'debian/dconv/templates/summary.html') diff --git a/debian/dconv/templates/summary.html b/debian/dconv/templates/summary.html new file mode 100644 index 0000000..87c6414 --- /dev/null +++ b/debian/dconv/templates/summary.html @@ -0,0 +1,43 @@ + + +
+
+ <% previousLevel = None %> + % for k in chapterIndexes: + <% chapter = chapters[k] %> + % if chapter['title']: + <% + if chapter['level'] == 1: + otag = "" + etag = "" + else: + otag = etag = "" + %> + % if chapter['chapter'] == '7': + ## Quick and dirty hack to split the summary in 2 columns + ## TODO : implement a generic way split the summary +
+ <% previousLevel = None %> + % endif + % if otag and previousLevel: +
+ % endif +
+
${otag}${chapter['chapter']}.${etag}
+
+ % for tab in range(1, chapter['level']): +
+ % endfor + ${otag}${chapter['title']}${etag} + % for tab in range(1, chapter['level']): +
+ % endfor +
+
+ <% previousLevel = chapter['level'] %> + % endif + % endfor +
+
-- cgit v1.2.3