示例#1
0
 function Imprimer_form($parametres, $action)
 {
     print '<table border="0" bgcolor="#EBEBEB" align="center"><tr><td>';
     print Imprime_titreListe("Acc&egrave;s aux projets", "titre");
     print "<br>";
     $f = new Formulaire("POST", "pus.php");
     $f->debutTable(VERTICAL);
     //$f->champTexte("$this->{$value}", "$this->{$value}", $this->{$value}, 3, 58);
     //$f->champListe("chosir un élément de la liste", $this->{variable}, $this->{variable}, 1, $uneListe);
     //$f->champFenetre("fenêtre", $this->{$value}, $this->{$value}, 1, 79);
     $f->champCache("pu_id", $this->pu_id);
     $f->finTable();
     $f->debutTable(HORIZONTAL);
     $f->champValider("sauver", "action");
     $f->finTable();
     $f->fin();
     print '</td></tr></table>';
 }
示例#2
0
 function Imprimer_form($action, $css, $listeUsagers)
 {
     $listeAcces[0] = "non&nbsp; &nbsp; &nbsp; &nbsp; ";
     $listeAcces[1] = "oui";
     print '<table border="0" bgcolor="#EBEBEB" align="center"><tr><td>';
     print Imprime_titreListe("Gestion d'un projet", "titre");
     print "<br>";
     $f = new Formulaire("post", "projets.php");
     $f->debutTable(HORIZONTAL);
     $f->champTexte("no du projet", "pj_no", $this->pj_no, 15, 15);
     $f->champTexte("nom du projet", "pj_nom", $this->pj_nom, 50, 50);
     $f->champListe("nom du responsable", "usager_id", $this->usager_id, 1, $listeUsagers);
     $f->champListe("peut &eacute;diter ?", "pj_acces", $this->pj_acces, 1, $listeAcces);
     $f->champCache("pj_id", $this->pj_id);
     $f->finTable();
     $f->debutTable(HORIZONTAL);
     $f->champValider("sauver", "action");
     $f->finTable();
     $f->fin();
     print '</td></tr></table>';
 }
示例#3
0
 function Imprimer_form($css, $mode, $forme, $listePostes)
 {
     print '<table border="0" bgcolor="#EBEBEB" align="center"><tr><td>';
     print Imprime_titreListe("Gestion d'un poste d'une instance", "titre");
     print "<br>";
     $f = new Formulaire("post", "postes.php", "", TRUE, $forme);
     $f->debutTable(HORIZONTAL);
     $f->champListe("{$instance_id}", "instance_id", $this->instance_id, 1, $listePostes);
     $f->champTexte("{$poste_no}", "poste_no", $this->poste_no, 3, 58);
     $f->champTexte("{$poste_nom}", "poste_nom", $this->poste_nom, 3, 58);
     $f->champTexte("{$poste_proc}", "poste_proc", $this->poste_proc, 3, 58);
     $f->finTable();
     $f->debutTable(HORIZONTAL);
     if ($mode == "ajouter") {
         $f->champValider("sauver", "action");
     } else {
         $f->champValider("sauver", "action");
         $f->champValider("sauver", "action");
     }
     $f->finTable();
     $f->champCache("poste_id", $this->poste_id);
     $f->fin();
     print '</td></tr></table>';
 }
示例#4
0
文件: budgets.php 项目: japila/budget
     //======================================================  e n l e v e r
     $pc = new PC("pcs");
     $pc->Get_pc($bd, $pc_id);
     $ct = new CT("cts");
     $ct->Get_ct($bd, $pc->ct_id);
     $pj = new PJ("pjs");
     $pj->Get_pj($bd, $pc->pj_id);
     print Html3("haut", "Destruction budget-compte", $css);
     print '<br /><table align="center" bgcolor="#EBEBEB"><tr><td>' . "\n";
     print "<br />";
     print Imprime_titreListe("Projet : {$pj->pj_no} - {$pj->pj_nom}", "ffA fs20 bcRouge cBlanc");
     $f = new Formulaire("post", "budgets.php", FALSE, "Form");
     $f->debutTable(HORIZONTAL);
     $f->champTexte("", "", $ct->ct_no . " - " . $ct->ct_nom, 45, 45);
     $f->champValider("OUI-destruction-de-ce-compte", "action");
     $f->champCache("pc_id", $pc_id);
     $f->fin();
     print "<br /><br />";
     print Imprime_titreListe("<b>S I N O N</b> &nbsp;=&gt;&nbsp; <a href=\"budgets.php?action=gestion-du-projet-choisi&pj_id={$pc->pj_id}\" style=\"color:blue;\">retour au budget du projet</a>", "ffA fs12 fwN");
     print "</td></tr></table>\n";
     print "<br />";
     unset($pc);
     unset($ct);
     print Html3("bas");
     break;
 case "OUI-destruction-de-ce-compte":
     // ====================================== d e t ru i r e
     $pc = new PC("pcs");
     $pc->Get_pc($bd, $pc_id);
     $pc->Detruire($bd);
     $operation = "!destruction complétée";
