[%# Screen for the create topic form. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 closehead = 1 subtitle = "Create New Topic" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] [% feedback %] [% END %]

[%# Show any topics that this topic will obsolete #%] [% IF obsoleted_topics.size > 0 %] Topics to obsolete: [% FOREACH topic = obsoleted_topics %] [% topic.title | html_entity %][% IF ! loop.last() %],[% END %] [% END %]

[% END %]

[%# The topic title input field #%] Topic title: (?)

[%# The topic description input field #%] Topic description: (?)

[% IF maximum_topic_size_lines != 0 || suggested_topic_size_lines != 0 %] [% END %] [%# The topic text upload button #%] [% IF allow_repositories != 0 %] [%# The diff fetcher #%] [%# The default_to_head input field #%] [% END %] [%# The repository the review is made against #%] [%# Only display the repository select if there is more than one #%] [% IF repositories.size > 1 %] [% END %] [% IF projects_enabled != 0 %] [%# The project the review belongs to #%] [% END %] [%# The bug ids input field #%] [% IF bugdb_enabled != 0 %] [% END %] [%# The email input field #%] [%# The reviewers input field #%] [%# The Cc input field #%]
[% IF maximum_topic_size_lines != 0 %] Topics cannot be larger than [% maximum_topic_size_lines %] lines. [% END %] [% IF suggested_topic_size_lines != 0 %] The suggested topic size limit is [% suggested_topic_size_lines %] lines. [% END %]
Topic text upload: (?)
Start tag: (?) End tag: (?)
   Module: (?)
  Default to HEAD: (?)
Repository: (?)
Project: (?)
Bug IDs: (?)
Your email address: (?)
Reviewers: (?)
Cc: (?)
State: (?) [%# Now display the option button for changing the topic state #%]

[% PROCESS trailer.html.tmpl %]