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

Create new topic

[%# 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 #%] [% IF supporting_CVS %] [% END %] [% 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: (?) (hint)
End tag: (?) (hint)
Module: (?) (hint)
   Default to HEAD: (?)
Repository: (?) (hint)
Project: (?)
Bug IDs: (?)
 
Email Addresses
You (Author's): (?)
Reviewers: (?)
Cc: (?)

[% PROCESS trailer.html.tmpl %]