X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/b95d1cdbc4fe25e3f0df3b94e990f6af7b330c63..040414177ab804fc6892a4d7f47413ef9a165c4d:/index.php?ds=sidebyside diff --git a/index.php b/index.php index 47c88ba..29ad11e 100644 --- a/index.php +++ b/index.php @@ -26,14 +26,14 @@ echo $util->getHeading(); echo "{$util->getUser()} - Logout"; + Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which); $numrows = $DB->numRows(); echo "$numrows quarantined mail(s)"; echo ""; echo "
"; - echo ""; + echo ""; echo ""; $mailInfo = array(); @@ -46,10 +46,11 @@ $id = $row->mail_id; $mailInfo[$id] = serialize($row); $url = urlencode($id); - $recipient = "{$row->recipient}"; - $action = ""; + $checkbox = ""; + $recipient = "{$row->recipient}"; + $action = ""; $action .= "\"Release\""; - $action .= " "; + $action .= " "; $action .= "\"Delete\""; $sender = $row->sender; $received = strftime("%c", $row->time_iso); @@ -57,7 +58,7 @@ $subject = $row->subject; echo "". - ""; + ""; $i++; } $_SESSION['mailInfo'] = $mailInfo; @@ -68,9 +69,9 @@ if ($pageNum > 1) { $page = $pageNum - 1; - $prev = " [Prev]"; - $first = " [First Page] "; } else { $prev = ' '; // we're on page one, don't print previous link @@ -79,9 +80,9 @@ if ($pageNum < $maxPage) { $page = $pageNum + 1; - $next = " [Next]"; - $last = "[Last Page] "; } else { $next = ' '; // we're on the last page, don't print next link @@ -91,6 +92,8 @@ $_SESSION['marked'] = serialize($marked); echo ''; + echo ''; echo "

$first$prev Showing page $pageNum of $maxPage pages $next$last

";
ReceivedCauseSenderRecipientSubjectActionSenderRecipientSubjectAction
$received". "$quaratinefor$sender$recipient$subject$action
$subject$action$checkbox