示例#5
0
文件: comptes.php 项目: japila/budget
     $url = "Location: comptes.php?action=xxx&operation={$operation}";
     unset($compte);
     header($url);
     exit;
     break;
 case "detruire":
     $compte = new CT("cts");
     $compte->Get_ct($bd, $ct_id);
     print Html3("haut", "Destruction compte", $css);
     print '<br /><table align="center" bgcolor="#EBEBEB"><tr><td>' . "\n";
     print "<br />";
     print Imprime_titreListe("Voulez-vous r&eacute;ellement d&eacute;truire ce compte ?", "ffA fs20 bcRouge cBlanc");
     $f = new Formulaire("post", "comptes.php", FALSE, "Form");
     $f->debutTable(HORIZONTAL);
     $f->champTexte("compte", "compte_nom", $compte->ct_nom, 40, 40);
     $f->champCache(ct_id, $ct_id);
     $f->finTable();
     $f->debutTable(HORIZONTAL);
     $f->champValider("OUI-destruction-compte", "action");
     $f->fin();
     print Imprime_titreListe("<b>S I N O N</b> &nbsp;=&gt;&nbsp; <a href=\"comptes.php?action=xxx\" style=\"color:blue;\">retour à la fiche du compte</a>", "ffA fs12 fwN");
     print "</td></tr></table>\n";
     print "<br />";
     print Html3("bas");
     break;
 case "OUI-destruction-compte":
     $compte = new CT("cts");
     $compte->Get_ct($bd, $ct_id);
     $compte->Detruire($bd);
     $operation = $compte->Get_operation();
     $url = "Location: comptes.php?action=xxx&operation={$operation}";
示例#6
0
 function Imprimer_form($css, $mode, $forme)
 {
     print '<table border="0" bgcolor="#EBEBEB" align="center"><tr><td>';
     print Imprime_titreListe("titre de la liste", "titre");
     print "<br>";
     $f = new Formulaire("post", "paffecs.php", "", TRUE, $forme);
     $f->debutTable(HORIZONTAL);
     $f->champTexte("{$poste_id}", "poste_id", $this->poste_id, 3, 58);
     $f->champTexte("{$usager_id}", "usager_id", $this->usager_id, 3, 58);
     $f->champTexte("{$paffec_mandatNo}", "paffec_mandatNo", $this->paffec_mandatNo, 3, 58);
     $f->champTexte("{$paffec_actif}", "paffec_actif", $this->paffec_actif, 3, 58);
     $f->champTexte("{$paffec_vacant}", "paffec_vacant", $this->paffec_vacant, 3, 58);
     $f->champTexte("{$paffec_debut}", "paffec_debut", $this->paffec_debut, 3, 58);
     $f->champTexte("{$paffec_arrivee}", "paffec_arrivee", $this->paffec_arrivee, 3, 58);
     $f->champTexte("{$paffec_fin}", "paffec_fin", $this->paffec_fin, 3, 58);
     $f->champTexte("{$paffec_depart}", "paffec_depart", $this->paffec_depart, 3, 58);
     $f->champTexte("{$sgaffec_raisonFin}", "sgaffec_raisonFin", $this->sgaffec_raisonFin, 3, 58);
     $f->champTexte("{$paffec_relance}", "paffec_relance", $this->paffec_relance, 3, 58);
     $f->champTexte("{$paffec_decret}", "paffec_decret", $this->paffec_decret, 3, 58);
     $f->champTexte("{$paffec_notes}", "paffec_notes", $this->paffec_notes, 3, 58);
     $f->finTable();
     $f->debutTable(HORIZONTAL);
     if ($mode == "ajouter") {
         $f->champValider("sauver", "action");
     } else {
         $f->champValider("sauver", "action");
         $f->champValider("sauver", "action");
     }
     $f->finTable();
     $f->champCache("paffec_id", $this->paffec_id);
     $f->fin();
     print '</td></tr></table>';
 }
