Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by

me.  Added a footer to every page.  Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.


git-svn-id: svn://10.0.0.236/trunk@57846 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
2000-01-14 22:35:49 +00:00
parent 5145a6de10
commit b541dc2d83
32 changed files with 434 additions and 69 deletions

View File

@@ -96,6 +96,7 @@ else
print "<font color=blue>$_</font> : " .
($::FORM{$_} ? $::FORM{$_} : "undef") . "<br>\n";
}
PutFooter();
exit;
}
@@ -104,10 +105,10 @@ else
print <<FIN;
<p>
</body>
</html>
FIN
PutFooter();
##################################
# user came in with no form data #
##################################
@@ -308,6 +309,7 @@ FIN
if ($bugs_count == 0)
{
print "No bugs found!\n";
PutFooter();
exit;
}
@@ -524,6 +526,7 @@ $msg
<p>
FIN
PutFooter();
exit;
}