\n";
if ($in{'mode'} == 0) {
printf "| ", &html_escape($a->[1]), &html_escape($a->[0]), &html_escape($a->[1]), defined($infield{$a->[0]}) ? "checked" : "";
$href = "";
}
else {
$href = "";
}
if ($i >= $addrs_count) {
print " | $href",$a->[0]," | \n";
my $m = @{$mems{$a->[0]}};
print "$href",&text('address_m', $m)," | \n";
}
else {
print "$href$a->[0] | \n";
print "$href",($a->[1] ? $a->[1] : " ")," | \n";
}
if ($in{'mode'} == 0) {
# Show button to select just this one
print " | \n";
}
print "
\n";
$i++;
}
print "