[%# Screen for displaying the properties of a topic, such as the title, author, creation date, reviewers, Cc, number of lines, repository, project, description and state. Most of these properties can be modified on this page. #%] [% PROCESS viewtopicheader.html.tmpl version = version topicview = 0 topiccomments = 0 topicinfo = 0 topicproperties = 1 closehead = 1 help = "x624.html" %] [%# Create a form to allow the topic's properties to be changed #%]
[%# Create a table illustrating the title, author, creation date, bug ids, reviewers, number of lines and the current state, most of which can be edited. #%]

[% IF bug_db != '' %] [% END %] [% IF start_tag != '' %] [% END %] [% IF end_tag != '' %] [% END %] [% IF module != '' %] [% END %] [% IF topic_repository != '' %] [% END %] [% IF projects_enabled != 0 %] [% ELSE %] [% END %] [%# Render the submit button #%]
Title:
Author:
Created: [% document_creation_time | html_entity %]
Bug IDs: Links: [% FOREACH bug = bug_id_array %] [% IF loop.count() != 1 %], [% END %] Bug [% bug %] [% END %]
Reviewers:
Cc:
Start tag: [% start_tag | html_entity %]
End tag: [% end_tag | html_entity %]
Module: [% module | html_entity %]
Repository: [% FOREACH entry = repositories %] [% IF entry == topic_repository %] [% entry | html_entity %] [% END %] [% END %]
Project: [%# Check to see if the project is open or not #%] [% IF topic_readonly == 0 %] [% ELSE %] [% FOREACH project = projects %] [% IF project.id == topic_projectid %] [% END %] [% END %] [% END %]
Description:
State: (What's this?) [%# Now display the option button for changing the topic state #%]
 

[% PROCESS trailer.html.tmpl %]