From 679257d709e59350cc37c842a1ca9311a4bd2b8f Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 28 Dec 2023 13:51:36 +0100 Subject: [PATCH] Remove problems from code inspection. --- admin/css/page.css | 10 +-- admin/inc/config.php | 1 - admin/inc/funktionen.php | 2 +- admin/inc/konstanten.php | 9 +-- admin/inc/variablen.php | 1 - admin/index.php | 1 - admin/inhalt.php | 1 - admin/inhalte/angebote/del.php | 1 - admin/inhalte/fotos/10er.php | 5 +- admin/inhalte/fotos/standard.php | 4 +- admin/inhalte/fotos/wohn.php | 3 +- admin/inhalte/gb/del.php | 1 - admin/inhalte/kal/belegung/del.php | 1 - admin/inhalte/kal/belegung/standard.php | 2 +- admin/inhalte/kal/belegung/view.php | 2 +- admin/inhalte/kal/saison.php | 1 - admin/inhalte/kal/saison/del.php | 1 - admin/links.php | 4 +- admin/will.php | 2 +- css/page.css | 98 ++++++++++++------------- footer.php | 2 +- inc/config.php | 1 - inc/funktionen.php | 2 +- inc/konstanten - Kopie.php | 9 +-- inc/konstanten.php | 9 +-- inc/variablen.php | 1 - index.php | 1 - inhalt.php | 1 - inhalte/anfrage.php | 4 +- inhalte/haus/wohn.php | 2 +- inhalte/kontakt/agbs.php | 8 +- inhalte/kontakt/anreise.php | 16 ++-- inhalte/kontakt/haftung.php | 6 +- inhalte/kontakt/imp.php | 2 +- inhalte/kontakt/route.php | 4 +- inhalte/kontakt/standard.php | 4 +- inhalte/preis_def.php | 2 +- inhalte/rfoto.php | 1 - inhalte/rfotorand.php | 1 - inhalte/umgebung/aktiv.php | 16 ++-- inhalte/umgebung/links.php | 42 +++++------ 41 files changed, 131 insertions(+), 153 deletions(-) diff --git a/admin/css/page.css b/admin/css/page.css index f2355e5..ec68021 100644 --- a/admin/css/page.css +++ b/admin/css/page.css @@ -42,8 +42,8 @@ form br { } #header ul { - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; list-style-type: none; text-align: center; } @@ -68,7 +68,7 @@ form br { position: relative; width: 160px; height: 600px; - left: 0px; + left: 0; float: left; background-color: #ccc; } @@ -76,8 +76,8 @@ form br { #links ul { font-size: 14px; text-align: center; - margin: 20px 0px; - padding: 0px; + margin: 20px 0; + padding: 0; list-style-type: none; } diff --git a/admin/inc/config.php b/admin/inc/config.php index 8056d8d..58dff23 100644 --- a/admin/inc/config.php +++ b/admin/inc/config.php @@ -2,4 +2,3 @@ include "funktionen.php"; include "variablen.php"; include "konstanten.php"; -?> \ No newline at end of file diff --git a/admin/inc/funktionen.php b/admin/inc/funktionen.php index 777149b..b56afb5 100644 --- a/admin/inc/funktionen.php +++ b/admin/inc/funktionen.php @@ -2,5 +2,5 @@ // Die Datei inc/funktionen.php -?> + diff --git a/admin/inc/konstanten.php b/admin/inc/konstanten.php index f6fe829..24df25d 100644 --- a/admin/inc/konstanten.php +++ b/admin/inc/konstanten.php @@ -1,7 +1,6 @@ \ No newline at end of file +const MYSQL_HOST = 'localhost'; +const MYSQL_USER = 'web104'; +const MYSQL_PASS = 'lmaa,dw.'; +const MYSQL_DATABASE = 'usr_web104_1'; diff --git a/admin/inc/variablen.php b/admin/inc/variablen.php index 3ac113f..955cdd2 100644 --- a/admin/inc/variablen.php +++ b/admin/inc/variablen.php @@ -16,4 +16,3 @@ $links['fotos'] = "links/fotos.php"; $links['kal'] = "links/kal.php"; $links['preise'] = "links/preise.php"; -?> \ No newline at end of file diff --git a/admin/index.php b/admin/index.php index bb74b39..b7bfdbe 100644 --- a/admin/index.php +++ b/admin/index.php @@ -31,4 +31,3 @@ echo " \n"; echo " \n"; echo " \n"; echo "\n"; -?> \ No newline at end of file diff --git a/admin/inhalt.php b/admin/inhalt.php index 78018fe..2adfcf9 100644 --- a/admin/inhalt.php +++ b/admin/inhalt.php @@ -4,4 +4,3 @@ if (isset($_GET['section']) and isset($dateien[$_GET['section']])) { } else { include $dateien['will']; } -?> \ No newline at end of file diff --git a/admin/inhalte/angebote/del.php b/admin/inhalte/angebote/del.php index 0df8eb2..0b6d040 100644 --- a/admin/inhalte/angebote/del.php +++ b/admin/inhalte/angebote/del.php @@ -17,4 +17,3 @@ if ($result2) { echo 'Zur�ck zur �bersicht'; -?> \ No newline at end of file diff --git a/admin/inhalte/fotos/10er.php b/admin/inhalte/fotos/10er.php index 217fe54..4d493e2 100644 --- a/admin/inhalte/fotos/10er.php +++ b/admin/inhalte/fotos/10er.php @@ -18,6 +18,8 @@ if ('will' == $_GET['t']) { } elseif ('amelie' == $_GET['t']) { $path = "../img/amelie/"; echo "

