0){ print "
| \n"; // STRINGTABLES if($numShown > 0){ print "Showing "; if($numShown >= $numTotal){ print ($numShown==1?"the only match":"all $numShown matches"); } else { print ($offset+1)." to ".($offset + $numShown)." of $numTotal match"; print ($numTotal!=1?"es":""); } } else { print "No matches"; } print " | \n"; if(($numShown < $numTotal) || ($offset > 0)){ pageNav($offset, $limit, $numTotal, $baseUrl); } else { print " "; // for validation } print " |