diff --git a/app/scodoc/sco_formsemestre_status.py b/app/scodoc/sco_formsemestre_status.py index 5f3d69ce..fe58bc15 100755 --- a/app/scodoc/sco_formsemestre_status.py +++ b/app/scodoc/sco_formsemestre_status.py @@ -1126,6 +1126,18 @@ def formsemestre_status(formsemestre_id=None, check_parcours=True): ] H += [ f""" +
+ + + +

Tableau des Ressources et SAEs

+
{_TABLEAU_MODULES_HEAD} @@ -1155,7 +1167,7 @@ def formsemestre_status(formsemestre_id=None, check_parcours=True): autres, nt, formsemestre, can_edit=can_edit, show_ues=False ), ] - H += [_TABLEAU_MODULES_FOOT, "
"] + H += [_TABLEAU_MODULES_FOOT, "
"] else: # formations classiques: groupe par UE # élimine les modules BUT qui aurait pu se glisser là suite à un diff --git a/app/static/css/scodoc97.css b/app/static/css/scodoc97.css index 3c22c11f..38bfe85b 100644 --- a/app/static/css/scodoc97.css +++ b/app/static/css/scodoc97.css @@ -276,4 +276,36 @@ body { overflow: hidden !important; margin: 0 !important; height: 100vh !important; +} + +/* Tableau des modules */ +#tableau-modules-summary { + list-style: none; +} + +#tableau-modules-summary::marker { + display: none; +} + +#tableau-modules-summary>h3::after { + content: ""; + display: inline-block; + width: 0; + height: 0; + margin-left: 4px; + vertical-align: middle; + border-top: 4px dashed; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} + +#tableau-modules-details:not([open])>#tableau-modules-summary>h3::before { + content: "(caché) "; + font-size: smaller; + font-weight: lighter; + font-style: italic; +} + +#tableau-modules-details:not([open]) #tableau_modules { + display: none; } \ No newline at end of file diff --git a/app/static/css/scodoc9_mobile.css b/app/static/css/scodoc9_mobile.css index 3dd227e0..ad1202df 100644 --- a/app/static/css/scodoc9_mobile.css +++ b/app/static/css/scodoc9_mobile.css @@ -101,4 +101,8 @@ height: var(--size) !important; } + div.formsemestre_status { + padding: 0; + } + } \ No newline at end of file