diff options
Diffstat (limited to 'debian/dconv/templates/parser/table/header.tpl')
-rw-r--r-- | debian/dconv/templates/parser/table/header.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/dconv/templates/parser/table/header.tpl b/debian/dconv/templates/parser/table/header.tpl new file mode 100644 index 0000000..e84b47f --- /dev/null +++ b/debian/dconv/templates/parser/table/header.tpl @@ -0,0 +1,6 @@ +<thead><tr>\ +% for col in columns: +<% data = col['data'] %>\ +<th>${data}</th>\ +% endfor +</tr></thead> |