\n Please make a selection:\n \n View all open bugs \n Query existing bug reports \n Enter a new bug report \n Get summary reports \n ";
if ($stash->get('username')) {
$output .= "\n Change password or user preferences \n Logout ";
# FILTER
$output .= do {
my $output = '';
my $filter = $context->filter('html')
|| $context->throw($context->error);
$output .= $stash->get('username');
&$filter($output);
};
$output .= " ";
}
else {
$output .= "\n Log in to an existing account \n";
}
$output .= "\n \n \n \n |