]> git.donarmstrong.com Git - debbugs.git/blob - templates/en_US/cgi/pkgreport_options_include_exclude_key.tmpl
* fix XSS in include_exclude_key
[debbugs.git] / templates / en_US / cgi / pkgreport_options_include_exclude_key.tmpl
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 ="{html_escape($key2)||''}">
13 <!-- {$value_index} -->
14 </nobr>