Skip to content

Commit

Permalink
add scope to table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Oct 15, 2020
1 parent 0ddca2b commit f8cff5e
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 130 deletions.
44 changes: 22 additions & 22 deletions src/leagues/jinja2/leagues/games.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
<caption>Spiele</caption>
<thead>
<tr>
<th>#</th>
<th>Datum</th>
<th>Uhrzeit</th>
<th>Heimmannschaft</th>
<th>Gastmannschaft</th>
<th>Ergebnis</th>
<th>Heim</th>
<th>Gast</th>
<th>Halle</th>
<th>Zuschauer</th>
<th>PDF</th>
<th scope="col">#</th>
<th scope="col">Datum</th>
<th scope="col">Uhrzeit</th>
<th scope="col">Heimmannschaft</th>
<th scope="col">Gastmannschaft</th>
<th scope="col">Ergebnis</th>
<th scope="col">Heim</th>
<th scope="col">Gast</th>
<th scope="col">Halle</th>
<th scope="col">Zuschauer</th>
<th scope="col">PDF</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -67,17 +67,17 @@
</tbody>
<tfoot>
<tr>
<th>#</th>
<th>Datum</th>
<th>Uhrzeit</th>
<th>Heimmannschaft</th>
<th>Gastmannschaft</th>
<th>Ergebnis</th>
<th>Heim</th>
<th>Gast</th>
<th>Halle</th>
<th>Zuschauer</th>
<th>PDF</th>
<th scope="col">#</th>
<th scope="col">Datum</th>
<th scope="col">Uhrzeit</th>
<th scope="col">Heimmannschaft</th>
<th scope="col">Gastmannschaft</th>
<th scope="col">Ergebnis</th>
<th scope="col">Heim</th>
<th scope="col">Gast</th>
<th scope="col">Halle</th>
<th scope="col">Zuschauer</th>
<th scope="col">PDF</th>
</tr>
</tfoot>
</table>
Expand Down
32 changes: 16 additions & 16 deletions src/leagues/jinja2/leagues/offenders.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
<caption>Straffällige</caption>
<thead>
<tr>
<th>Pl.</th>
<th>Name</th>
<th>Mannschaft</th>
<th>Sp.</th>
<th>Pkt.</th>
<th>Gelb</th>
<th>2min</th>
<th>Rot</th>
<th scope="col">Pl.</th>
<th scope="col">Name</th>
<th scope="col">Mannschaft</th>
<th scope="col">Sp.</th>
<th scope="col">Pkt.</th>
<th scope="col">Gelb</th>
<th scope="col">2min</th>
<th scope="col">Rot</th>
</tr>
</thead>
<tbody>
Expand All @@ -58,14 +58,14 @@
</tbody>
<tfoot>
<tr>
<th>Pl.</th>
<th>Name</th>
<th>Mannschaft</th>
<th>Sp.</th>
<th>Pkt.</th>
<th>Gelb</th>
<th>2min</th>
<th>Rot</th>
<th scope="col">Pl.</th>
<th scope="col">Name</th>
<th scope="col">Mannschaft</th>
<th scope="col">Sp.</th>
<th scope="col">Pkt.</th>
<th scope="col">Gelb</th>
<th scope="col">2min</th>
<th scope="col">Rot</th>
</tr>
</tfoot>
</table>
Expand Down
36 changes: 18 additions & 18 deletions src/leagues/jinja2/leagues/scorers.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
<caption>Schützen</caption>
<thead>
<tr>
<th>Pl.</th>
<th>Name</th>
<th>Mannschaft</th>
<th>Sp.</th>
<th>Tore</th>
<th>7m</th>
<th>Feldt.</th>
<th>Tore &Oslash;</th>
<th>Feldt. &Oslash;</th>
<th scope="col">Pl.</th>
<th scope="col">Name</th>
<th scope="col">Mannschaft</th>
<th scope="col">Sp.</th>
<th scope="col">Tore</th>
<th scope="col">7m</th>
<th scope="col">Feldt.</th>
<th scope="col">Tore &Oslash;</th>
<th scope="col">Feldt. &Oslash;</th>
</tr>
</thead>
<tbody>
Expand All @@ -59,15 +59,15 @@
</tbody>
<tfoot>
<tr>
<th>Pl.</th>
<th>Name</th>
<th>Mannschaft</th>
<th>Sp.</th>
<th>Tore</th>
<th>7m</th>
<th>Feldt.</th>
<th>Tore &Oslash;</th>
<th>Feldt. &Oslash;</th>
<th scope="col">Pl.</th>
<th scope="col">Name</th>
<th scope="col">Mannschaft</th>
<th scope="col">Sp.</th>
<th scope="col">Tore</th>
<th scope="col">7m</th>
<th scope="col">Feldt.</th>
<th scope="col">Tore &Oslash;</th>
<th scope="col">Feldt. &Oslash;</th>
</tr>
</tfoot>
</table>
Expand Down
40 changes: 20 additions & 20 deletions src/players/jinja2/players/detail.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
<caption>Spiele</caption>
<thead>
<tr>
<th>#</th>
<th>Datum</th>
<th>Uhrzeit</th>
<th>Gegner</th>
<th>Ort</th>
<th>Nr.</th>
<th>Tore</th>
<th>7m</th>
<th>Feldt.</th>
<th>PDF</th>
<th scope="col">#</th>
<th scope="col">Datum</th>
<th scope="col">Uhrzeit</th>
<th scope="col">Gegner</th>
<th scope="col">Ort</th>
<th scope="col">Nr.</th>
<th scope="col">Tore</th>
<th scope="col">7m</th>
<th scope="col">Feldt.</th>
<th scope="col">PDF</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -70,16 +70,16 @@
</tbody>
<tfoot>
<tr>
<th>#</th>
<th>Datum</th>
<th>Uhrzeit</th>
<th>Gegner</th>
<th>Ort</th>
<th>Nr.</th>
<th>Tore</th>
<th>7m</th>
<th>Feldt.</th>
<th>PDF</th>
<th scope="col">#</th>
<th scope="col">Datum</th>
<th scope="col">Uhrzeit</th>
<th scope="col">Gegner</th>
<th scope="col">Ort</th>
<th scope="col">Nr.</th>
<th scope="col">Tore</th>
<th scope="col">7m</th>
<th scope="col">Feldt.</th>
<th scope="col">PDF</th>
</tr>
</tfoot>
</table>
Expand Down
40 changes: 20 additions & 20 deletions src/teams/jinja2/teams/games.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
<caption>Spiele</caption>
<thead>
<tr>
<th>#</th>
<th>Datum</th>
<th>Uhrzeit</th>
<th>Gegner</th>
<th>Ergebnis</th>
<th>Tore</th>
<th>Gegentore</th>
<th>Halle</th>
<th>Zuschauer</th>
<th>PDF</th>
<th scope="col">#</th>
<th scope="col">Datum</th>
<th scope="col">Uhrzeit</th>
<th scope="col">Gegner</th>
<th scope="col">Ergebnis</th>
<th scope="col">Tore</th>
<th scope="col">Gegentore</th>
<th scope="col">Halle</th>
<th scope="col">Zuschauer</th>
<th scope="col">PDF</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -63,16 +63,16 @@
</tbody>
<tfoot>
<tr>
<th>#</th>
<th>Datum</th>
<th>Uhrzeit</th>
<th>Gegner</th>
<th>Ergebnis</th>
<th>Tore</th>
<th>Gegentore</th>
<th>Halle</th>
<th>Zuschauer</th>
<th>PDF</th>
<th scope="col">#</th>
<th scope="col">Datum</th>
<th scope="col">Uhrzeit</th>
<th scope="col">Gegner</th>
<th scope="col">Ergebnis</th>
<th scope="col">Tore</th>
<th scope="col">Gegentore</th>
<th scope="col">Halle</th>
<th scope="col">Zuschauer</th>
<th scope="col">PDF</th>
</tr>
</tfoot>
</table>
Expand Down
28 changes: 14 additions & 14 deletions src/teams/jinja2/teams/offenders.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<caption>Straffällige</caption>
<thead>
<tr>
<th>Pl.</th>
<th>Name</th>
<th>Sp.</th>
<th>Pkt.</th>
<th>Gelb</th>
<th>2min</th>
<th>Rot</th>
<th scope="col">Pl.</th>
<th scope="col">Name</th>
<th scope="col">Sp.</th>
<th scope="col">Pkt.</th>
<th scope="col">Gelb</th>
<th scope="col">2min</th>
<th scope="col">Rot</th>
</tr>
</thead>
<tbody>
Expand All @@ -41,13 +41,13 @@
</tbody>
<tfoot>
<tr>
<th>Pl.</th>
<th>Name</th>
<th>Sp.</th>
<th>Pkt.</th>
<th>Gelb</th>
<th>2min</th>
<th>Rot</th>
<th scope="col">Pl.</th>
<th scope="col">Name</th>
<th scope="col">Sp.</th>
<th scope="col">Pkt.</th>
<th scope="col">Gelb</th>
<th scope="col">2min</th>
<th scope="col">Rot</th>
</tr>
</tfoot>
</table>
Expand Down
8 changes: 4 additions & 4 deletions src/teams/jinja2/teams/players.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<caption>Spieler</caption>
<thead>
<tr>
<th>Name</th>
<th>Sp.</th>
<th scope="col">Name</th>
<th scope="col">Sp.</th>
</tr>
</thead>
<tbody>
Expand All @@ -31,8 +31,8 @@
</tbody>
<tfoot>
<tr>
<th>Name</th>
<th>Sp.</th>
<th scope="col">Name</th>
<th scope="col">Sp.</th>
</tr>
</tfoot>
</table>
Expand Down
32 changes: 16 additions & 16 deletions src/teams/jinja2/teams/scorers.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<caption>Schützen</caption>
<thead>
<tr>
<th>Pl.</th>
<th>Name</th>
<th>Sp.</th>
<th>Tore</th>
<th>7m</th>
<th>Feldt.</th>
<th>Tore &Oslash;</th>
<th>Feldt. &Oslash;</th>
<th scope="col">Pl.</th>
<th scope="col">Name</th>
<th scope="col">Sp.</th>
<th scope="col">Tore</th>
<th scope="col">7m</th>
<th scope="col">Feldt.</th>
<th scope="col">Tore &Oslash;</th>
<th scope="col">Feldt. &Oslash;</th>
</tr>
</thead>
<tbody>
Expand All @@ -43,14 +43,14 @@
</tbody>
<tfoot>
<tr>
<th>Pl.</th>
<th>Name</th>
<th>Sp.</th>
<th>Tore</th>
<th>7m</th>
<th>Feldt.</th>
<th>Tore &Oslash;</th>
<th>Feldt. &Oslash;</th>
<th scope="col">Pl.</th>
<th scope="col">Name</th>
<th scope="col">Sp.</th>
<th scope="col">Tore</th>
<th scope="col">7m</th>
<th scope="col">Feldt.</th>
<th scope="col">Tore &Oslash;</th>
<th scope="col">Feldt. &Oslash;</th>
</tr>
</tfoot>
</table>
Expand Down

0 comments on commit f8cff5e

Please sign in to comment.