示例#7
0
文件: projets.php 项目: japila/budget
     $url = "Location: projets.php?action=xxx&operation={$operation}";
     unset($projet);
     header($url);
     exit;
     break;
 case "detruire":
     $projet = new PJ("pjs");
     $projet->Get_pj($bd, $pj_id);
     print Html3("haut", "Destruction projet", $css);
     print '<br /><table align="center" bgcolor="#EBEBEB"><tr><td>' . "\n";
     print "<br />";
     print Imprime_titreListe("Voulez-vous r&eacute;ellement d&eacute;truire ce projet ?", "ffA fs20 bcRouge cBlanc");
     $f = new Formulaire("post", "projets.php", FALSE, "Form");
     $f->debutTable(HORIZONTAL);
     $f->champTexte("projet", "projet_nom", $projet->pj_nom, 40, 40);
     $f->champCache(pj_id, $pj_id);
     $f->finTable();
     $f->debutTable(HORIZONTAL);
     $f->champValider("OUI-destruction-projet", "action");
     $f->fin();
     print Imprime_titreListe("<b>S I N O N</b> &nbsp;=&gt;&nbsp; <a href=\"projets.php?action=xxx\" style=\"color:blue;\">retour à la gestion des projets</a>", "ffA fs12 fwN");
     print "</td></tr></table>\n";
     print "<br />";
     print Html3("bas");
     break;
 case "OUI-destruction-projet":
     $projet = new PJ("pjs");
     $projet->Get_pj($bd, $pj_id);
     $projet->Detruire($bd);
     $operation = $projet->Get_operation();
     $url = "Location: projets.php?action=xxx&operation={$operation}";
示例#8
0
 function formulaire($action, $ligne)
 {
     // print_r ($ligne); echo "<p>";
     // Cr�ation de l'objet formulaire
     $form = new Formulaire("post", $this->nomScript, false);
     $form->setTitle($this->title);
     foreach ($this->hidden_fields as $nom => $value) {
         $form->champCache($nom, $value);
     }
     $form->champCache("ihm_action", $action);
     $form->debutTable(VERTICAL, array(), $nbLignes = 1, $this->title);
     // Pour chaque attribut, cr�ation d'un champ de saisie
     foreach ($this->schemaTable as $nom => $options) {
         // D'abord v�rifier que la valeur par d�faut existe
         if (!isset($ligne[$nom])) {
             $ligne[$nom] = "";
         }
         $this->addFormField($form, $action, $nom, $ligne[$nom], $options);
     }
     // OK. Now add lines for the slave table, if any
     if (!empty($this->slave_table)) {
         $form->debutTable(HORIZONTAL, array(), $this->size_slave_table);
         // Pour chaque attribut, cr�ation d'un champ de saisie
         foreach ($this->schema_slave as $nom => $options) {
             // D'abord v�rifier que la valeur par d�faut existe
             if (!isset($ligne[$this->slave_table][$nom])) {
                 $valeur = "";
             } else {
                 $valeur = $ligne[$this->slave_table][$nom];
             }
             // Attention � g�rer les cl�s �trang�res
             if (isset($this->foreign_keys[$nom])) {
                 $options['cle_etrangere'] = 1;
                 if ($action == MAJ_BD) {
                     $valeur = $ligne[$this->foreign_keys[$nom]];
                 }
             }
             $html_field_name = "{$this->slave_table}[{$nom}][]";
             $this->addFormField($form, $action, $nom, $valeur, $options, $html_field_name);
         }
         $form->finTable();
     }
     $form->finTable();
     if ($action == MAJ_BD) {
         $form->champValider("Modify", "submit");
     } else {
         $form->champValider("Insert", "submit");
     }
     return $form->formulaireHTML();
 }
示例#9
0
 function Imprimer_form($action, $css)
 {
     $listeRdr[1] = "oui";
     $listeRdr[0] = "non";
     print '<table border="0" bgcolor="#EBEBEB" align="center"><tr><td>';
     print Imprime_titreListe("Gestion d'un compte", "titre");
     print "<br>";
     $f = new Formulaire("POST", "comptes.php");
     $f->debutTable(HORIZONTAL);
     $f->champTexte("&nbsp;no du compte", "ct_no", $this->ct_no, 15, 15);
     $f->champTexte("&nbsp;nom du compte", "ct_nom", $this->ct_nom, 50, 50);
     $f->champTexte("&nbsp;0 = d&eacute;penses<br />&nbsp;1 = revenus", "ct_genre", $this->ct_genre, 12, 1);
     $f->champTexte("&nbsp;1 = niveau titre<br />&nbsp;2 = niveau compte", "ct_niveau", $this->ct_niveau, 13, 1);
     $f->champListe("&nbsp;rdr", "ct_rdr", $this->ct_rdr, 2, $listeRdr);
     $f->champCache("ct_id", $this->ct_id);
     $f->finTable();
     $f->debutTable(HORIZONTAL);
     $f->champValider("sauver", "action");
     $f->finTable();
     $f->fin();
     print '</td></tr></table>';
 }
