]> git.donarmstrong.com Git - debbugs.git/blob - templates/en_US/cgi/pkgreport_options_include_exclude.tx
Switch from Text::Template to Text::Xslate
[debbugs.git] / templates / en_US / cgi / pkgreport_options_include_exclude.tx
1 <input type="hidden" name="_fo_concatenate_into_<:  $incexc :>_fo_<: $incexc :>key_fo_<: $incexc :>value" value="1">
2 : for $param[$incexc] -> $field {
3     : include "cgi/pkgreport_options_include_exclude_key.tx" {key1 => split($field,':',2).0, key2 => split($field,':',2).1 };
4 : }
5 : include "cgi/pkgreport_options_include_exclude_key.tx";