'buttonGrey', 'href' => helper::baseUrl() . 'course', 'value' => template::ico('left') ]); ?>

'Titre', 'value' => $this->getdata(['course', $this->getUrl(2), 'title']) ]); ?>
'Titre court', 'value' => $this->getdata(['course', $this->getUrl(2), 'shortTitle']) ]); ?>
'Auteur', 'value' => $this->getdata(['course', $this->getUrl(2), 'author']) ]); ?>
'Catégorie', 'value' => $this->getdata(['course', $this->getUrl(2), 'category']) ]); ?>
'Description', 'value' => $this->getdata(['course', $this->getUrl(2), 'description']) ]); ?>
'Accès', 'selected' => $this->getdata(['course', $this->getUrl(2), 'access']) ]); ?>
'datetime-local', 'label' => 'Ouverture', 'value' => is_null($this->getdata(['course', $this->getUrl(2), 'openingDate'])) ? '' :floor($this->getdata(['course', $this->getUrl(2), 'openingDate']) / 60) * 60 ]); ?>
'datetime-local', 'label' => 'Fermeture', 'value' => is_null($this->getdata(['course', $this->getUrl(2), 'closingDate'])) ? '' : floor($this->getdata(['course', $this->getUrl(2), 'closingDate']) / 60) * 60 ]); ?>
'Inscription', 'selected' => $this->getdata(['course', $this->getUrl(2), 'enrolment']) ]); ?>
'Clé', 'value' => $this->getdata(['course', $this->getUrl(2), 'enrolmentKey']) ]); ?>