getThesisById($thesisId); if (!$data) { header('Location: index.php'); exit; } } catch (Exception $e) { error_log("Error loading thesis: " . $e->getMessage()); header('Location: index.php'); exit; } } else { header('Location: index.php'); exit; } $currentNav = ''; ?> <?= htmlspecialchars($data['title']) ?> – Posterg

Orientation :
Atelier pluridisciplinaire :
Date :
Langue :
Format :
Durée :
Mots-clés :
Président·e du jury :
Promoteur·ice :
Lecteur·ices :
Accès :
Licence :
Note :
Contact :
← Retour
getConnection()->prepare( "SELECT access_type_id FROM theses WHERE id = ?" ); $accessStmt->execute([$thesisId]); $accessTypeId = (int)($accessStmt->fetchColumn() ?? 1); } catch (\Throwable $e) {} $isInterdit = ($accessTypeId === 3); ?>

Ce TFE n'est pas disponible en ligne.

<?= htmlspecialchars($file['file_name']) ?>

Aucun fichier disponible pour ce TFE.