示例#10
0
文件: pus.php 项目: japila/budget
         $f = new Formulaire("post", "pus.php");
         $f->debutTable(HORIZONTAL);
         // faire une liste d'une seule unité pour éviter que l'utilisateur ne modifie l'unité ******
         //$projet = $unAcces->pj_id;
         //$listeProjet_un = array();
         //$listeProjet_un[$projet] = $listeProjets[$projet];
         if ($entete == "oui") {
             $f->champListe("&nbsp; projets <span class=\"bcRouge cBlanc fwB\">&nbsp;ne pas modifier mais plut&ocirc;t cliquer sur ENLEVER&nbsp;</span>", pj_id, $unAcces->pj_id, 1, $listeProjets);
             $f->champTexte("&nbsp; r&ocirc;les", pu_role, $unAcces->pu_role, 30, 30);
         } else {
             $f->champListe("&nbsp;", pj_id, $unAcces->pj_id, 1, $listeProjets);
             $f->champTexte("&nbsp;", pu_role, $unAcces->pu_role, 30, 30);
         }
         $f->champValider("maj", "action");
         $f->champValider("enlever", "action");
         $f->champCache("usager_id", $usager_id);
         $f->champCache("pu_id", $unAcces->pu_id);
         $f->finTable();
         $f->fin();
     }
     print '</td></tr></table>';
     print Html3("bas");
     break;
 case "ajouter-acces-pour-ce-projet":
     //==========================================  ajouter-ce-compte
     $pu = new PU("pus");
     $pu->Affectation($_POST, $pu_id);
     $pu->pu_role = $role;
     $pu->pu_date = $aujour;
     $pu->Sauver($bd);
     $operation = $pu->Get_operation();
示例#11
0
文件: instances.php 项目: japila/nomi
     $msgDebut .= "sur le lien suivant : <br /><br />\n\n";
     $msgMilieu = "";
     $msgMilieu .= "  http://www.polymtl.ca/archives/membres/instances.php?action=affichage-sg<br /><br />\n\n";
     $msgMilieu .= "Pierre Lavigne, webmestre du site du Secrétariat général";
     $msgFinal = $msgDebut . $msgMilieu;
     $titreFinal = "Maj des listes des membres actifs des instances";
     $msgFinal_br = $msgFinal;
     $msgFinal_br = ereg_replace("\n", "<br>", $msgFinal);
     print Html3("haut", "Maj des listes des membres actifs des instances", "../css/gesdep.css");
     include "../mnuar.php";
     print $msgFinal_br;
     print "</table><br><table width='680' border='1' align='center' bgcolor='EBEBEB' cellspacing='0'><tr><td>\n";
     $f = new Formulaire("POST", "instances.php");
     $f->debutTable(HORIZONTAL);
     $f->champValider("envoyer les courriels", "action");
     $f->champCache(msgFinal, $msgFinal);
     $f->champCache(titreFinal, $titreFinal);
     $f->champCache(instance, $instance);
     $f->finTable();
     $f->fin();
     print "</td></tr></table>\n";
     print Html3("bas");
     break;
 case "envoyer les courriels":
     //----------------------------------------------------
     $organisme = "Archives Polytechnique";
     $emetteur = "*****@*****.**";
     $header = "MIME-Version : 1.0\r\r\n";
     $header .= "Content-type: text/html; charset=iso-8859-1\r\r\n";
     $header .= "From: {$organisme} <{$emetteur}>\r\r\n";
     $msgFinal = stripslashes($msgFinal);
示例#12
0
 function Imprimer_form($css)
 {
     print '<table border="0" bgcolor="#EBEBEB" align="center"><tr><td>';
     print Imprime_titreListe("titre de la liste", "titre");
     print "<br>";
     $f = new Formulaire("POST", "pcs.php");
     $f->debutTable(VERTICAL);
     $f->champCache("pc_id", $this->pc_id);
     $f->finTable();
     $f->debutTable(HORIZONTAL);
     $f->champValider("sauver", "action");
     $f->finTable();
     $f->fin();
     print '</td></tr></table>';
 }