|
@@ -12,7 +12,7 @@ link href="/css/print_a4_landscape.css" rel="stylesheet" media="all"
|
|
|
table.table.table-condensed.table-bordered.fixed
|
|
|
tr
|
|
|
th rowspan="2" width="30px" Nr
|
|
|
- th rowspan="2" width="110px" Name
|
|
|
+ th rowspan="2" width="120px" Name
|
|
|
th.text-center colspan="2" 1. Fach (LK1)
|
|
|
th.text-center colspan="2" 2. Fach (LK2)
|
|
|
th.text-center colspan="2" 3. Fach (GK)
|
|
@@ -21,7 +21,9 @@ link href="/css/print_a4_landscape.css" rel="stylesheet" media="all"
|
|
|
th.text-center rowspan="2" Summe Block I
|
|
|
th.text-center rowspan="2" vorl- Gesamt- Summe
|
|
|
th.text-center rowspan="2" Noten- Sprung
|
|
|
- th.text-center rowspan="2" Differenz
|
|
|
+ th.text-center rowspan="2" Diff
|
|
|
+ th.text-center rowspan="2" mdl. Pfl.- Prfg
|
|
|
+ th.text-center rowspan="2" mdl. Best.- Prfg
|
|
|
tr
|
|
|
-4.times
|
|
|
td.text-center Fach
|
|
@@ -38,3 +40,5 @@ link href="/css/print_a4_landscape.css" rel="stylesheet" media="all"
|
|
|
td.text-center =s.abi_abschluss._gesamt_punktzahl
|
|
|
td.text-center =s.abi_abschluss._notensprung
|
|
|
td.text-center =s.abi_abschluss._notensprung-s.abi_abschluss._gesamt_punktzahl if s.abi_abschluss._notensprung && s.abi_abschluss._gesamt_punktzahl
|
|
|
+ td.text-center = s.abi_abschluss_leistungen.find{|f| f.mdl_pflicht_pruefung == "+"} ? "x" : ""
|
|
|
+ td.text-center = s.abi_abschluss_leistungen.find{|f| f.mdl_best_pruefung == "+"} ? "x" : ""
|