- {updiag[1]}
-
""")
if evaluation.moduleimpl.can_edit_notes(current_user, allow_ens=False):
H.append(
f"""
+
-
Explications
+
+
Explications
+
-- Etape 1:
+
- Etape 1:
- choisir le ou les groupes d'étudiants;
- télécharger le fichier Excel à remplir.
-- Etape 2 (cadre vert): Indiquer le fichier Excel
+
- Etape 2 (cadre vert): Indiquer le fichier Excel
téléchargé à l'étape 1 et dans lequel on a saisi des notes.
Remarques:
@@ -797,6 +806,8 @@ def saisie_notes_tableur(evaluation_id: int, group_ids=()):
+
+
"""
)
H.append(html_sco_header.sco_footer())
diff --git a/app/static/css/scodoc.css b/app/static/css/scodoc.css
index 743417295..815c12515 100644
--- a/app/static/css/scodoc.css
+++ b/app/static/css/scodoc.css
@@ -3162,15 +3162,33 @@ div.saisienote_etape1 {
border: 2px solid blue;
padding: 5px;
background-color: rgb(231, 234, 218);
- /* E7EADA */
+ margin-top: 12px;
+ margin-right: 8px;
+ max-width: var(--sco-content-max-width);
}
div.saisienote_etape2 {
border: 2px solid green;
margin-top: 1em;
+ margin-right: 8px;
padding: 5px;
background-color: rgb(234, 221, 218);
- /* EADDDA */
+ max-width: var(--sco-content-max-width);
+}
+
+.diag-evaluation {
+ color: green;
+}
+
+.notes-chargees {
+ margin-left: 16px;
+ margin-top: 12px;
+ background-color: #e2ffe2;
+ font-size: 120%;
+ border: 1px solid #84ae84;
+ border-radius: 8px;
+ padding: 8px;
+ width: fit-content;
}
span.titredivsaisienote {
@@ -4908,9 +4926,4 @@ div.cas_etat_certif_ssl {
margin-bottom: 8px;
font-style: italic;
color: rgb(231, 0, 0);
-}
-
-
-.diag-evaluation {
- color: green;
}
\ No newline at end of file