From 2fe9e8e42d3e4081f28fc1e4a487ce81100cce03 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 11 Jul 2002 16:19:07 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/comm/projet/fiche.php3 | 36 ++++++++++------------------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/htdocs/comm/projet/fiche.php3 b/htdocs/comm/projet/fiche.php3 index 54a0e85cc32..a7319d500fb 100644 --- a/htdocs/comm/projet/fiche.php3 +++ b/htdocs/comm/projet/fiche.php3 @@ -21,44 +21,25 @@ */ require("./pre.inc.php3"); - require("./project.class.php3"); require("../propal.class.php3"); llxHeader("","../"); -print ""; -print ""; - -print "
Projets
"; $db = new Db(); -if ($sortfield == "") { - $sortfield="lower(p.label)"; -} -if ($sortorder == "") { - $sortorder="ASC"; -} - - -if ($page == -1) { $page = 0 ; } -$limit = 26; -$offset = $limit * $page ; - if ($action == 'create') { - + print_titre("Nouveau projet"); print '
'; ?> - - @@ -67,7 +48,7 @@ if ($action == 'create') { ?> - +
Société -get_nom($socidp); - print $societe->nom; + get_nom($socidp); + print ''.$societe->nom.''; ?>
Référence
Titre
fetch($id); @@ -133,7 +117,7 @@ if ($action == 'create') { } - +$db->close(); llxFooter("Dernière modification $Date$ révision $Revision$"); ?>