Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
| start [2025/11/27 18:59] – mbautsch | start [2025/12/28 09:36] (aktuell) – [Aktuelles] mbautsch | ||
|---|---|---|---|
| Zeile 22: | Zeile 22: | ||
| < | < | ||
| + | <span style=" | ||
| + | <b> | ||
| + | <!--In der Zeile zwischen "< | ||
| + | < | ||
| + | </ | ||
| + | </b> | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| <div style=" | <div style=" | ||
| - | |||
| - | <table border=" | ||
| - | <th align=" | ||
| - | <tr align=" | ||
| - | <td align=" | ||
| - | <td align=" | ||
| - | </tr> | ||
| - | <tr align=" | ||
| - | <td align=" | ||
| - | <td align=" | ||
| - | </tr> | ||
| - | </ | ||
| - | |||
| <script language=" | <script language=" | ||
| today = new Date (); | today = new Date (); | ||
| Zeile 45: | Zeile 42: | ||
| month = today.getMonth (); | month = today.getMonth (); | ||
| year = today.getFullYear (); | year = today.getFullYear (); | ||
| - | document.write (' | + | document.write (' |
| + | document.write (' | ||
| + | if (month != 11) document.write ((year - 1) + '/' | ||
| + | if (month == 11) document.write (year + '/' | ||
| + | document.write (': Sonntage '); | ||
| + | liturgicalYearSundays = year % 3; | ||
| + | if (((liturgicalYearSundays == 0) && (month != 11)) || (((liturgicalYearSundays == 2)) && (month == 11))) document.write (' | ||
| + | if (((liturgicalYearSundays == 1) && (month != 11)) || (((liturgicalYearSundays == 0)) && (month == 11))) document.write (' | ||
| + | if (((liturgicalYearSundays == 2) && (month != 11)) || (((liturgicalYearSundays == 1)) && (month == 11))) document.write (' | ||
| + | document.write (', Wochentage I'); | ||
| + | liturgicalYearWeekdays = year % 2; | ||
| + | if (((liturgicalYearWeekdays == 0) && (month != 11)) || (((liturgicalYearWeekdays == 1)) && (month == 11))) document.write (' | ||
| </ | </ | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | <span style=" | ||
| - | <b> | ||
| - | <!--In der Zeile zwischen "< | ||
| - | < | ||
| - | |||
| - | </ | ||
| - | </b> | ||
| - | </ | ||
| </ | </ | ||