diff -r 000000000000 -r 2e8eeb919028 configurationengine/source/scripts/gen_report_template.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/scripts/gen_report_template.html Thu Mar 11 17:04:37 2010 +0200 @@ -0,0 +1,440 @@ + + +
+| Statistics | +|
|---|---|
| Refs in files | +{{ rep_data.nbr_of_refs }} | +
| Refs with no implementation | +{{ rep_data.nbr_of_refs_noimpl }} | +
| Details | +|
| Report generated | +{{ rep_data.generation_time }} | +
| Generation duration | +{{ rep_data.duration }} | +
| Generation log | +cone.log | +
| Generation options | +|
| Layers | +{{ rep_data.options.layers }} | +
| Added | +{{ rep_data.options.added }} | +
| Dryrun | +{{ rep_data.options.dryrun }} | +
| Verbose | +{{ rep_data.options.verbose }} | +
| Overrides | +{{ rep_data.options.overrides }} | +
| Project | +{{ rep_data.options.project }} | +
| Report | +{{ rep_data.options.report }} | +
| Impls | +{{ rep_data.options.impls }} | +
| Output | +{{ rep_data.options.output }} | +
| Configuration | +{{ rep_data.options.configuration }} | +
| Working directory | +{{ rep_data.cwd }} | +
| File | +Rule No. | +Input refs | +Affected refs | +
|---|---|---|---|
| {{ result.source }} | +{{result.index}} | +
+ {%- for ref in result.input_refs -%}
+ {{ref}} + {% endfor %} + |
+
+ {%- for ref in result.affected_refs -%}
+ {{ref}} + {% endfor %} + |
+
| API | +Data | +Impl. file | +Impl. type | +Generated for | +Output files | +||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
+ {% if feat.is_temp_feature -%}
+ {{ feat.ref }} + {%- else -%} + {{ feat.ref }} + {%- endif %} + Name: {{ feat.feat_name }} + Type: {{ feat.feat_type }} + ConfML: {{ feat.config_path }} + |
+
+
| + {{ impl.name }} + | ++ {{ impl.type }} + | ++ {{ ', '.join(impl.generation_runs) }} + | +
+ {% for output in impl.outputfiles -%}
+ {% if output.exists %}
+ {{ output.filename }} + {% else %} + {{ output.filename }} + {% endif %} + {%- endfor %} + |
+ {% else %}
+ ||||||||||||
| + {{ impl.name }} + | ++ {{ impl.type }} + | ++ {{ ', '.join(impl.generation_runs) }} + | +
+ {% for output in impl.outputfiles %}
+ {% if output.exists %}
+ {{ output.filename }} + {% else %} + {{ output.filename }} + {% endif %} + {% endfor %} + |
+
| API | +Data | +||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
+ {% if feat.is_temp_feature -%}
+ {{ feat.ref }} + {%- else -%} + {{ feat.ref }} + {%- endif %} + Name: {{ feat.feat_name|e|xml_charref_replace }} + Type: {{ feat.feat_type|e|xml_charref_replace }} + ConfML: {{ feat.config_path }} + |
+
+
|
| Output file | +
|---|
| + {{ file.filename }} + | + {% endfor %} +