Contenus
= htmlspecialchars($flashSuccess) ?>
= htmlspecialchars($flashError) ?>
Pages statiques
| Slug |
Titre |
Mis à jour |
Action |
= htmlspecialchars($p['slug']) ?> |
= htmlspecialchars($p['title']) ?> |
= htmlspecialchars($p['updated_at'] ?? '—') ?> |
Éditer
|
À propos
| Clé |
Type |
Mis à jour |
Action |
'Contacts',
'credits' => 'Crédits',
};
?>
= htmlspecialchars($a['key']) ?> |
= htmlspecialchars($typeLabel) ?> |
= htmlspecialchars($a['updated_at'] ?? '—') ?> |
Éditer
|
Ces textes apparaissent dans le formulaire de soumission accessible via les liens de partage. Ils permettent d'expliquer aux étudiant·es comment remplir chaque section. Supporte le Markdown.
| Bloc |
Aperçu |
Mis à jour |
Action |
'', 'updated_at' => null];
$label = Database::FORM_HELP_LABELS[$key] ?? $key;
$preview = $block['content'] !== ''
? mb_strimwidth($block['content'], 0, 80, '…')
: '— vide —';
?>
| = htmlspecialchars($label) ?> |
= $block['content'] !== '' ? htmlspecialchars($preview) : $preview ?> |
= htmlspecialchars($block['updated_at'] ?? '—') ?> |
Éditer
|