diff --git a/_templates/calendar.htm b/_templates/calendar.htm index e3331a4..132480b 100644 --- a/_templates/calendar.htm +++ b/_templates/calendar.htm @@ -11,4 +11,4 @@

weitere Termine

<@NextYear@> - \ No newline at end of file + diff --git a/_templates/calendar.js b/_templates/calendar.js index a76c6f6..68a46db 100644 --- a/_templates/calendar.js +++ b/_templates/calendar.js @@ -17,4 +17,4 @@ }); - \ No newline at end of file + diff --git a/_templates/index.htm b/_templates/index.htm index 41f5d92..5377ae9 100644 --- a/_templates/index.htm +++ b/_templates/index.htm @@ -64,7 +64,7 @@ - +

Unterstützer

@@ -76,4 +76,4 @@
SOMAG Warenhandelsges.m.b.H.
-
+ diff --git a/_templates/index_old.htm b/_templates/index_old.htm index d714865..9a4d012 100644 --- a/_templates/index_old.htm +++ b/_templates/index_old.htm @@ -51,7 +51,7 @@ - +
@@ -64,4 +64,4 @@ -
\ No newline at end of file + diff --git a/_templates/index_v2.htm b/_templates/index_v2.htm index f7a567b..adcccf8 100644 --- a/_templates/index_v2.htm +++ b/_templates/index_v2.htm @@ -57,7 +57,7 @@ - +

Unterstützer

