Organisation

'; # Titre $html .= '

'.$this->nom; if ($this->annule) { $html .= ' Annulé'; } if (in_array('annuler', $droits) && !$this->annule) { # TODO $html .= ' '; } if (in_array('supprimer', $droits) && !$this->valide) { # TODO $html .= ' '; } $html .= '

'; # Description $html .= '
'; $html .= '
'; $html .= '

Description'; if (in_array('modifier', $droits)) { $html .= ' '; } $html .= '

'; $html .= '
'; $html .= '
'; $html .= '

'; $html .= nl2br(htmlspecialchars($this->description)); $html .= '

'; // $html .= '
'; $html .= '

'; $html .= 'Durée : '.$this->duree.' minutes
'; if ($this->valide) { $html .= 'Date : '.date('c', $this->valide).'
'; } $html .= '

'; if ($this->annule) { $html .= ''; } $html .= '
'; $html .= '
'; # Dates if (!$this->valide && !$this->annule) { $html .= '
'; $html .= '
'; $html .= '

Dates possibles'; if (in_array('proposer', $droits)) { $html .= ''; } $html .= '

'; $html .= '
'; $html .= '
'; $html .= ''; if (in_array('valider', $droits) && !$this->valide) { $html .= '

'; } $html .= '
'; $html .= '
'; } $html .= ''; return $html; } } ?>

Évènements

Plannifiés

À plannifier

Évènements passés