From 16171d80c8448dc6d9519b5a7a58e5c08cdd332f Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Sun, 8 Oct 2006 10:05:16 +0000 Subject: [PATCH] =?UTF-8?q?Le=20mode=20d'affichage=20par=20d=C3=A9faut=20d?= =?UTF-8?q?u=20calenrier=20interne=20passe=20=C3=A0=20'sans=20heure'=20car?= =?UTF-8?q?=20les=20nouveaux=20arrivants=20n'ont=20pas=20de=20rdv=20et=20d?= =?UTF-8?q?u=20coup=20l'information=20utile=20(les=20publications)=20n'?= =?UTF-8?q?=C3=A9tait=20pas=20visibles=20car=20bien=20en=20dessous=20du=20?= =?UTF-8?q?cadre.=20Ajout=20d'une=20bard=C3=A9e=20de=20constantes=20en=20d?= =?UTF-8?q?=C3=A9but=20de=20fichier=20pour=20choisir=20facilement=20une=20?= =?UTF-8?q?autre=20option=20initiale.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/exec/calendrier.php | 2 +- ecrire/inc/agenda.php | 31 +++++++++++++++++++------------ 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/ecrire/exec/calendrier.php b/ecrire/exec/calendrier.php index ab988ef14b..e5cdd14a2c 100644 --- a/ecrire/exec/calendrier.php +++ b/ecrire/exec/calendrier.php @@ -42,7 +42,7 @@ function exec_calendrier_dist() } $ancre = 'calendrier-1'; - $r = http_calendrier_init('', $type, '','',generer_url_ecrire('calendrier', ($type ? "type=$type" : '')) . "#$ancre"); + $r = http_calendrier_init('', $type, '',DEFAUT_PARTIE,generer_url_ecrire('calendrier', ($type ? "type=$type" : '')) . "#$ancre"); if (_request('var_ajaxcharset')) ajax_retour($r); diff --git a/ecrire/inc/agenda.php b/ecrire/inc/agenda.php index 7abfd1569a..5a3299bcc4 100644 --- a/ecrire/inc/agenda.php +++ b/ecrire/inc/agenda.php @@ -26,6 +26,12 @@ charger_generer_url(); define('DEFAUT_D_ECHELLE',120); # 1 pixel = 2 minutes +define('DEFAUT_PARTIE_M', "matin"); +define('DEFAUT_PARTIE_S', "soir"); +define('DEFAUT_PARTIE_T', "tout"); +define('DEFAUT_PARTIE_R', "sansheure"); +define('DEFAUT_PARTIE', DEFAUT_PARTIE_R); + // // Utilitaires sans html ni sql // @@ -166,6 +172,7 @@ function http_calendrier_init($time='', $ltype='', $lechelle='', $lpartie_cal='' $annee = date("Y",$time); if (!$ltype) $ltype = $type ? $type : 'mois'; if (!$lechelle) $lechelle = $echelle; + if (!$lpartie_cal) $lpartie_cal = $partie_cal; list($script, $ancre) = calendrier_retire_args_ancre($script); @@ -374,7 +381,7 @@ function http_calendrier_semaine($annee, $mois, $jour, $echelle, $partie_cal, $s if (is_array($evt)) { - if($partie_cal!='sansheure'){ + if($partie_cal!= DEFAUT_PARTIE_R){ $sd = http_calendrier_sans_date($annee, $mois,$evt[0]); $finurl = "&echelle=$echelle&partie_cal=$partie_cal"; $evt = @@ -536,7 +543,7 @@ function http_calendrier_jour_sept($annee, $mois, $jour, $echelle, $partie_cal, global $spip_ecran; $gauche = (_DIR_RESTREINT || ($spip_ecran != "large")); - if ($partie_cal!="sansheure") + if ($partie_cal!= DEFAUT_PARTIE_R) return "<tr class='calendrier-verdana10'>" . # afficher en reduction le tableau du jour precedent @@ -595,10 +602,10 @@ function http_calendrier_ics($annee, $mois, $jour,$echelle, $partie_cal, $large global $spip_lang_left; // tableau - if ($partie_cal == "soir") { + if ($partie_cal == DEFAUT_PARTIE_M) { $debut = 12; $fin = 23; - } else if ($partie_cal == "matin") { + } else if ($partie_cal == DEFAUT_PARTIE_M) { $debut = 4; $fin = 15; } else { @@ -938,27 +945,27 @@ function http_calendrier_navigation($annee, $mois, $jour, $echelle, $partie_cal, . (!isset($couleur_foncee) ? "" : "\nstyle='background-color: $couleur_foncee;'") . ">\n<div style='float: $spip_lang_right; padding-left: 5px; padding-right: 5px;'>" . (($type == "mois") ? '' : - (calendrier_href($script, $annee, $mois, $jour, $type, "&echelle=$echelle&partie_cal=sansheure", $ancre, + (calendrier_href($script, $annee, $mois, $jour, $type, "&echelle=$echelle&partie_cal=" . DEFAUT_PARTIE_R, $ancre, "sans-heure.gif", _T('sans_heure'), "calendrier-png" . - (($partie_cal == "sansheure") ? " calendrier-opacity'" : "")) - . calendrier_href($script, $annee, $mois, $jour, $type, "&echelle=$echelle&partie_cal=tout", $ancre, + (($partie_cal == DEFAUT_PARTIE_R) ? " calendrier-opacity'" : "")) + . calendrier_href($script, $annee, $mois, $jour, $type, "&echelle=$echelle&partie_cal=" . DEFAUT_PARTIE_T, $ancre, "heures-tout.png", _T('cal_jour_entier'), "calendrier-png" . - (($partie_cal == "tout") ? " calendrier-opacity'" : "")) - . calendrier_href($script, $annee, $mois, $jour, $type, "&echelle=$echelle&partie_cal=matin", $ancre, + (($partie_cal == DEFAUT_PARTIE_T) ? " calendrier-opacity'" : "")) + . calendrier_href($script, $annee, $mois, $jour, $type, "&echelle=$echelle&partie_cal=" . DEFAUT_PARTIE_M, $ancre, "heures-am.png", _T('cal_matin'), "calendrier-png" . - (($partie_cal == "matin") ? " calendrier-opacity'" : "")) + (($partie_cal == DEFAUT_PARTIE_M) ? " calendrier-opacity'" : "")) - . calendrier_href($script, $annee, $mois, $jour, $type, "&echelle=$echelle&partie_cal=soir", $ancre, + . calendrier_href($script, $annee, $mois, $jour, $type, "&echelle=$echelle&partie_cal=" . DEFAUT_PARTIE_S, $ancre, "heures-pm.png", _T('cal_apresmidi'), "calendrier-png" . - (($partie_cal == "soir") ? " calendrier-opacity'" : "")) + (($partie_cal == DEFAUT_PARTIE_S) ? " calendrier-opacity'" : "")) . " " . calendrier_href($script, $annee, $mois, $jour, $type, "&partie_cal=$partie_cal&echelle=" . floor($echelle * 1.5), $ancre, -- GitLab