[%# Screen for the metrics report. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 closehead = 1 help ="x692.html" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] [% feedback %]

[% END %]

User Metrics - Past 16 weeks

[% FOREACH user_metrics %] [% END %]
last topic authored (days) last topic reviewed (days) total Codestriker time (hours) number of topics participated
[% name | html_entity %] [% IF date_last_authored != '' %][% date_last_authored %][% ELSE %] [% END %] [% IF date_last_participated != '' %][% date_last_participated %][% ELSE %] [% END %] [% IF total_codestriker_time != '' %][% total_codestriker_time %][% ELSE %] [% END %] [% IF total_topics != '' %][% total_topics %][% ELSE %] [% END %]

Comment Metrics

[%# Output the last 12 month headers #%] [% FOREACH month = comment_metrics_month_names %] [% END %] [%# Now cycle through each comment metric type #%] [% FOREACH comment_metric = comment_metrics %] [%# Display the comment metric type as a header #%] [%# Now display each enumerated value for this comment type #%] [% FOREACH result = comment_metric.results %] [% FOREACH count = result.counts %] [% END %] [% END %] [% END %] [%# Output the last 12 month headers #%] [% FOREACH month = comment_metrics_month_names %] [% END %]
 [% month %]
[% comment_metric.name %]
[% result.name | html_entity %][% count %]
 [% month %]

Topic Metrics

[%# Output the last 12 month headers #%] [% FOREACH month = comment_metrics_month_names %] [% END %] [% FOREACH topic_metrics %] [% FOREACH scount = counts %] [% END %] [% END %] [% FOREACH month = comment_metrics_month_names %] [% END %]
 [% month %]
Topic Metrics
[% name | html_entity %][% scount %]
[% month %]

Download all metric data as a tabbed delimited text file [% PROCESS trailer.html.tmpl %]