forked from ScoDoc/ScoDoc
Table recap. évaluations: cosmetic
This commit is contained in:
parent
7e5ccfb2d8
commit
c4b45e11b3
@ -53,7 +53,11 @@ def evaluations_recap(formsemestre_id: int) -> str:
|
|||||||
for row in rows:
|
for row in rows:
|
||||||
H.append(f"{scu.gen_row(column_ids, row, with_col_classes=True)}\n")
|
H.append(f"{scu.gen_row(column_ids, row, with_col_classes=True)}\n")
|
||||||
|
|
||||||
H.append("""</tbody></table></div>""")
|
H.append(
|
||||||
|
"""</tbody></table></div>
|
||||||
|
<div class="help">Les étudiants démissionnaires ou défaillants ne sont pas pris en compte dans cette table.</div>
|
||||||
|
"""
|
||||||
|
)
|
||||||
H.append(
|
H.append(
|
||||||
html_sco_header.sco_footer(),
|
html_sco_header.sco_footer(),
|
||||||
)
|
)
|
||||||
|
@ -3902,3 +3902,11 @@ table.evaluations_recap tr.evaluation.incomplete td a {
|
|||||||
table.evaluations_recap tr.evaluation.incomplete td a.incomplete {
|
table.evaluations_recap tr.evaluation.incomplete td a.incomplete {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.evaluations_recap td.inscrits,
|
||||||
|
table.evaluations_recap td.manquantes,
|
||||||
|
table.evaluations_recap td.nb_abs,
|
||||||
|
table.evaluations_recap td.nb_att,
|
||||||
|
table.evaluations_recap td.nb_exc {
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user