Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{{#if description}}<p>{{{description}}}</p>{{/if}}
{{#if name}}<p>{{name}}</p>{{/if}}
{{#if header}}<p>{{header}}</p>{{/if}}
{{#tableTag width="100%" border=1 cellpadding=5}}
{{#each rowList}}
{{#trTag}}
{{#each .}}
{{#tdTag align=attrs.align}}
{{#if isBold}}<strong>{{/if}}
{{value}}
{{#if isBold}}</strong>{{/if}}
{{/tdTag}}
{{/each}}
{{/trTag}}
{{/each}}
{{/tableTag}}

View File

@@ -0,0 +1 @@
Report: {{{name}}}

View File

@@ -0,0 +1,22 @@
{{#if description}}<p>{{{description}}}</p>{{/if}}
{{#if name}}<p>{{name}}</p>{{/if}}
{{#each gridList}}
{{#if header}}<p>{{header}}</p>{{/if}}
{{#tableTag width="100%" border=1 cellpadding=5}}
{{#each rowList}}
{{#trTag}}
{{#each this}}
{{#tdTag align=attrs.align}}
{{#if isBold}}<strong>{{/if}}
{{value}}
{{#if isBold}}</strong>{{/if}}
{{/tdTag}}
{{/each}}
{{/trTag}}
{{/each}}
{{/tableTag}}
<p>&nbsp;</p>
{{/each}}

View File

@@ -0,0 +1 @@
Report: {{{name}}}

View File

@@ -0,0 +1,31 @@
{{#if description}}<p>{{{description}}}</p>{{/if}}
{{#if name}}<p>{{name}}</p>{{/if}}
{{#if header}}<p>{{header}}</p>{{/if}}
{{#if rowList}}
{{#tableTag width="100%" border=1 cellpadding=5}}
{{#if columnList}}
{{#trTag}}
{{#each columnList}}
{{#tdTag align=attrs.align}}
<strong>{{label}}</strong>
{{/tdTag}}
{{/each}}
{{/trTag}}
{{/if}}
{{#each rowList}}
{{#trTag}}
{{#each .}}
{{#tdTag align=attrs.align}}
{{#if isBold}}<strong>{{/if}}
{{value}}
{{#if isBold}}</strong>{{/if}}
{{/tdTag}}
{{/each}}
{{/trTag}}
{{/each}}
{{/tableTag}}
{{else}}
<p>{{noDataLabel}}</p>
{{/if}}

View File

@@ -0,0 +1 @@
Report: {{{name}}}