]> git.donarmstrong.com Git - debbugs.git/blob - templates/en_US/cgi/pkgreport_options_include_exclude.tmpl
pass through a binary-to-source cache
[debbugs.git] / templates / en_US / cgi / pkgreport_options_include_exclude.tmpl
1 <input type="hidden" name="_fo_concatenate_into_{$incexc}_fo_{$incexc}key_fo_{$incexc}value" value="1">
2 { my $output = '';
3   our $value_index = 0;
4   our $key1 = '';
5   our $key2 = '';
6   for my $field (make_list($param{$incexc})) {
7     ($key1,$key2) = $field =~ m/^([^:]+)\:(.+)/;
8     next unless defined $key2;
9     $output .= include('cgi/pkgreport_options_include_exclude_key');
10   }
11   $key1 = '';
12   $key2 = '';
13   $output .= include('cgi/pkgreport_options_include_exclude_key');
14   $output;
15 }
16