queryLiveData(); $_PAGE_TITLE = 'Announcements > Overview'; $WEBUSER->ReportUsage($_PAGE_TITLE); include 'html_header.php'; ?> include 'titlebar_announce.php' ?>
= stripslashes($announce->dataArray['TITLE'][$n]) ?> = date('n/j/Y @ g:i a',$announce->dataArray['DATE'][$n]) ?>newItem($announce->dataArray['DATE'][$n])) echo ' | New!'; ?> = $announce->summerize($announce->dataArray['BODY'][$n],50) ?> By = stripslashes($announce->dataArray['FNAME'][$n]) ?> = stripslashes($announce->dataArray['LNAME'][$n]) ?> | Read More= GroupEmailer::createIcon($announce->dataArray['AID'][$n]) ?> |
|
'; if($_GET['start'] > 0) { echo ''; echo 'Previous | '; } else { echo 'Previous | '; } $eval = 0; if(($_GET['start']/$limit) >= 10) { while(!strlen($countStart)) { $last = $eval; list($key,$eval) = each($pageGroupLookup); if((($_GET['start']/$limit) >= $last)&&(($_GET['start']/$limit) < $eval)) { $countStart = $last; } if(($_GET['start']/$limit) >= $high) { $countStart = $high; } } } else { $countStart = 0; } if($pages > ($countStart + 10)) { $pages = $countStart + 10; } else { $pages = $totalPages; } for($n=$countStart;$n<$pages;$n++) { if($n>$countStart) echo " | "; if(($n*$limit)!=$_GET['start']) { echo ''; echo $n + 1; echo ''; } else { echo $n + 1; } } echo " | "; if($_GET['start'] != (($totalPages-1)*$limit)) { echo ''; echo 'Next'; } else { echo 'Next'; } echo ' |
$announce->totalRows Records Returned.
"; ?> include 'html_footer.php'; ?>