/[phpcompta]/phpcompta/include/user_action_gl.php
ViewVC logotype

Diff of /phpcompta/include/user_action_gl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.6 by sparkyx, Wed Oct 26 13:18:23 2005 UTC
# Line 46  echo 'Période  '.$w->IOValue("p_periode" Line 46  echo 'Période  '.$w->IOValue("p_periode"
46  <?  <?
47    
48  $sql=SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current;  $sql=SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current;
49  $list=ListJrn($cn,0,$sql);  // Nav. bar
50    $step=$_SESSION['g_pagesize'];
51    $page=(isset($_GET['offset']))?$_GET['page']:1;
52    $offset=(isset($_GET['offset']))?$_GET['offset']:0;
53    
54    list ($max_line,$list)=ListJrn($cn,0,$sql,null,$offset);
55    
56    $bar=jrn_navigation_bar($offset,$max_line,$step,$page);
57    
58    echo $bar;
59  echo $list;  echo $list;
60    echo $bar;
61    
62  ?>  ?>
63  </div>  </div>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26