Vorlage:NoteBerechnung: Unterschied zwischen den Versionen
Aus smw-dev03
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 18: | Zeile 18: | ||
<!-- Darstellung --> | <!-- Darstellung --> | ||
<div style="margin- | <div style="max-width: 800px; margin: 20px auto 0 auto; padding: 15px; background-color: #f9f9f9; border: 1px solid #ccc; border-radius: 8px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"> | ||
< | <h3 style="margin-top: 0; color: #2c3e50;">📊 Notenübersicht</h3> | ||
<ul style="list-style: none; padding-left: 0;"> | <ul style="list-style: none; padding-left: 0; margin-bottom: 20px;"> | ||
<li><strong>Referent – Bachelorarbeit:</strong> {{{note_ba_ref|–}}}</li> | <li><strong>Referent – Bachelorarbeit:</strong> {{{note_ba_ref|–}}}</li> | ||
<li><strong>Koreferent – Bachelorarbeit:</strong> {{{note_ba_koref|–}}}</li> | <li><strong>Koreferent – Bachelorarbeit:</strong> {{{note_ba_koref|–}}}</li> | ||
| Zeile 26: | Zeile 26: | ||
<li><strong>Koreferent – Kolloquium:</strong> {{{note_koll_koref|–}}}</li> | <li><strong>Koreferent – Kolloquium:</strong> {{{note_koll_koref|–}}}</li> | ||
</ul> | </ul> | ||
<div style="display: flex; justify-content: space-between; | <div style="display: flex; justify-content: space-between; gap: 20px;"> | ||
<div style="flex: 1; text-align: center; padding: 10px; background-color: #ffffff; border: 1px solid #e1e4e8; border-radius: 6px;"> | |||
<div style="font-weight: bold;">Durchschnitt BA</div> | |||
<div>{{#show: {{FULLPAGENAME}} | ?Hat Durchschnittsnote BA |link=none }}</div> | |||
</div> | |||
<div style="flex: 1; text-align: center; padding: 10px; background-color: #ffffff; border: 1px solid #e1e4e8; border-radius: 6px;"> | |||
<div style="font-weight: bold;">Durchschnitt Kolloquium</div> | |||
<div>{{#show: {{FULLPAGENAME}} | ?Hat Durchschnittsnote Kolloquium |link=none }}</div> | |||
</div> | |||
<div style="flex: 1; text-align: center; padding: 10px; background-color: #ffffff; border: 1px solid #e1e4e8; border-radius: 6px;"> | |||
<div style="font-weight: bold;">Gesamtnote</div> | |||
<div>{{#show: {{FULLPAGENAME}} | ?Hat Gesamtnote |link=none }}</div> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||