Source for file pages.php

Documentation is available at pages.php

  1. <?php
  2. /**
  3. * Paging through hitlist
  4. * <br/><br/>
  5. @author Gabriele Droege, DNA Bank Network <contact@dnabank-network.org>
  6. @version 2.0
  7. @package Data_Cleaning
  8. @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org<br>The contents of this file are subject to the Mozilla Public License Version 1.1
  9. @filesource
  10. @license http://www.mozilla.org/MPL/ MPL
  11. */
  12.  
  13.    echo "<tr class='head'><td colspan='5' align='center'>";
  14.         
  15.         if($_GET['sort'== ""{$_GET['sort'"DU"}
  16.         
  17.         if(isset($pageand $page>1)
  18.         {    
  19.         if($page 20{
  20.         for($i=$page-10$i<$page$i++{
  21.         if($i>=$page-10echo " ";
  22.         echo " "build_href("query_clean.php"$query "&hitlist=true&page=" $i "&sort=" $_GET['sort']$i)}}
  23.         
  24.         if($page<=20{
  25.         
  26.         for($i=1$i<$page$i++{
  27.  
  28.         if($i>=1echo " ";
  29.         echo " "build_href("query_clean.php"$query "&hitlist=true&page=" $i "&sort=" $_GET['sort']$i)}}}   
  30.         
  31.         if($sum>$pagesize)
  32.         if(isset($page)) echo " ";
  33.           else   $page=1;
  34.           echo $page" ";
  35.           
  36.           if($page 10{
  37.           for($i=$page$i<($sum $pagesize)$i++){
  38.           
  39.           if($i>=$page and $i-$page <= 10{echo " ";
  40.           echo build_href("query_clean.php"$query "&hitlist=true&page=" ($i+1"&sort=" $_GET['sort']($i+1));}}}
  41.           
  42.           if($page <= 10{
  43.           for($i=$page$i<($sum $pagesize)$i++){
  44.           
  45.           if($i>=$page and $i-$page <= 19{echo " ";
  46.           echo build_href("query_clean.php"$query "&hitlist=true&page=" ($i+1"&sort=" $_GET['sort']($i+1));}}}
  47.  
  48.            
  49.            }     
  50.            echo "</td></tr>";
  51.            
  52. ?>

Documentation generated on Tue, 29 Nov 2011 10:44:58 +0100 by phpDocumentor 1.4.3