@@ -69,4 +69,4 @@
SOMAG Warenhandelsges.m.b.H.
-
\ No newline at end of file + diff --git a/_templates/kontakt.htm b/_templates/kontakt.htm index c133940..25af6d3 100644 --- a/_templates/kontakt.htm +++ b/_templates/kontakt.htm @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/_templates/main.htm b/_templates/main.htm index d24491c..5d2deef 100644 --- a/_templates/main.htm +++ b/_templates/main.htm @@ -54,7 +54,7 @@
  • Facebook
  • - + <@Content@> diff --git a/_templates/main_old.htm b/_templates/main_old.htm index 2382967..6a360b2 100644 --- a/_templates/main_old.htm +++ b/_templates/main_old.htm @@ -54,7 +54,7 @@
  • Facebook
  • - + <@Content@> diff --git a/_templates/main_v2.htm b/_templates/main_v2.htm index 0c20df2..628d15c 100644 --- a/_templates/main_v2.htm +++ b/_templates/main_v2.htm @@ -54,7 +54,7 @@
  • Facebook
  • - + <@Content@> diff --git a/_templates/sidebar.htm b/_templates/sidebar.htm index 6472035..c3f3255 100644 --- a/_templates/sidebar.htm +++ b/_templates/sidebar.htm @@ -13,10 +13,10 @@ diff --git a/_templates/sidebar_old.htm b/_templates/sidebar_old.htm index b1467e2..ba31442 100644 --- a/_templates/sidebar_old.htm +++ b/_templates/sidebar_old.htm @@ -13,9 +13,9 @@ @@ -25,22 +25,22 @@

    nächste Termine

    -
    +

    <@CalendarRange@>

    - +
    - - - - - - + + + + + + - + <@CalendarContent@> - -
    MoDiMiDoFrSaMoDiMiDoFrSa So
    + +
    diff --git a/_templates/sidebar_v2.htm b/_templates/sidebar_v2.htm index 4d763c4..669186e 100644 --- a/_templates/sidebar_v2.htm +++ b/_templates/sidebar_v2.htm @@ -5,10 +5,10 @@ @@ -18,22 +18,22 @@

    nächste Termine

    -
    +

    <@CalendarRange@>

    - +
    - - - - - - + + + + + + - + <@CalendarContent@> - -
    MoDiMiDoFrSaMoDiMiDoFrSa So
    + +
    diff --git a/_templates/stammtisch_map.js b/_templates/stammtisch_map.js index 707ee89..63f4247 100644 --- a/_templates/stammtisch_map.js +++ b/_templates/stammtisch_map.js @@ -19,10 +19,10 @@ }); var mapsGroup = { "Luftbild" : basemapOrtho, - "Strasse" : basemapAT - }; + "Strasse" : basemapAT + }; L.control.layers(mapsGroup).addTo(map); - var space = L.marker([47.92300, 16.21185]).addTo(map); - space.bindPopup("/usr/space
    Mühlgasse 8
    2544 Leobersdorf").openPopup(); + var space = L.marker([47.92300, 16.21185]).addTo(map); + space.bindPopup("/usr/space
    Mühlgasse 8
    2544 Leobersdorf").openPopup(); L.control.scale({imperial:false}).addTo(map); - \ No newline at end of file + diff --git a/about.php b/about.php index b162f99..07e6f6a 100644 --- a/about.php +++ b/about.php @@ -13,4 +13,4 @@ $template = str_replace('<@Content@>',$Content,$template); $template = str_replace('<@Scripts@>','',$template); print_template($template); -?> \ No newline at end of file +?> diff --git a/calendar.php b/calendar.php index 0bc581e..56665eb 100644 --- a/calendar.php +++ b/calendar.php @@ -45,7 +45,7 @@ if (isset($_GET['o']) and ($_GET['o'] === 'json')) { } } header("Content-Type: application/json; charset=UTF-8"); - echo json_encode($result, JSON_UNESCAPED_UNICODE); + echo json_encode($result, JSON_UNESCAPED_UNICODE); } else if (isset($_GET['o']) and ($_GET['o'] === 'sidebar')) { header("Content-Type: text/plain; charset=UTF-8"); @@ -56,9 +56,9 @@ if (isset($_GET['o']) and ($_GET['o'] === 'json')) { $last_day = strtotime("+3 weeks") + ((60*60*24)*(7-$today)) ; // letzter Sonntag $output = ""; $day = $first_day; - + $events = $ical->eventsFromRange(date('Y-m-d 00:00:00', $first_day), date('Y-m-d 23:59:59', $last_day)); - + for ($w = 0; $w < 5; $w++) { $output .= ""; for ($d = 0; $d < 7; $d++) { @@ -100,7 +100,7 @@ if (isset($_GET['o']) and ($_GET['o'] === 'json')) { $NewEvent = str_replace('<@Name@>',$event->summary,$Entry); $dtstart = $ical->iCalDateToDateTime($event->dtstart_array[3], $forceTimeZone); $dtend = $ical->iCalDateToDateTime($event->dtend_array[3], $forceTimeZone); - if ($dtstart->format('d.m.Y') != $dtend->format('d.m.Y')) { + if ($dtstart->format('d.m.Y') != $dtend->format('d.m.Y')) { $NewEvent = str_replace('<@Date@>',$dtstart->format('d.m.Y') . ' - ' . $dtend->format('d.m.Y'),$NewEvent); $NewEvent = str_replace('<@Time@>','--',$NewEvent); } else { @@ -136,7 +136,7 @@ if (isset($_GET['o']) and ($_GET['o'] === 'json')) { $NewEvent = str_replace('<@Name@>',$event->summary,$Entry); $dtstart = $ical->iCalDateToDateTime($event->dtstart_array[3], $forceTimeZone); $dtend = $ical->iCalDateToDateTime($event->dtend_array[3], $forceTimeZone); - if ($dtstart->format('d.m.Y') != $dtend->format('d.m.Y')) { + if ($dtstart->format('d.m.Y') != $dtend->format('d.m.Y')) { $NewEvent = str_replace('<@Date@>',$dtstart->format('d.m.Y') . ' - ' . $dtend->format('d.m.Y'),$NewEvent); $NewEvent = str_replace('<@Time@>','ganztägig',$NewEvent); } else { @@ -172,7 +172,7 @@ if (isset($_GET['o']) and ($_GET['o'] === 'json')) { $NewEvent = str_replace('<@Name@>',$event->summary,$Entry); $dtstart = $ical->iCalDateToDateTime($event->dtstart_array[3], $forceTimeZone); $dtend = $ical->iCalDateToDateTime($event->dtend_array[3], $forceTimeZone); - if ($dtstart->format('d.m.Y') != $dtend->format('d.m.Y')) { + if ($dtstart->format('d.m.Y') != $dtend->format('d.m.Y')) { $NewEvent = str_replace('<@Date@>',$dtstart->format('d.m.Y') . ' - ' . $dtend->format('d.m.Y'),$NewEvent); $NewEvent = str_replace('<@Time@>','--',$NewEvent); } else { diff --git a/common.php b/common.php index 9e3b644..c8818fd 100644 --- a/common.php +++ b/common.php @@ -28,4 +28,4 @@ if(defined("PROJ_DEBUGMODE") and PROJ_DEBUGMODE) { error_reporting(0); } -?> \ No newline at end of file +?> diff --git a/datenschutz.php b/datenschutz.php index aacc2e8..2ea881b 100644 --- a/datenschutz.php +++ b/datenschutz.php @@ -13,4 +13,4 @@ $template = str_replace('<@Content@>',$Content,$template); $template = str_replace('<@Scripts@>','',$template); print_template($template); -?> \ No newline at end of file +?> diff --git a/impressum.php b/impressum.php index 337e1a1..18b86d9 100644 --- a/impressum.php +++ b/impressum.php @@ -13,4 +13,4 @@ $template = str_replace('<@Content@>',$Content,$template); $template = str_replace('<@Scripts@>','',$template); print_template($template); -?> \ No newline at end of file +?> diff --git a/index.php b/index.php index e246e59..6d47339 100644 --- a/index.php +++ b/index.php @@ -19,4 +19,4 @@ $template = str_replace('<@Content@>',$Content,$template); $template = str_replace('<@Scripts@>','',$template); print_template($template); -?> \ No newline at end of file +?> diff --git a/kontakt.php b/kontakt.php index b87dee5..82ce25b 100644 --- a/kontakt.php +++ b/kontakt.php @@ -16,4 +16,4 @@ $template = str_replace('<@Content@>',$Content,$template); $template = str_replace('<@Scripts@>',$Scripts,$template); print_template($template); -?> \ No newline at end of file +?> diff --git a/mitgliedschaft.php b/mitgliedschaft.php index 80cd0ba..dc8e070 100644 --- a/mitgliedschaft.php +++ b/mitgliedschaft.php @@ -13,4 +13,4 @@ $template = str_replace('<@Content@>',$Content,$template); $template = str_replace('<@Scripts@>','',$template); print_template($template); -?> \ No newline at end of file +?> diff --git a/paths.php b/paths.php index 8cd12c4..5583494 100644 --- a/paths.php +++ b/paths.php @@ -15,4 +15,4 @@ $project = str_replace($_SERVER['DOCUMENT_ROOT'], "", str_replace("\\", "/",dirn //Projektpfad (für HTML) define("PROJ_HTTP_ROOT", $protocol . $_SERVER['HTTP_HOST'] . $project); -?> \ No newline at end of file +?> diff --git a/stammtisch.php b/stammtisch.php index ae7052b..fdc341b 100644 --- a/stammtisch.php +++ b/stammtisch.php @@ -10,7 +10,7 @@ $st_mi = mktime(22,50,50,3,14,2018); $st_do = mktime(22,50,50,3,22,2018); while ($st_mi < time()) { - $st_mi = $st_mi + (60 * 60 * 24 * 14); // +2 Wochen, ToDo: ich weis nicht ob das mit Schaltsekunden über die nächsten 1000 Jahre usw. auch funktioniert + $st_mi = $st_mi + (60 * 60 * 24 * 14); // +2 Wochen, ToDo: ich weis nicht ob das mit Schaltsekunden über die nächsten 1000 Jahre usw. auch funktioniert } while ($st_do < time()) { @@ -41,4 +41,4 @@ $template = str_replace('<@Content@>',$Content,$template); $template = str_replace('<@Scripts@>',$Scripts,$template); print_template($template); -?> \ No newline at end of file +?> diff --git a/termine.php b/termine.php index 88f1b09..44bbfbd 100644 --- a/termine.php +++ b/termine.php @@ -10,7 +10,7 @@ $st_mi = mktime(22,50,50,3,14,2018); $st_do = mktime(22,50,50,3,22,2018); while ($st_mi < time()) { - $st_mi = $st_mi + (60 * 60 * 24 * 14); // +2 Wochen, ToDo: ich weis nicht ob das mit Schaltsekunden über die nächsten 1000 Jahre usw. auch funktioniert + $st_mi = $st_mi + (60 * 60 * 24 * 14); // +2 Wochen, ToDo: ich weis nicht ob das mit Schaltsekunden über die nächsten 1000 Jahre usw. auch funktioniert } while ($st_do < time()) { @@ -39,4 +39,4 @@ $template = str_replace('<@Content@>',$Content,$template); $template = str_replace('<@Scripts@>',$Scripts,$template); print_template($template); -?> \ No newline at end of file +?>