|
|
|
@ -1140,7 +1140,7 @@ $raz = $regs[1];
|
|
|
|
|
$href = parametre_url($href, 'prive', $prive);
|
|
|
|
|
$href = parametre_url($href, 'ancre', $ancre);
|
|
|
|
|
|
|
|
|
|
$href = calendrier_args_date($href, $annee, $mois, $jour, '', "$arg_echelle" . ((DEFAUT_PARTIE == DEFAUT_PARTIE_R) ? '' : ('&partie_cal=' . DEFAUT_PARTIE_R)));
|
|
|
|
|
$href = calendrier_args_date($href, $annee, $mois, $jour, '', "$arg_echelle");
|
|
|
|
|
|
|
|
|
|
$id = ($ancre ?: 'agenda') . '-nav';
|
|
|
|
|
$onmouseover = "if (!this.trimestre)\n{this.trimestre=!charger_node_url('$href', document.getElementById('$id'));}\n;$('#$id').css('visibility','visible').show();";
|
|
|
|
@ -1404,7 +1404,7 @@ function http_calendrier_agenda_rv(
|
|
|
|
|
(($jour_semaine == 1) ? " calendrier-$spip_lang_left" :
|
|
|
|
|
(($jour_semaine == 7) ? " calendrier-$spip_lang_right" :
|
|
|
|
|
''));
|
|
|
|
|
$type = ($semaine ? 'semaine' : 'jour') ;
|
|
|
|
|
$type = 'semaine';
|
|
|
|
|
} else {
|
|
|
|
|
if ($j == $jour_today and $cemois) {
|
|
|
|
|
$toile = ' jour_encours';
|
|
|
|
@ -1425,8 +1425,7 @@ function http_calendrier_agenda_rv(
|
|
|
|
|
$corps = $fclic($script, $annee, $mois, $j, $type, '', $ancre, '', $title, '', '', $j);
|
|
|
|
|
$ligne .= "\n<td class='$class'>$corps</td>";
|
|
|
|
|
if ($jour_semaine == 7) {
|
|
|
|
|
if ($ligne) { $total .= "\n<tr>$ligne</tr>";
|
|
|
|
|
}
|
|
|
|
|
$total .= "\n<tr>$ligne</tr>";
|
|
|
|
|
$ligne = '';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|