feat: clarification contact étudiant + déplacer Contact visible dans Informations du TFE

- Label : « Contact visible (optionnel) », placeholder : mail/site/insta/etc.
- Hint : demander l'URL complète, le système raccourcit à l'affichage
- Affichage public (tfe.php) : extraction d'identifiant depuis l'URL
- Déplacement de contact_visible du Backoffice vers le fieldset Informations du TFE
- Renommage « Identité » → « Informations du TFE » dans le récapitulatif admin
This commit is contained in:
Pontoporeia
2026-06-09 14:01:28 +02:00
parent 021c58925e
commit 655dd4c038
7 changed files with 27 additions and 20 deletions

View File

@@ -35,9 +35,9 @@
<p><a href="/admin/add.php" class="btn btn--secondary">Retour au formulaire</a></p>
<?php elseif ($thesis): ?>
<!-- ═══════════ Identité ═══════════ -->
<!-- ═══════════ Informations du TFE ═══════════ -->
<fieldset>
<legend>Identité</legend>
<legend>Informations du TFE</legend>
<dl class="recap-dl">
<dt>Identifiant</dt><dd><?= htmlspecialchars($thesis['identifier']) ?></dd>
<dt>Titre</dt><dd><?= htmlspecialchars($thesis['title']) ?></dd>