Vorlage:NoteBerechnung: Unterschied zwischen den Versionen
Aus smw-dev03
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
<includeonly> | <includeonly> | ||
<!-- Eingabe: Einzelnoten vom Referenten und Koreferenten --> | <!-- Eingabe: Einzelnoten vom Referenten und Koreferenten --> | ||
| Zeile 14: | Zeile 15: | ||
round 1 }} | round 1 }} | ||
}}<!-- Darstellung --> | }}<!-- Darstellung --> | ||
<div style="max-width: 75%; margin: 10px auto 0 auto; padding: | <!-- Darstellung --> | ||
<div style="max-width: 75%; margin: 10px auto 0 auto; padding: 10px; 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> | <h3 style="margin-top: 0; color: #2c3e50;">📊 Notenübersicht</h3> | ||
< | |||
< | <!-- Tabellarisch --> | ||
<table style="width: 100%; border-collapse: collapse; margin-bottom: 20px;"> | |||
<thead> | |||
<tr style="background-color: #e9ecef;"> | |||
</ | <th style="text-align: left; padding: 8px; border-bottom: 1px solid #ccc;"> </th> | ||
<th style="text-align: center; padding: 8px; border-bottom: 1px solid #ccc;">Bachelorarbeit</th> | |||
<th style="text-align: center; padding: 8px; border-bottom: 1px solid #ccc;">Kolloquium</th> | |||
</tr> | |||
</thead> | |||
<tbody> | |||
<tr> | |||
<td style="padding: 8px;"><strong>Referent</strong></td> | |||
<td style="text-align: center; padding: 8px;">{{{note_ba_ref|–}}}</td> | |||
<td style="text-align: center; padding: 8px;">{{{note_koll_ref|–}}}</td> | |||
</tr> | |||
<tr> | |||
<td style="padding: 8px;"><strong>Koreferent</strong></td> | |||
<td style="text-align: center; padding: 8px;">{{{note_ba_koref|–}}}</td> | |||
<td style="text-align: center; padding: 8px;">{{{note_koll_koref|–}}}</td> | |||
</tr> | |||
</tbody> | |||
</table> | |||
<!-- Durchschnitt + Gesamtnote --> | |||
<div style="display: flex; justify-content: space-between; gap: 20px;"> | <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="flex: 1; text-align: center; padding: 10px; background-color: #ffffff; border: 1px solid #e1e4e8; border-radius: 6px;"> | ||
Version vom 25. Mai 2025, 21:17 Uhr