Fotos auf der Seite Wohnung Amelie

\n"; +} else { + die(); } $ref = "index.php?section=fotos&t=" . $_GET['t']; @@ -31,13 +33,12 @@ if (!isset($_GET['action'])) { $link = $ref . "&action=del&pic=" . $i; echo ""; echo ""; - echo "\n"; } else { $link = $ref . "&action=add&pic=" . $i; echo ""; echo ""; - echo "\n"; } + echo "\n"; } } else { if ('del' == $_GET['action']) { diff --git a/admin/inhalte/fotos/standard.php b/admin/inhalte/fotos/standard.php index dd3af95..45c2ad1 100644 --- a/admin/inhalte/fotos/standard.php +++ b/admin/inhalte/fotos/standard.php @@ -1,2 +1,2 @@ -

In diesem Bereich können die Fotos für die einzelnen Bildergalerien hochgeladen werden.

-

Dafür muss eine Sektion im linken Bereich ausgewählt werden.

\ No newline at end of file +

In diesem Bereich können die Fotos für die einzelnen Bildergalerien hochgeladen werden.

+

Dafür muss eine Sektion im linken Bereich ausgewählt werden.

\ No newline at end of file diff --git a/admin/inhalte/fotos/wohn.php b/admin/inhalte/fotos/wohn.php index 56c2317..ff835d9 100644 --- a/admin/inhalte/fotos/wohn.php +++ b/admin/inhalte/fotos/wohn.php @@ -8,8 +8,8 @@ if (!isset($_GET['action'])) { for ($i = 0; $i < 2; $i++) { $pic = $path . $i . ".jpg"; + $link = $ref . "&action=add&pic=" . $i; if (file_exists($pic)) { - $link = $ref . "&action=add&pic=" . $i; if (0 == $i) { echo "

Wohnung Gaby:

\n"; } else { @@ -20,7 +20,6 @@ if (!isset($_GET['action'])) { echo "\n"; echo "
 "; } else { - $link = $ref . "&action=add&pic=" . $i; echo ""; echo ""; echo "\n"; diff --git a/admin/inhalte/gb/del.php b/admin/inhalte/gb/del.php index 9d9d0ba..fc4747d 100644 --- a/admin/inhalte/gb/del.php +++ b/admin/inhalte/gb/del.php @@ -17,4 +17,3 @@ if ($result2) { echo 'Zur�ck zur �bersicht'; -?> \ No newline at end of file diff --git a/admin/inhalte/kal/belegung/del.php b/admin/inhalte/kal/belegung/del.php index b5b0f11..4c93e9f 100644 --- a/admin/inhalte/kal/belegung/del.php +++ b/admin/inhalte/kal/belegung/del.php @@ -10,4 +10,3 @@ if ($result2) { echo 'Zur�ck zur �bersicht'; -?> \ No newline at end of file diff --git a/admin/inhalte/kal/belegung/standard.php b/admin/inhalte/kal/belegung/standard.php index e27f964..bec5a9a 100644 --- a/admin/inhalte/kal/belegung/standard.php +++ b/admin/inhalte/kal/belegung/standard.php @@ -1,5 +1,5 @@ query($sql1); ?>
diff --git a/admin/inhalte/kal/belegung/view.php b/admin/inhalte/kal/belegung/view.php index 948b188..29a35b6 100644 --- a/admin/inhalte/kal/belegung/view.php +++ b/admin/inhalte/kal/belegung/view.php @@ -1,5 +1,5 @@ query($sql1); echo ""; diff --git a/admin/inhalte/kal/saison.php b/admin/inhalte/kal/saison.php index 26ea963..c2b4ed3 100644 --- a/admin/inhalte/kal/saison.php +++ b/admin/inhalte/kal/saison.php @@ -10,4 +10,3 @@ if (isset($_POST['add'])) { include "inhalte/kal/saison/standard.php"; } -?> \ No newline at end of file diff --git a/admin/inhalte/kal/saison/del.php b/admin/inhalte/kal/saison/del.php index 24b7747..2e18598 100644 --- a/admin/inhalte/kal/saison/del.php +++ b/admin/inhalte/kal/saison/del.php @@ -10,4 +10,3 @@ if ($result2) { echo 'Zur�ck zur �bersicht'; -?> \ No newline at end of file diff --git a/admin/links.php b/admin/links.php index b786364..e73ecb7 100644 --- a/admin/links.php +++ b/admin/links.php @@ -1,6 +1,4 @@ \ No newline at end of file +} \ No newline at end of file diff --git a/admin/will.php b/admin/will.php index b188d6e..b4cd9d5 100644 --- a/admin/will.php +++ b/admin/will.php @@ -1,2 +1,2 @@

Administrationsbereich Ferienhaus Wille

-

Hier können die Inhalte der Homepage geändert werden!

\ No newline at end of file +

Hier können die Inhalte der Homepage geändert werden!

\ No newline at end of file diff --git a/css/page.css b/css/page.css index 8914f8d..c102830 100644 --- a/css/page.css +++ b/css/page.css @@ -7,8 +7,7 @@ html { body { width: 990px; - margin: auto; - margin-top: 10px; + margin: 10px auto auto; border-top: 5px solid #F4F1ED; border-bottom: 5px solid #F4F1ED; background-color: #F4F1ED; @@ -27,8 +26,8 @@ h1 { color: #F4F1ED; font-weight: bold; height: 42px; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } h2 { @@ -36,7 +35,7 @@ h2 { color: #574730; font-weight: bold; margin: 10px 20px; - padding: 0px; + padding: 0; text-align: left; } @@ -45,12 +44,12 @@ h3 { font-weight: bold; color: #574730; margin: 10px 20px; - padding: 0px; + padding: 0; } hr { margin: 10px 20px; - padding: 0px; + padding: 0; height: 2px; color: #574730; background-color: #574730; @@ -72,14 +71,14 @@ table { th { font-weight: bold; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; text-align: left; } td { - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } table.preise { @@ -107,13 +106,13 @@ table.cal { table.angebot { font-weight: bold; border-collapse: collapse; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } table.cal th, table.cal td { text-align: center; - padding: 3px 0px 2px 0px; + padding: 3px 0 2px 0; } table.preise th, table.preise td { @@ -155,7 +154,7 @@ td.bel { } img { - border: 0px; + border: 0; z-index: 1; } @@ -176,7 +175,7 @@ this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) #header { height: 150px; - margin: 0px -4px; + margin: 0 -4px; border-left: 4px solid #907959; border-right: 4px solid #907959; border-top: 4px solid #907959; @@ -186,8 +185,8 @@ this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) ul#Navigation { position: relative; top: 110px; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; float: right; text-align: center; z-index: 5; @@ -198,8 +197,8 @@ ul#Navigation li { font-size: 15px; position: relative; list-style: none; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } ul#Navigation li a:hover { @@ -207,8 +206,8 @@ ul#Navigation li a:hover { } ul#Navigation li ul { - margin: 0px; - padding: 10px 0px 0px 0px; + margin: 0; + padding: 10px 0 0 0; position: absolute; height: 190px; width: 150px; @@ -221,8 +220,8 @@ ul#Navigation li ul li { float: none; font-size: 15px; display: block; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } ul#Navigation a, ul#Navigation span { @@ -244,7 +243,7 @@ ul#Navigation li ul a { line-height: 20px; width: 140px; text-align: left; - margin: 0px 0px 0px 5px; + margin: 0 0 0 5px; } ul#Navigation li ul a:hover { @@ -265,7 +264,7 @@ ul#Navigation li:hover ul { clear: left; height: 4px; background-color: #961017; - margin: 0px 0px 0px 0px; + margin: 0 0 0 0; font-size: 1px; } @@ -274,23 +273,22 @@ ul#Navigation li:hover ul { clear: left; height: 2px; background-color: #961017; - margin: 0px 0px 0px 0px; + margin: 0 0 0 0; font-size: 1px; } #cleaner { clear: both; - margin-top: 0px; + margin-top: 0; position: fixed; } #inhalt { min-height: 450px; width: 970px; - margin: 0px 0px 0px 0px; - padding: 0px; + margin: 0 0 0 0; + padding: 0; text-align: justify; - overflow: auto; color: #333; font-size: 12px; overflow: hidden; @@ -302,7 +300,7 @@ ul#Navigation li:hover ul { #inhalt ul { color: #574730; - margin: 10px 20px 10px 0px; + margin: 10px 20px 10px 0; list-style-position: outside; font-size: 14px; } @@ -329,8 +327,8 @@ ul#Navigation li:hover ul { display: block; float: left; width: 290px; - margin: 0px 10px 3px 0px; - padding: 0px; + margin: 0 10px 3px 0; + padding: 0; font-family: Calibri, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #574730; @@ -343,15 +341,15 @@ ul#Navigation li:hover ul { #anfrage input.hidden { width: auto; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; } #anfrage input.check { width: auto; float: right; - margin: 0px 18px 3px 0px; - padding: 0px; + margin: 0 18px 3px 0; + padding: 0; } * html #anfrage input.check { @@ -364,8 +362,8 @@ ul#Navigation li:hover ul { #anfrage textarea { width: 420px; - margin: 0px 0px 10px 0px; - padding: 0px; + margin: 0 0 10px 0; + padding: 0; font-family: Calibri, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #574730; @@ -381,38 +379,38 @@ ul.angebot li { } #inhalt img.left { - margin: 0px 20px; + margin: 0 20px; float: left; } #inhalt img.right { - margin: 0px 20px; + margin: 0 20px; float: right; } #lspalte { width: 480px; float: left; - padding: 0px; + padding: 0; margin-bottom: 20px; } #rspalte { width: 480px; float: right; - padding: 0px; - margin: 12px 0px 90px 0px; + padding: 0; + margin: 12px 0 90px 0; } #rspalte img.gross { float: right; - margin: 0xp; + margin: 0; } #thumb { margin-top: -60px; margin-right: 3px; - padding: 0px; + padding: 0; float: right; } @@ -420,13 +418,13 @@ ul.angebot li { float: right; width: 45px; height: 45px; - margin: 0px 0px 0px 3px; + margin: 0 0 0 3px; } #galerie img { width: 90px; height: 90px; - margin: 0px 5px 5px 0px; + margin: 0 5px 5px 0; } #bild img { @@ -440,7 +438,7 @@ ul.angebot li { font-variant: small-caps; height: 38px; line-height: 38px; - margin: 0px; + margin: 0; } #footer img { diff --git a/footer.php b/footer.php index cedc4c8..5674af4 100644 --- a/footer.php +++ b/footer.php @@ -3,5 +3,5 @@ da sie nur ein Bild ausgibt und kein PHP-Code benoetigt. --> -© CS medien- & kommunikationssysteme +© CS medien- & kommunikationssysteme Ferienhaus Wille - 87541 Bad Hindelang - Tel: +49 8324 952154 - E-mail: info@ferienhaus-wille.de \ No newline at end of file diff --git a/inc/config.php b/inc/config.php index 8056d8d..58dff23 100644 --- a/inc/config.php +++ b/inc/config.php @@ -2,4 +2,3 @@ include "funktionen.php"; include "variablen.php"; include "konstanten.php"; -?> \ No newline at end of file diff --git a/inc/funktionen.php b/inc/funktionen.php index 777149b..b56afb5 100644 --- a/inc/funktionen.php +++ b/inc/funktionen.php @@ -2,5 +2,5 @@ // Die Datei inc/funktionen.php -?> + diff --git a/inc/konstanten - Kopie.php b/inc/konstanten - Kopie.php index 309df0c..a73e372 100644 --- a/inc/konstanten - Kopie.php +++ b/inc/konstanten - Kopie.php @@ -1,7 +1,6 @@ \ No newline at end of file +const MYSQL_HOST = 'localhost'; +const MYSQL_USER = 'root'; +const MYSQL_PASS = 'lmaa,dw.'; +const MYSQL_DATABASE = 'wille'; diff --git a/inc/konstanten.php b/inc/konstanten.php index f6fe829..24df25d 100644 --- a/inc/konstanten.php +++ b/inc/konstanten.php @@ -1,7 +1,6 @@ \ No newline at end of file +const MYSQL_HOST = 'localhost'; +const MYSQL_USER = 'web104'; +const MYSQL_PASS = 'lmaa,dw.'; +const MYSQL_DATABASE = 'usr_web104_1'; diff --git a/inc/variablen.php b/inc/variablen.php index a2139e9..e5725f0 100644 --- a/inc/variablen.php +++ b/inc/variablen.php @@ -17,4 +17,3 @@ $titel['home'] = "Willkommen beim Ferienhaus Wille"; $titel['leist'] = "Beratung, Satz, Druck und mehr"; $titel['anreise'] = "Kontakt zur Druckerei Martin"; -?> \ No newline at end of file diff --git a/index.php b/index.php index 8d45d80..5abfa97 100644 --- a/index.php +++ b/index.php @@ -50,4 +50,3 @@ echo " \n"; echo " \n"; echo "\n"; -?> \ No newline at end of file diff --git a/inhalt.php b/inhalt.php index 78018fe..2adfcf9 100644 --- a/inhalt.php +++ b/inhalt.php @@ -4,4 +4,3 @@ if (isset($_GET['section']) and isset($dateien[$_GET['section']])) { } else { include $dateien['will']; } -?> \ No newline at end of file diff --git a/inhalte/anfrage.php b/inhalte/anfrage.php index b341780..8591742 100644 --- a/inhalte/anfrage.php +++ b/inhalte/anfrage.php @@ -42,7 +42,7 @@ if (trim($from_mail) == "") $err_text .= "Bitte die E-Mail-Adresse angeben!
"; else - if (!ereg("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,6})$", $from_mail)) + if (!preg_match("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,6})$", $from_mail)) $err_text .= "Bitte eine gueltige E-Mail-Adresse angeben.
"; if (trim($mail_subject) == "") $err_text .= "Bitte einen Betreff eingeben.
"; @@ -152,7 +152,7 @@

Wir empfehlen den Abschluss einer Reiserücktrittskostenversicherung

-
+

Wohnung Gaby

Wohnung Amelie


diff --git a/inhalte/kontakt/agbs.php b/inhalte/kontakt/agbs.php index 918c480..606d919 100644 --- a/inhalte/kontakt/agbs.php +++ b/inhalte/kontakt/agbs.php @@ -1,8 +1,6 @@

Datei als PDF herunterladen

-

Unsere AGB

-

1. Abschluss des Vertrages

@@ -14,11 +12,11 @@

Der Abschluss des Gastaufnahme-/Beherbergungsvertrages verpflichtet die Vertragspartner für die gesamte Dauer des Vertrages zur Erfüllung der vereinbarten gegenseitigen Verpflichtungen: +

  • Verpflichtung Gastgeber: Wohnung entsprechend der Bestellung bereitzuhalten
  • Gast: Preis für die Zeit (Dauer) der Bestellung der Wohnung zu bezahlen.
-

Diese Geschäftsbedingungen gelten über die mietweise überlassung von Ferienwohnungen vom Ferienhaus Wille zur Beherbergung. @@ -53,6 +51,8 @@ Verlust wir hier eine Kostenpauschale von 10,00 Euro eingezogen.

+

Unsere AGB

+

Bei Schäden, die durch den Gast verursacht werden, ist das Ferienhaus Wille berechtigt, @@ -79,7 +79,7 @@

Wir empfehlen Ihnen deshalb, den Abschluss einer Reiserücktrittskostenversicherung.

diff --git a/inhalte/kontakt/anreise.php b/inhalte/kontakt/anreise.php index e07c7c1..7f0d223 100644 --- a/inhalte/kontakt/anreise.php +++ b/inhalte/kontakt/anreise.php @@ -19,29 +19,29 @@ Gerne holen wir Sie auch direkt am Bahnhof in Sonthofen ab. Sprechen Sie uns darauf an.

Mit dem Flugzeug

Flughäfen

Transfer & Mietwagen vom Flughafen Memmingen

Transferservice
- Buchen Sie hier Ihren Bustransfer: www.allgaeu-airport-express.de + Buchen Sie hier Ihren Bustransfer: www.allgaeu-airport-express.de

Mietwagen
- Mietwagen + Mietwagen über Europcar

diff --git a/inhalte/kontakt/haftung.php b/inhalte/kontakt/haftung.php index 4025a11..f226634 100644 --- a/inhalte/kontakt/haftung.php +++ b/inhalte/kontakt/haftung.php @@ -1,4 +1,4 @@ -

Disclaimer (Haftungsausschluss)

+

Disclaimer (Haftungsausschluss)

Verantwortlich für den Inhalt der Homepage

Silvia Jörg ist als Inhaltsanbieter gem. § 8 Teledienstegesetz (TDG) für die eigenen Inhalte, die zur Nutzung bereitgehalten werden, verantwortlich. Das Angebot enthält jedoch auch Links @@ -12,5 +12,5 @@

Hinweis zur Online-Streitbeilegung gemäß Art. 14 Abs. 1 ODR-VO: Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit, die Sie unter nachfolgenden Link finden: -

-https://ec.europa.eu/consumers/odr/ \ No newline at end of file +

+https://ec.europa.eu/consumers/odr/ \ No newline at end of file diff --git a/inhalte/kontakt/imp.php b/inhalte/kontakt/imp.php index d3860ba..bd3ed7b 100644 --- a/inhalte/kontakt/imp.php +++ b/inhalte/kontakt/imp.php @@ -66,7 +66,7 @@ Homepage: - www.steinle-computer.de + www.steinle-computer.de
diff --git a/inhalte/kontakt/route.php b/inhalte/kontakt/route.php index 00d4ecd..fcc8213 100644 --- a/inhalte/kontakt/route.php +++ b/inhalte/kontakt/route.php @@ -11,14 +11,14 @@ Auf der rechten Seite können Sie die Kartenarten verändern.

- Größere Kartenansicht

+ src="https://maps.google.de/maps?f=q&source=s_q&hl=de&geocode=&q=bad+hindelang,+k%C3%BChgasse+3&sll=51.151786,10.415039&sspn=20.78646,67.631836&ie=UTF8&hq=&hnear=K%C3%BChgasse+3,+87541+Bad+Hindelang,+Oberallg%C3%A4u,+Bayern&t=h&ll=47.507113,10.389977&spn=0.02783,0.054932&z=14&iwloc=A&iwstate1=dir&output=embed">

diff --git a/inhalte/kontakt/standard.php b/inhalte/kontakt/standard.php index 03bfa18..c01389d 100644 --- a/inhalte/kontakt/standard.php +++ b/inhalte/kontakt/standard.php @@ -33,7 +33,7 @@

-
+

Impressum

Inhaltlich Verantwortlich:

Ferienhaus Wille

@@ -102,7 +102,7 @@ Homepage: - www.steinle-computer.de + www.steinle-computer.de
diff --git a/inhalte/preis_def.php b/inhalte/preis_def.php index ed9093c..36efeb2 100644 --- a/inhalte/preis_def.php +++ b/inhalte/preis_def.php @@ -2,7 +2,7 @@ Die Preise verstehen sich mit Ausnahme der Endpreise zuzüglich Kurbeitrag in Höhe von 3,30 Euro pro Person/Nacht.
Die Endreinigung ist im Preis inbegriffen.

Wir empfehlen eine Reiserücktrittversicherung abzuschließen, damit bei einer eventuellen Stornierung für beide Seiten keine finanziellen Nachteile entstehen! Bei Stornierungen erlauben wir uns nach den Bestimmungen des BGB diff --git a/inhalte/rfoto.php b/inhalte/rfoto.php index 3507660..403a387 100644 --- a/inhalte/rfoto.php +++ b/inhalte/rfoto.php @@ -40,4 +40,3 @@ for ($i = 9; $i >= 0; $i--) { } echo "
\n"; -?> \ No newline at end of file diff --git a/inhalte/rfotorand.php b/inhalte/rfotorand.php index c4b3762..aaba301 100644 --- a/inhalte/rfotorand.php +++ b/inhalte/rfotorand.php @@ -41,4 +41,3 @@ for ($i = 9; $i >= 0; $i--) { } echo "
\n"; -?> \ No newline at end of file diff --git a/inhalte/umgebung/aktiv.php b/inhalte/umgebung/aktiv.php index 290050b..6ecd653 100644 --- a/inhalte/umgebung/aktiv.php +++ b/inhalte/umgebung/aktiv.php @@ -24,7 +24,7 @@
-
+

im Winter:

  • Skifahren und Snowboarden - 1 Schlepplift und drei 6er-Sesselbahnen, sowie eine 8er-Sesselbahn mit insgesamt @@ -43,26 +43,26 @@

- + radeln

Unsere Insider-Tipps für den Sommer:
Fahrradtour Rettenschwanger Tal + style="float: left; height: 20px; margin-right: 5px;" src="img/pdf.png" alt="radtour"/>Fahrradtour Rettenschwanger Tal


- Bad Hindelang Mountain-Bike + Bad Hindelang Mountain-Bike Tourenplaner
- Bad Hindelang + Bad Hindelang Wanderung-Tourenplaner

-
- + diff --git a/inhalte/umgebung/links.php b/inhalte/umgebung/links.php index f4bcd46..c3751ec 100644 --- a/inhalte/umgebung/links.php +++ b/inhalte/umgebung/links.php @@ -6,99 +6,99 @@ - Bad Hindelang: + Bad Hindelang: Ferienland Bad Hindelang - www.badhindelang.de + www.badhindelang.de Bad Hindelang Erlebnis Weihnachtsmarkt - www.hindelanger-weihnachtsmarkt.de + www.hindelanger-weihnachtsmarkt.de Bergbahnen Hindelang Oberjoch/Unterjoch - www.bergbahnen-hindelang-oberjoch.de Bike-Park, Downhill-Strecken, etc. - www.bikepark-hindelang.de + www.bikepark-hindelang.de Hindelanger Bergführerbüro - www.bergschulen.de + www.bergschulen.de Allgemein: Tourismusverband Allgäu - www.allgaeu.de + www.allgaeu.de Verein - Allgäu Gastgeber mit Herz - www.allgaeu-gastgebermitherz.de + www.allgaeu-gastgebermitherz.de Erlebnis- und Freizeitbäder: Wonnemar Sonthofen - www.wonnemar.de + www.wonnemar.de Aquaria Oberstaufen - www.aquaria.de + www.aquaria.de Alpspitz-Bade-Center Nesselwang - www.abc-nesselwang.de + www.abc-nesselwang.de Ausflugziele: Erzgruben, Burgberg - www.erzgruben.de + www.erzgruben.de Sturmannshöhle, Obermaiselstein - www.obermaiselstein.de/sturmannshoehle-1 + www.obermaiselstein.de/sturmannshoehle-1 Breitachklamm, Oberstdorf - www.breitachklamm.de + www.breitachklamm.de Königsschlösser - www.neuschwanstein.de + www.neuschwanstein.de Insel Mainau - www.mainau.de + www.mainau.de Legoland Günzburg - www.legoland.de + www.legoland.de Alpsee Coaster Rodelbahn, Immenstadt - www.alpsee-bergwelt.de + www.alpsee-bergwelt.de Allgäuer Hallenkartbahn Kaufbeuren - www.all-kart.de + www.all-kart.de Skylinepark in Bad Wörishofen - www.skylinepark.de + www.skylinepark.de Ravensburger Spieleland in Meckenbeuren - www.ravensburger-spieleland.de + www.ravensburger-spieleland.de