/[phpcompta]/phpcompta/html/user_impress.php
ViewVC logotype

Diff of /phpcompta/html/user_impress.php

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

revision 1.9 by sparkyx, Wed Jun 22 20:28:07 2005 UTC revision 1.10 by sparkyx, Thu Jul 21 09:41:39 2005 UTC
# Line 45  echo "<DIV class=\"u_subtmenu\">"; Line 45  echo "<DIV class=\"u_subtmenu\">";
45  $p_array=array(array ("user_impress.php?type=jrn","Journaux"),  $p_array=array(array ("user_impress.php?type=jrn","Journaux"),
46                 array("user_impress.php?type=poste","Poste"),                 array("user_impress.php?type=poste","Poste"),
47                 array("user_impress.php?type=fiche","Fiche"),                 array("user_impress.php?type=fiche","Fiche"),
48                 array("user_impress.php?type=form","Formulaire"),                 array("user_impress.php?type=rapport","Rapport"),
49                 array('user_impress.php?type=bal','Balance des comptes'),                 array('user_impress.php?type=bal','Balance des comptes'),
50                 array("user_impress.php?type=bilan","Bilan")                 array("user_impress.php?type=bilan","Bilan")
51                 );                 );
# Line 74  $default=( isset ($_GET['type']))?$_GET[ Line 74  $default=( isset ($_GET['type']))?$_GET[
74    case "poste":    case "poste":
75      include ("impress_poste.php");      include ("impress_poste.php");
76      break;      break;
77    case "form":    case "rapport":
78      include ("impress_form.php");      include ("impress_rapport.php");
79      break;      break;
80    case "bilan":    case "bilan":
81      include ("impress_bilan.php");      include ("impress_bilan.php");

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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