From 4b0c3cf1b9a22e36d9be33e296ec17c28a54817d Mon Sep 17 00:00:00 2001 From: Theal0 Date: Fri, 7 May 2021 13:53:36 +0200 Subject: [PATCH] Ajout de gestion de bulletin --- src/ScoDoc/GestionSemestre.js | 6 +- src/ScoDoc/GestionSemestre/Bulletin.js | 158 +++++++++++++++++++++++++ src/ScoDoc/Style.css | 30 ++--- 3 files changed, 178 insertions(+), 16 deletions(-) create mode 100644 src/ScoDoc/GestionSemestre/Bulletin.js diff --git a/src/ScoDoc/GestionSemestre.js b/src/ScoDoc/GestionSemestre.js index 6292ece..c48336a 100644 --- a/src/ScoDoc/GestionSemestre.js +++ b/src/ScoDoc/GestionSemestre.js @@ -5,6 +5,7 @@ import Absences from "./GestionSemestre/Absences"; import Eleves from "./GestionSemestre/Eleves"; import ScoNavBar from "./ScoNavBar"; import {Link} from "react-router-dom"; +import Bulletin from "./GestionSemestre/Bulletin"; class GestionSemestre extends Component { render() { @@ -19,12 +20,15 @@ class GestionSemestre extends Component { + + + -