*** empty log message ***

svn path=/trunk/boinc/; revision=2633
This commit is contained in:
David Anderson 2003-11-05 22:57:07 +00:00
parent f256d44d08
commit ccc4b5ebfd
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
$start_at = 0;
}
page_head($table);
admin_page_head($table);
$count = $q->count();
@ -47,7 +47,7 @@
";
$urlquery = $q->urlquery;
echo "<table><tr><td width=100>";
echo "<table border=1><tr><td width=100>";
if ($start_at) {
$prev_pos = $start_at - $page_entries_to_show;
if ($prev_pos < 0) {
@ -171,5 +171,5 @@
echo "<h2>No results found</h2>";
}
page_tail();
admin_page_tail();
} ?>

View File

@ -15,7 +15,7 @@ define("TD", "<td bgcolor=#708090>");
define("TD2", "<td colspan=2 bgcolor=#708090>");
define("TD3", "<td colspan=3 bgcolor=#708090>");
define("TABLE", "<table cellpadding=10 cellspacing=4 border=0 width=100%>");
define("TABLE", "<table cellpadding=8 border=1 width=100%>");
define("TABLE2", "<table width=580>");
define("TITLE_COLOR", " bgcolor=000000 ");