]> git.donarmstrong.com Git - debbugs.git/blob - templates/en_US/cgi/pkgreport_options_include_exclude_key.tx
Switch from Text::Template to Text::Xslate
[debbugs.git] / templates / en_US / cgi / pkgreport_options_include_exclude_key.tx
1 <nobr><select name="_fo_<: $incexc :>key">
2 <:- output_select_options([subject => 'with subject containing',
3                         tags => 'tagged',
4                         severity => 'with severity',
5                         pending  => 'with pending state',
6                         originator => 'with submitter containing',
7                         forwarded  => 'with forwarded containing',
8                         owner      => 'with owner containing',
9                         package    => 'with package',
10                        ],$key1 // '') :>
11 </select>
12 <input type="text" name="_fo_<: $incexc :>value" value ="<: $key2 // '':>">
13 </nobr>