File: pkgreport_options_include_exclude_key.tmpl

package info (click to toggle)
debbugs 2.6.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,800 kB
  • sloc: perl: 19,270; makefile: 81; sh: 75
file content (14 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<nobr><select name="_fo_{$incexc}key">
{output_select_options([subject => 'with subject containing',
                       	tags => 'tagged',
			severity => 'with severity',
                        pending  => 'with pending state',
                        originator => 'with submitter containing',
			forwarded  => 'with forwarded containing',
			owner      => 'with owner containing',
			package    => 'with package',
                       ],$key1||'')}
</select>
<input type="text" name="_fo_{$incexc}value" value ="{html_escape($key2)||''}">
<!-- {$value_index} -->
</nobr>