Aucun TFE trouvé.
$searchQuery, 'year' => $yearFilter ?: '', 'orientation' => $orientationFilter ?: '', 'ap' => $apFilter ?: '', ]); $sortLink = function(string $col) use ($sortCol, $sortDir, $sortParams): string { $params = $sortParams; $params['sort'] = $col; $params['dir'] = ($sortCol === $col && $sortDir === 'desc') ? 'asc' : 'desc'; return '/admin/?' . http_build_query($params); }; $sortArrow = function(string $col) use ($sortCol, $sortDir): string { if ($sortCol !== $col) return ''; return $sortDir === 'asc' ? ' ↑' : ' ↓'; }; ?>| ID= $sortArrow('identifier') ?> | Titre= $sortArrow('title') ?> | Auteur(s) | Année= $sortArrow('year') ?> | Orientation= $sortArrow('orientation') ?> | AP= $sortArrow('ap_program') ?> | Statut= $sortArrow('is_published') ?> | Actions | |
|---|---|---|---|---|---|---|---|---|
| = htmlspecialchars($thesis['identifier'] ?? $thesis['id']) ?> |
= htmlspecialchars($thesis['title']) ?>
= htmlspecialchars($thesis['subtitle']) ?>
|
= htmlspecialchars($thesis['authors'] ?? 'N/A') ?> | = $thesis['year'] ?> | = htmlspecialchars($thesis['orientation'] ?? 'N/A') ?> | = htmlspecialchars($thesis['ap_program'] ?? 'N/A') ?> |
|