diff --git a/app/public/assets/css/tfe.css b/app/public/assets/css/tfe.css index 46f4b19..cd3e9af 100644 --- a/app/public/assets/css/tfe.css +++ b/app/public/assets/css/tfe.css @@ -41,8 +41,8 @@ margin: 0; } -/* Metadata description list — target
directly inside article > header */ -article dl { +/* Metadata block */ +.tfe-meta { display: flex; flex-direction: column; gap: var(--space-3xs); @@ -51,38 +51,27 @@ article dl { margin: 0; } -/* Each dt/dd pair grouped in a
inside
*/ -article dl > div { - display: grid; - grid-template-columns: auto 1fr; - gap: var(--space-3xs); +/* Each metadata line */ +.tfe-meta-item { + margin: 0; } -article dl dt { - color: var(--text-primary); +.tfe-meta-label { font-weight: 400; } -article dl dd { - color: var(--text-primary); - font-weight: 700; - margin: 0; - min-width: 0; - word-break: normal; - overflow-wrap: normal; -} - -article dl dd a { +.tfe-meta-item a { color: inherit; + font-weight: 700; text-decoration: none; } -article dl dd a:hover { +.tfe-meta-item a:hover { text-decoration: none; } -/* Note field: align dt/dd to top, value in italics */ -.tfe-meta-note { +/* Note field: align label to top, value in italics */ +.tfe-meta-item.tfe-meta-note { align-items: start; } diff --git a/app/templates/public/tfe.php b/app/templates/public/tfe.php index 2d83e29..b1d5433 100644 --- a/app/templates/public/tfe.php +++ b/app/templates/public/tfe.php @@ -15,273 +15,203 @@ -
+
-
-
Orientation :
-
">
-
+

+ Orientation : + "> +

-
-
Atelier pluridisciplinaire :
-
">
-
+

+ Atelier pluridisciplinaire : + "> +

-
-
Date :
-
">
-
+

+ Date : + "> +

-
-
Langue :
-
+ Langue : + '' . - htmlspecialchars(mb_strtolower($l)) . - "", + fn($l) => '' . htmlspecialchars(mb_strtolower($l)) . '', $langs, ); echo implode(", ", $langLinks); - ?>
-
+ ?> +

-
-
Format :
-
+ Format : + '' . - htmlspecialchars(mb_strtolower($f)) . - "", + fn($f) => '' . htmlspecialchars(mb_strtolower($f)) . '', $fmts, ); echo implode(", ", $fmtLinks); - ?>
-
+ ?> +

-
-
Mots-clés :
-
+ Mots-clés : + '' . - htmlspecialchars(mb_strtolower($k)) . - "", + fn($k) => '' . htmlspecialchars(mb_strtolower($k)) . '', $kws, ); echo implode(", ", $kwLinks); - ?>
-
+ ?> +

-
-
Promoteur·ice interne :
-
+ Promoteur·ice interne : + '' . - htmlspecialchars($n) . - "", + fn($n) => '' . htmlspecialchars($n) . '', $promoteursInternes, ); echo implode(", ", $links); - ?>
-
+ ?> +

-
-
Promoteur·ice externe :
-
+ Promoteur·ice externe : + '' . - htmlspecialchars($n) . - "", + fn($n) => '' . htmlspecialchars($n) . '', $promoteursExternes, ); echo implode(", ", $links); - ?>
-
+ ?> +

-
-
Promoteur·ice ULB :
-
+ Promoteur·ice ULB : + '' . - htmlspecialchars($n) . - "", + fn($n) => '' . htmlspecialchars($n) . '', $promoteursUlb, ); echo implode(", ", $links); - ?>
-
+ ?> +

-
-
Président·e du jury :
-
+ Président·e du jury : + '' . - htmlspecialchars($n) . - "", + fn($n) => '' . htmlspecialchars($n) . '', $juryPresidents, ); echo implode(", ", $links); - ?>
-
+ ?> +

-
-
Lecteur·ice(s) interne :
-
+ Lecteur·ice(s) interne : + '' . - htmlspecialchars($n) . - "", + fn($n) => '' . htmlspecialchars($n) . '', $juryLecteursInternes, ); echo implode(", ", $links); - ?>
-
+ ?> +

-
-
Lecteur·ice(s) externe :
-
+ Lecteur·ice(s) externe : + '' . - htmlspecialchars($n) . - "", + fn($n) => '' . htmlspecialchars($n) . '', $juryLecteursExternes, ); echo implode(", ", $links); - ?>
-
+ ?> +

-
-
Accès :
-
-
+

+ Accès : + +

-
-
Licence :
-
-
+

+ Licence : + +

-
-
Note :
-
-
+

+ Note : + +

- -
-
Contact :
-
+ +

+ Contact : - - + + (ouvre dans un nouvel onglet) - -

-
+ +

- +

+ Lien : + + + (ouvre dans un nouvel onglet) + +

-
+