[%# Screen for show a list of topics. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 closehead = 1 help = "x339.html" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] [% feedback %]

[% END %] [%# Display the heading and create the table #%]

[%# Store the search parameters as hidden variables #%]

Topic list

[%# Display the table header #%] [% SET number_columns = 7 %] [% FOREACH commentmetric = commentmetrics %] [% SET number_columns = number_columns + 1 %] [% END %] [% IF bugdb_enabled != 0 %] [% SET number_columns = number_columns + 1 %] [% END %] [%# Display each topic row, alternating the background colour #%] [% FOREACH topic = topics %] [% FLUSH IF loop.count() % 10 == 1 %] [% FOREACH commentmetric = topic.commentmetrics %] [% END %] [% IF bugdb_enabled != 0 %] [% END %] [% END %]
Title Author Reviewer Cc Created[% commentmetric.value | html_entity %]Bug IDsState
[% topic.title | html_entity %] [% topic.author | html_entity %] [% topic.reviewer | html_entity %] [% IF topic.cc == "" %] [% ELSE %][% topic.cc | html_entity %][% END %] [% topic.created | html_entity %][% commentmetric.count | html_entity %][% IF topic.bugids == "" %] [% ELSE %][% topic.bugids %][% END %][% topic.state %]
 
[% SET obsoleted_state_present = 0 %] [% IF obsoleted_state_present == 1 %] [% END %]
[% topics.size %] topics found.
 
Change state:  
 
 

[% IF projects_enabled != 0 %] Administer Projects | [% END %] Metrics Report [% IF rss_enabled %] | RSS [% END %]

[% PROCESS trailer.html.tmpl %]