1) ? true : false; $AID= 0; if (isset($_GET["aid"])) { $AID = intval($_GET["aid"]); } $M = intval($_GET["p"]); $N = $_GET["n"]; $L = isset($_REQUEST['lang']) ? strtolower($_REQUEST['lang']) : 'fr'; $o_supp = 0; if ($AID > 0) { $q = "SELECT a.nom_agence FROM ca_agences a WHERE a.id_agence=:id_agence"; $values = array(':id_agence' => $AID); $result = excuteQuery($q, $values); $r = $result['stmt']; $o = $r->fetchObject(); $NOMAGENCE = "l'agence " . $o->nom_agence; } else { $q = "SELECT nom_agence FROM ca_agences WHERE id_agence=:id_agence"; $values = array(':id_agence' => $AID); $result = excuteQuery($q, $values); $r = $result['stmt']; $o = $r->fetchObject(); } $multilangCol = ", o.texte"; $valuesBind = array(); $typesBind = ""; $q2 = "SELECT o.id_orientation, o.orientation, o.label, o.salle, o.icon_site_map, o.default_msg FROM ca_orientations o " . $multilangJoin . " WHERE o.id_agence=:id_agence AND o.supp=:supp AND o.id_orientation=:id_orientation"; $valuesBind [':id_agence'] = $AID; $valuesBind [':supp'] = $o_supp; $valuesBind [':id_orientation'] = $M; $stmt = excuteQuery($q2, $valuesBind); $j = count($values); if ($stmt['status']) { $result = $stmt['stmt']; $nb = $result->rowCount(); if ($nb > 0){ while ($o2 = $result->fetchObject()) { $TYPE = $o2->label; $ORIENTATION = $o2->orientation; $TEXTE = strip_tags($o2->texte, ''); $LABEL = $o2->label; $picto = $o2->icon_site_map; $SALLE = $o2->salle; } } } else { wts_die($stmt->error); } $langs = ""; if ($multilang) { foreach ($GLOBALS["BORNE_CONF"]["LANGUAGES"] as $lang) { $langs .= ""; } } $icon_site_map = false; $salle_site_map = true; $q_agency_siege = "SELECT siege FROM ca_agences WHERE id_agence = ".$AID." LIMIT 1"; $stmt_agency_siege = excuteQuery($q_agency_siege); $res_agency_siege = $stmt_agency_siege["stmt"]; $o_agency_siege = $res_agency_siege->fetchObject(); if($o_agency_siege->siege == 1){ $icon_site_map = true; } $icon_site_map_required = ($picto == "" || $picto == null) ? true : false; $salle_site_map_required = ($SALLE == "" || $SALLE == null) ? true : false; ?> : Edition des messages d'une agence | Déconnexion Edition du plan Langue Titre Picto Caractéristiques du fichier : Poids maximum : 1 Mo. Type de fichier : JPG / PNG. Dimensions attendues : Largeur : 120 pixels | Hauteur : 120 pixels. Plan Modifier l'image du plan Ajouter une image du plan Caractéristiques du fichier : Poids maximum : 1 Mo. Type de fichier : JPG. Dimensions attendues :Largeur: pixels. | Hauteur : pixels. default_msg == 0 && (in_array("delete_all_orientations",$_SESSION['permissions']) || (in_array("delete_own_orientations",$_SESSION['permissions']) && in_array($AID,$_SESSION['agences'])))) {?> Retour à la liste