diff --git a/htdocs/compta/facture.php3 b/htdocs/compta/facture.php3 index 87fcc2bbce6..10fc58e7590 100644 --- a/htdocs/compta/facture.php3 +++ b/htdocs/compta/facture.php3 @@ -386,8 +386,10 @@ if ($action == 'create') { } else { /* + * * Liste * + * */ print_barre_liste("Factures",$page,$PHP_SELF); diff --git a/htdocs/compta/voyage/pre.inc.php3 b/htdocs/compta/voyage/pre.inc.php3 index 030c9ca2cf5..2a080af980e 100644 --- a/htdocs/compta/voyage/pre.inc.php3 +++ b/htdocs/compta/voyage/pre.inc.php3 @@ -38,6 +38,7 @@ function llxHeader($head = "") { $menu->add_submenu("index.php3","Voyages"); $menu->add_submenu("bilan.php3","Bilan"); $menu->add_submenu("reduc.php3","Reduc"); + $menu->add_submenu("voyage.php3","Voyage"); $menu->add("/compta/facture.php3","Factures"); diff --git a/htdocs/compta/voyage/voyage.php3 b/htdocs/compta/voyage/voyage.php3 new file mode 100644 index 00000000000..d336f97ddd4 --- /dev/null +++ b/htdocs/compta/voyage/voyage.php3 @@ -0,0 +1,136 @@ + + * + * $Id$ + * $Source$ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + */ + +require("./pre.inc.php3"); + +llxHeader(); +$db = new Db(); + +?> +
+ + + + + + + + + + + + +
+ + +

+ + + + + +
Au départ de :
 A destination de :
  +Adultes :
+ + + +
 
+ + + + + + + + + + +
Départ :
+ + +
 
+
+ 1?re classe
+ 2e classe
 Fumeur
+ Non fumeur
Retour :
+
 
+ + Consultation horaires
+ Réservation + +
+ + +
+

+
+ + +close(); + + + +llxFooter("Dernière modification $Date$ révision $Revision$"); +?> diff --git a/htdocs/conf/conf.class.php3.sample b/htdocs/conf/conf.class.php3.sample index 36f871823e4..0a5a2edb09b 100644 --- a/htdocs/conf/conf.class.php3.sample +++ b/htdocs/conf/conf.class.php3.sample @@ -18,8 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * - * Classe de configuration */ class Conf { diff --git a/htdocs/fichinter/pre.inc.php3 b/htdocs/fichinter/pre.inc.php3 index c2846b6d6a2..8c1f63d6799 100644 --- a/htdocs/fichinter/pre.inc.php3 +++ b/htdocs/fichinter/pre.inc.php3 @@ -31,81 +31,12 @@ function llxHeader($head = "", $urlp = "") { */ top_menu($head); + $menu = new Menu(); - print ""; - print ""; - - - print "
"; + $menu->add("index.php3","Fiches d'intervention"); - print ""; - print ""; - print ""; - - - print ''; - - /* - * - */ - print '"; - /* - * - */ - print ""; - /* - * - */ - - /* - * - */ - print ""; - - print "
"; - print "
" . $conf->db->name . " - " . $user->code ."
"; - print "Accueil
"; - print "Bookmark"; - print "
"; - - print "
Clients
\n"; - print "Nouvelle société
\n"; - print "Contacts

\n"; - print "
'; - print "
Fiches d'intervention
\n"; - print '
'; - print ''; - print "
"; - print ''; - print "
"; - print "
Societes
\n"; - print "
"; - print ''; - print ''; - print ' '; - print ""; - print "
"; - - print "
Contacts
\n"; - print "
"; - print ''; - print ''; - print " "; - print ""; - print "
"; - - - print "
"; - print "Soc : "; - print ""; - print "
"; - print "
"; - - print "
\n"; + left_menu($menu->liste); } -/* - * $Id$ - * $Source$ - */ + ?>