Move accessible files to public folders and adjust paths.

This commit is contained in:
2023-12-29 13:34:49 +01:00
parent e090fdc63d
commit 73073186c0
65 changed files with 202 additions and 450 deletions

View File

@@ -14,5 +14,3 @@ if (!isset($_GET['t'])) {
include "inhalte/fotos/standard.php"; include "inhalte/fotos/standard.php";
} }
} }
?>

View File

@@ -1,6 +1,6 @@
<ul> <ul>
<li><a href="index.php?section=fotos">Fotos</a></li> <li><a href="index.php?section=fotos">Fotos</a></li>
<li><a href="index.php?section=angebote">Datenschutzerklärung</a></li> <li><a href="index.php?section=angebote">Angebote</a></li>
<li><a href="index.php?section=gb">Gästebuch</a></li> <li><a href="index.php?section=gb">Gästebuch</a></li>
<li><a href="index.php?section=kal">Kalender</a></li> <li><a href="index.php?section=kal">Kalender</a></li>
<li><a href="index.php?section=preise">Preise</a></li> <li><a href="index.php?section=preise">Preise</a></li>

View File

@@ -1,4 +0,0 @@
<?php
include "funktionen.php";
include "variablen.php";
include "konstanten.php";

View File

@@ -1,6 +0,0 @@
<?php
// Die Datei inc/funktionen.php

View File

@@ -1,6 +0,0 @@
<?php
// konstanten.php
const MYSQL_HOST = 'localhost';
const MYSQL_USER = 'web104';
const MYSQL_PASS = 'lmaa,dw.';
const MYSQL_DATABASE = 'usr_web104_1';

View File

@@ -1,18 +0,0 @@
<?php
// Die Leeren Arrays erzeugen
$dateien = array();
$links = array();
// Das Array f<>r die Inhaltsseite mit den entsprechenden Dateien f<>llen
$dateien['fotos'] = "fotos.php";
$dateien['angebote'] = "angebote.php";
$dateien['gb'] = "gb.php";
$dateien['kal'] = "kal.php";
$dateien['preise'] = "preise.php";
$dateien['will'] = "will.php";
// Das Array f<>r die linke Navigation mit den entsprechenden Dateien f<>llen
$links['fotos'] = "links/fotos.php";
$links['kal'] = "links/kal.php";
$links['preise'] = "links/preise.php";

View File

@@ -1,33 +0,0 @@
<?php
error_reporting(E_ALL);
include "inc/config.php"; // die Konfigurationsdateien lesen
// Verbindung zu MySQL Aufbauen
$db = @new MySQLi(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DATABASE);
if (mysqli_connect_errno()) {
die('Konnte keine Verbindung zu Datenbank aufbauen, MySQL meldete: ' . mysqli_connect_error());
}
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n";
echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
echo "<html>\n";
echo " <head>\n";
echo " <title>Administrationsbereich Ferienhaus - Wille</title>\n";
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"css/page.css\" />\n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\" />\n";
echo " </head>\n";
echo " <body>\n";
echo " <div id=\"root\">\n";
echo " <div id=\"header\">\n"; // Oben der Header
include "header.php";
echo " </div>\n";
echo " <div id=\"links\">\n"; // Navigation links
include "links.php";
echo " </div>\n";
echo " <div id=\"inhalt\">\n"; // In der Mitte der Inhalt
include "inhalt.php";
echo " </div>\n";
echo " </div>\n";
echo " </body>\n";
echo "</html>\n";

View File

@@ -1,6 +1,6 @@
<?php <?php
if (isset($_GET['section']) and isset($dateien[$_GET['section']])) { if (isset($_GET['section']) and isset($admin[$_GET['section']])) {
include $dateien[$_GET['section']]; include $admin[$_GET['section']];
} else { } else {
include $dateien['will']; include $admin['will'];
} }

View File

@@ -15,5 +15,3 @@ if ($result2) {
echo "Fehler beim Löschen"; echo "Fehler beim Löschen";
} }
echo '<a href="index.php?section=angebote">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=angebote">Zurück zur Übersicht</a>';

View File

@@ -81,7 +81,6 @@ if (!isset($_POST['Speichern'])) {
if (!$stmt2->execute()) { if (!$stmt2->execute()) {
die ('Query konnte nicht ausgef<65>hrt werden: ' . $stmt->error); die ('Query konnte nicht ausgef<65>hrt werden: ' . $stmt->error);
} }
echo "Der Eintrag wurde ge<EFBFBD>ndert<br />"; echo "Der Eintrag wurde geändert<br />";
echo '<a href="index.php?section=angebote">Zur<EFBFBD>ck zur <EFBFBD>bersicht</a>'; echo '<a href="index.php?section=angebote">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -100,7 +100,6 @@ if (!isset($_POST['Speichern'])) {
imagedestroy($tmp); imagedestroy($tmp);
unlink($uploaddir . $_FILES['Foto']['name']); unlink($uploaddir . $_FILES['Foto']['name']);
} }
echo '<a href="index.php?section=angebote">Zur<EFBFBD>ck zur <EFBFBD>bersicht</a>'; echo '<a href="index.php?section=angebote">ZurÜck zur übersicht</a>';
} }
?>

View File

@@ -1,22 +1,24 @@
<?php <?php
$imgPath = __DIR__ . '/../../../public/img';
if ('will' == $_GET['t']) { if ('will' == $_GET['t']) {
$path = "../img/will/"; $path = $imgPath . '/will/';
echo "<h2>Fotos auf der Seite Willkommen</h2>\n"; echo "<h2>Fotos auf der Seite Willkommen</h2>\n";
} elseif ('haus' == $_GET['t']) { } elseif ('haus' == $_GET['t']) {
$path = "../img/haus/"; $path = $imgPath . '/haus/';
echo "<h2>Fotos auf der Seite Unser Haus</h2>\n"; echo "<h2>Fotos auf der Seite Unser Haus</h2>\n";
} elseif ('lage' == $_GET['t']) { } elseif ('lage' == $_GET['t']) {
$path = "../img/haus/lage/"; $path = $imgPath . '/haus/lage/';
echo "<h2>Fotos auf der Seite Unser Haus - Lage</h2>\n"; echo "<h2>Fotos auf der Seite Unser Haus - Lage</h2>\n";
} elseif ('geschichte' == $_GET['t']) { } elseif ('geschichte' == $_GET['t']) {
$path = "../img/haus/geschichte/"; $path = $imgPath . '/haus/geschichte/';
echo "<h2>Fotos auf der Seite Unser Haus - Geschichte</h2>\n"; echo "<h2>Fotos auf der Seite Unser Haus - Geschichte</h2>\n";
} elseif ('gaby' == $_GET['t']) { } elseif ('gaby' == $_GET['t']) {
$path = "../img/gaby/"; $path = $imgPath . '/gaby/';
echo "<h2>Fotos auf der Seite Wohnung Gaby</h2>\n"; echo "<h2>Fotos auf der Seite Wohnung Gaby</h2>\n";
} elseif ('amelie' == $_GET['t']) { } elseif ('amelie' == $_GET['t']) {
$path = "../img/amelie/"; $path = $imgPath . '/amelie/';
echo "<h2>Fotos auf der Seite Wohnung Amelie</h2>\n"; echo "<h2>Fotos auf der Seite Wohnung Amelie</h2>\n";
} else { } else {
die(); die();
@@ -32,7 +34,7 @@ if (!isset($_GET['action'])) {
if (file_exists($pic)) { if (file_exists($pic)) {
$link = $ref . "&action=del&pic=" . $i; $link = $ref . "&action=del&pic=" . $i;
echo "<a href=\"$link\">"; echo "<a href=\"$link\">";
echo "<img style=\"margin: 20px 20px 20px 20px; border: 2px solid red;\" src=\"$pic\" width=\"100px\" height=\"100px\"/>"; echo "<img style=\"margin: 20px 20px 20px 20px; border: 2px solid red;\" src=\"" . str_replace(__DIR__ . '/../../../public', '', $pic) . "\" width=\"100px\" height=\"100px\"/>";
} else { } else {
$link = $ref . "&action=add&pic=" . $i; $link = $ref . "&action=add&pic=" . $i;
echo "<a href=\"$link\">"; echo "<a href=\"$link\">";

View File

@@ -3,12 +3,11 @@
<?php <?php
if (isset($_POST['add'])) { if (isset($_POST['add'])) {
include "inhalte/fotos/bilder/add.php"; include __DIR__ . '/bilder/add.php';
} elseif (isset($_POST['edit'])) { } elseif (isset($_POST['edit'])) {
include "inhalte/fotos/bilder/edit.php"; include __DIR__ . '/bilder/edit.php';
} elseif (isset($_POST['del'])) { } elseif (isset($_POST['del'])) {
include "inhalte/fotos/bilder/del.php"; include __DIR__ . '/bilder/del.php';
} else { } else {
include "inhalte/fotos/bilder/standard.php"; include __DIR__ . '/bilder/standard.php';
} }
?>

View File

@@ -33,9 +33,9 @@ if (!isset($_POST['Speichern'])) {
$last = $result2->fetch_assoc(); $last = $result2->fetch_assoc();
$id = $last['last_insert_id()']; $id = $last['last_insert_id()'];
$uploaddir = '../img/umgebung/bilder/'; $uploaddir = __DIR__ . '/../../../../public/img/umgebung/bilder/';
$uploadfile = $uploaddir . $_FILES['Foto']['name']; $uploadfile = $uploaddir . $_FILES['Foto']['name'];
move_uploaded_file($_FILES['Foto']['tmp_name'], $uploadfile); $test = move_uploaded_file($_FILES['Foto']['tmp_name'], $uploadfile);
$src = imagecreatefromjpeg($uploadfile); $src = imagecreatefromjpeg($uploadfile);
list($width, $height) = getimagesize($uploadfile); list($width, $height) = getimagesize($uploadfile);
if ($height > $width) { if ($height > $width) {
@@ -55,4 +55,3 @@ if (!isset($_POST['Speichern'])) {
} }
echo '<a href="index.php?section=fotos&t=bilder">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=fotos&t=bilder">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -33,5 +33,3 @@ if (!isset($_POST['Speichern'])) {
} }
echo '<a href="index.php?section=fotos&t=bilder">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=fotos&t=bilder">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -34,4 +34,3 @@ if (!isset($_POST['Speichern'])) {
echo "Die Überschrift wurde gespeichert<br />"; echo "Die Überschrift wurde gespeichert<br />";
echo '<a href="index.php?section=fotos&t=bilder">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=fotos&t=bilder">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -61,4 +61,3 @@ if (!isset($_GET['action'])) {
echo "<a href=\"index.php?section=fotos&t=$_GET[t]\">Zurück zur Übersicht</a>\n"; echo "<a href=\"index.php?section=fotos&t=$_GET[t]\">Zurück zur Übersicht</a>\n";
} }
} }
?>

View File

@@ -15,5 +15,3 @@ if ($result2) {
echo "Fehler beim L<>schen"; echo "Fehler beim L<>schen";
} }
echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>';

View File

@@ -42,4 +42,3 @@ if (!isset($_POST['Speichern'])) {
echo "Der Eintrag wurde geändert<br />"; echo "Der Eintrag wurde geändert<br />";
echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -63,4 +63,3 @@ if (!isset($_POST['Speichern'])) {
} }
echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -5,15 +5,13 @@ $table = "Kal_Amelie";
$ref = "index.php?section=kal&t=amelie"; $ref = "index.php?section=kal&t=amelie";
if (isset($_POST['add'])) { if (isset($_POST['add'])) {
include "inhalte/kal/belegung/add.php"; include __DIR__ . '/belegung/add.php';
} elseif (isset($_POST['edit'])) { } elseif (isset($_POST['edit'])) {
include "inhalte/kal/belegung/edit.php"; include __DIR__ . '/belegung/edit.php';
} elseif (isset($_POST['del'])) { } elseif (isset($_POST['del'])) {
include "inhalte/kal/belegung/del.php"; include __DIR__ . '/belegung/del.php';
} elseif (isset($_POST['view'])) { } elseif (isset($_POST['view'])) {
include "inhalte/kal/belegung/view.php"; include __DIR__ . '/belegung/view.php';
} else { } else {
include "inhalte/kal/belegung/standard.php"; include __DIR__ . '/belegung/standard.php';
} }
?>

View File

@@ -31,5 +31,3 @@ if (!isset($_POST['Speichern'])) {
echo '<a href="' . $ref . '">Zurück zur Übersicht</a>'; echo '<a href="' . $ref . '">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -8,5 +8,3 @@ if ($result2) {
echo "Fehler beim L<>schen"; echo "Fehler beim L<>schen";
} }
echo '<a href="' . $ref . '">Zurück zur Übersicht</a>'; echo '<a href="' . $ref . '">Zurück zur Übersicht</a>';

View File

@@ -5,7 +5,6 @@ $sql1 = 'SELECT * FROM ' . $table . ' WHERE ID = "' . $_POST['Titel'] . '";';
$result1 = $db->query($sql1); $result1 = $db->query($sql1);
$nt1 = $result1->fetch_assoc(); $nt1 = $result1->fetch_assoc();
if (!isset($_POST['Speichern'])) { if (!isset($_POST['Speichern'])) {
var_dump($_POST);
echo "<br />"; echo "<br />";
?> ?>
@@ -37,5 +36,3 @@ if (!isset($_POST['Speichern'])) {
echo '<a href="' . $ref . '">Zurück zur Übersicht</a>'; echo '<a href="' . $ref . '">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -5,15 +5,13 @@ $table = "Kal_Gaby";
$ref = "index.php?section=kal&t=gaby"; $ref = "index.php?section=kal&t=gaby";
if (isset($_POST['add'])) { if (isset($_POST['add'])) {
include "inhalte/kal/belegung/add.php"; include __DIR__ . '/belegung/add.php';
} elseif (isset($_POST['edit'])) { } elseif (isset($_POST['edit'])) {
include "inhalte/kal/belegung/edit.php"; include __DIR__ . '/belegung/edit.php';
} elseif (isset($_POST['del'])) { } elseif (isset($_POST['del'])) {
include "inhalte/kal/belegung/del.php"; include __DIR__ . '/belegung/del.php';
} elseif (isset($_POST['view'])) { } elseif (isset($_POST['view'])) {
include "inhalte/kal/belegung/view.php"; include __DIR__ . '/belegung/view.php';
} else { } else {
include "inhalte/kal/belegung/standard.php"; include __DIR__ . '/belegung/standard.php';
} }
?>

View File

@@ -1,12 +1,12 @@
<?php <?php
if (isset($_POST['add'])) { if (isset($_POST['add'])) {
include "inhalte/kal/saison/add.php"; include __DIR__ . '/saison/add.php';
} elseif (isset($_POST['edit'])) { } elseif (isset($_POST['edit'])) {
include "inhalte/kal/saison/edit.php"; include __DIR__ . '/saison/edit.php';
} elseif (isset($_POST['del'])) { } elseif (isset($_POST['del'])) {
include "inhalte/kal/saison/del.php"; include __DIR__ . '/saison/del.php';
} else { } else {
include "inhalte/kal/saison/standard.php"; include __DIR__ . '/saison/standard.php';
} }

View File

@@ -38,5 +38,3 @@ if (!isset($_POST['Speichern'])) {
} }
echo '<a href="index.php?section=kal&t=saison">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=kal&t=saison">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -8,5 +8,3 @@ if ($result2) {
echo "Fehler beim L<>schen"; echo "Fehler beim L<>schen";
} }
echo '<a href="index.php?section=kal&t=saison">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=kal&t=saison">Zurück zur Übersicht</a>';

View File

@@ -46,5 +46,3 @@ if (!isset($_POST['Speichern'])) {
} }
echo '<a href="index.php?section=kal&t=saison">Zurück zur übersicht</a>'; echo '<a href="index.php?section=kal&t=saison">Zurück zur übersicht</a>';
} }
?>

View File

@@ -52,4 +52,3 @@ if (!isset($_POST['Speichern'])) {
echo "Der Eintrag wurde geändert<br />"; echo "Der Eintrag wurde geändert<br />";
echo '<a href="index.php?section=preise">Zurück zur Übersicht</a>'; echo '<a href="index.php?section=preise">Zurück zur Übersicht</a>';
} }
?>

View File

@@ -2,16 +2,15 @@
<?php <?php
if (!isset($_GET['t'])) { if (!isset($_GET['t'])) {
include "inhalte/kal/standard.php"; include __DIR__ . '/inhalte/kal/standard.php';
} else { } else {
if ('saison' == $_GET['t']) { if ('saison' == $_GET['t']) {
include "inhalte/kal/saison.php"; include __DIR__ . '/inhalte/kal/saison.php';
} elseif ('gaby' == $_GET['t']) { } elseif ('gaby' == $_GET['t']) {
include "inhalte/kal/gaby.php"; include __DIR__ . '/inhalte/kal/gaby.php';
} elseif ('amelie' == $_GET['t']) { } elseif ('amelie' == $_GET['t']) {
include "inhalte/kal/amelie.php"; include __DIR__ . '/inhalte/kal/amelie.php';
} else { } else {
include "inhalte/kal/standard.php"; include __DIR__ . '/inhalte/kal/standard.php.php';
} }
} }

View File

@@ -12,5 +12,3 @@ if (!isset($_GET['t'])) {
include "inhalte/amelie/standard.php"; include "inhalte/amelie/standard.php";
} }
} }
?>

View File

@@ -269,5 +269,4 @@
Interesse im Sinne von Art. 6 Abs. 1 lit. f DSGVO dar. Interesse im Sinne von Art. 6 Abs. 1 lit. f DSGVO dar.
Mehr Informationen zum Umgang mit Nutzerdaten finden Sie in der Datenschutzerklärung von Google: Mehr Informationen zum Umgang mit Nutzerdaten finden Sie in der Datenschutzerklärung von Google:
https://www.google.de/intl/de/policies/privacy/. https://www.google.de/intl/de/policies/privacy/.
</p>
<from/>

View File

@@ -1,7 +1,2 @@
<!--
die Datei footer.php als HTML-Modus
da sie nur ein Bild ausgibt und kein
PHP-Code benoetigt.
-->
<a href="https://www.steinle-computer.de" target="_blank">&copy; CS medien- &amp; kommunikationssysteme</a> <a href="https://www.steinle-computer.de" target="_blank">&copy; CS medien- &amp; kommunikationssysteme</a>
<span style="float: left; margin-left: 20px;">Ferienhaus Wille - 87541 Bad Hindelang - Tel: +49 8324 952154 - E-mail: info@ferienhaus-wille.de</span> <span style="float: left; margin-left: 20px;">Ferienhaus Wille - 87541 Bad Hindelang - Tel: +49 8324 952154 - E-mail: info@ferienhaus-wille.de</span>

View File

@@ -12,5 +12,3 @@ if (!isset($_GET['t'])) {
include "inhalte/gaby/standard.php"; include "inhalte/gaby/standard.php";
} }
} }
?>

View File

@@ -14,6 +14,3 @@ if (!isset($_GET['t'])) {
include "inhalte/haus/standard.php"; include "inhalte/haus/standard.php";
} }
} }
?>

View File

@@ -1,42 +1,3 @@
<!--[if IE]>
<script type="text/javascript">
if (window.navigator.systemLanguage && !window.navigator.language) {
function hoverIE() {
var LI = document.getElementById("Navigation").firstChild;
do {
if (sucheUL(LI.firstChild)) {
LI.onmouseover = einblenden;
LI.onmouseout = ausblenden;
}
LI = LI.nextSibling;
}
while (LI);
}
function sucheUL(UL) {
do {
if (UL) UL = UL.nextSibling;
if (UL && UL.nodeName == "UL") return UL;
}
while (UL);
return false;
}
function einblenden() {
var UL = sucheUL(this.firstChild);
UL.style.display = "block";
UL.style.backgroundColor = "#eee";
}
function ausblenden() {
sucheUL(this.firstChild).style.display = "none";
}
window.onload = hoverIE;
}
</script>
<![endif]-->
<div id="Tmenu"> <div id="Tmenu">
<ul id="Navigation"> <ul id="Navigation">
<li><a href="index.php?section=will">Willkommen</a> <li><a href="index.php?section=will">Willkommen</a>

View File

@@ -1,4 +1,5 @@
<?php <?php
include "konstanten.php";
include "funktionen.php"; include "funktionen.php";
include "variablen.php"; include "variablen.php";
include "konstanten.php";

View File

@@ -1,7 +1,8 @@
<?php <?php
// Die Leeren Arrays erzeugen $dateien = [];
$dateien = array(); $titel = [];
$titel = array(); $admin = [];
$links = [];
// Das Array für die Inhaltsseite mit den entsprechenden Dateien füllen // Das Array für die Inhaltsseite mit den entsprechenden Dateien füllen
$dateien['will'] = "will.php"; $dateien['will'] = "will.php";
@@ -17,3 +18,19 @@ $titel['home'] = "Willkommen beim Ferienhaus Wille";
$titel['leist'] = "Beratung, Satz, Druck und mehr"; $titel['leist'] = "Beratung, Satz, Druck und mehr";
$titel['anreise'] = "Kontakt zur Druckerei Martin"; $titel['anreise'] = "Kontakt zur Druckerei Martin";
$links['fotos'] = "links/fotos.php";
$links['kal'] = "links/kal.php";
$links['preise'] = "links/preise.php";
$admin['fotos'] = "fotos.php";
$admin['angebote'] = "angebote.php";
$admin['gb'] = "gb.php";
$admin['kal'] = "kal.php";
$admin['preise'] = "preise.php";
$admin['will'] = "will.php";
$db = @new MySQLi(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DATABASE);
if (mysqli_connect_errno()) {
die('Konnte keine Verbindung zu Datenbank aufbauen, MySQL meldete: ' . mysqli_connect_error());
}

View File

@@ -1,52 +0,0 @@
<?php
error_reporting(E_ALL);
include "inc/config.php"; // die Konfigurationsdateien lesen
// Verbindung zu MySQL Aufbauen
$db = @new MySQLi(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DATABASE);
if (mysqli_connect_errno()) {
die('Konnte keine Verbindung zu Datenbank aufbauen, MySQL meldete: ' . mysqli_connect_error());
}
if (isset($_GET['section']) and isset($titel[$_GET['section']])) {
$temp_titel = $titel[$_GET['section']];
} else {
$temp_titel = "Ferienhaus Wille";
}
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n";
echo " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
echo "<html>\n";
echo " <head>\n";
echo " <title>" . $temp_titel . "</title>\n";
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"css/page.css\" />\n";
echo " <meta name=\"description\" content=\"offsetdruck martin, druckerei martin, richard martin \" /> \n";
echo " <meta name=\"keywords\" content=\"offsetdruck martin, druckerei martin, postprint, preprint, druck\" /> \n";
echo " <meta name=\"Generator\" content=\"Christian Steinle (C) 2009. All rights reserved.\" /> \n";
echo " <meta name=\"robots\" content=\"index, follow\" /> \n";
echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\" />\n";
echo " </head>\n";
echo " <body align=\"center\">\n";
echo " <div id=\"root\">\n"; // ganz oberer Div-Holder
echo " <div id=\"header\">\n"; // Oben der Header
include "header.php";
echo " </div>\n";
echo " <div id=\"clear\">\n"; // Textfluss <20>ndern
echo " </div>\n";
echo " <div id=\"cleaner\">\n"; // Textfluss <20>ndern
echo " </div>\n";
echo " <div id=\"inhalt\">\n"; // In der Mitte der Inhalt
include "inhalt.php";
echo " </div>\n";
echo " <div id=\"clear2\">\n"; // Textfluss <20>ndern
echo " </div>\n";
echo " <div id=\"cleaner\">\n"; // Textfluss <20>ndern
echo " </div>\n";
echo " <div id=\"footer\">\n"; // Unten der Footer
include "footer.php";
echo " </div>\n";
echo " </div>\n";
echo " </body>\n";
echo "</html>\n";

View File

@@ -29,9 +29,8 @@
<td>E-Mail:</td> <td>E-Mail:</td>
<td><a href="mailto:info@ferienhaus-wille.de">info@ferienhaus-wille.de</a></td> <td><a href="mailto:info@ferienhaus-wille.de">info@ferienhaus-wille.de</a></td>
</tr> </tr>
</div> </table>
<?php
include "inhalte/kalender.php"; <?php include __DIR__ . '/../kalender.php'; ?>
echo "<br style=\"clear:right;\" />"; <br style="clear:right;" />
include "inhalte/kal_def.php"; <?php include __DIR__ . '/../kal_def.php'; ?>
?>

View File

@@ -65,11 +65,8 @@
echo " </tr>\n"; echo " </tr>\n";
?> ?>
</table> </table>
<?php <?php include __DIR__ . '/../kalender.php'; ?>
include "inhalte/kalender.php"; <br style="clear:right;" />
echo "<br style=\"clear:right;\" />"; <?php include __DIR__ . '/../kal_def.php'; ?>
include "inhalte/kal_def.php"; <br class="clear" />
echo "<br class=\"clear\" />\n"; <?php include __DIR__ . '/../preis_def.php'; ?>
include "inhalte/preis_def.php";
?>

View File

@@ -24,9 +24,4 @@
<li>Handtücher, Geschirrtücher und weiße Kochbettwäsche sowie Endreinigung inklusive</li> <li>Handtücher, Geschirrtücher und weiße Kochbettwäsche sowie Endreinigung inklusive</li>
</ul> </ul>
</div> </div>
<div id="rspalte"><?php include __DIR__ . '/../rfoto.php'; ?></div>
<div id="rspalte">
<?php
include "inhalte/rfoto.php";
?>

View File

@@ -29,8 +29,8 @@
<td>E-Mail:</td> <td>E-Mail:</td>
<td><a href="mailto:info@ferienhaus-wille.de">info@ferienhaus-wille.de</a></td> <td><a href="mailto:info@ferienhaus-wille.de">info@ferienhaus-wille.de</a></td>
</tr> </tr>
<?php </table>
include "inhalte/kalender.php";
echo "<br style=\"clear: right;\" />"; <?php include __DIR__ . '/../kalender.php'; ?>
include "inhalte/kal_def.php"; <br style="clear:right;" />
?> <?php include __DIR__ . '/../kal_def.php'; ?>

View File

@@ -65,11 +65,8 @@
echo " </tr>\n"; echo " </tr>\n";
?> ?>
</table> </table>
<?php <?php include __DIR__ . '/../kalender.php'; ?>
include "inhalte/kalender.php"; <br style="clear:right;" />
echo "<br style=\"clear:right;\" />"; <?php include __DIR__ . '/../kal_def.php'; ?>
include "inhalte/kal_def.php"; <br class="clear" />
echo "<br class=\"clear\" />\n"; <?php include __DIR__ . '/../preis_def.php'; ?>
include "inhalte/preis_def.php";
?>

View File

@@ -18,9 +18,4 @@
<li>Handtücher, Geschirrtücher und weiße Kochbettwäsche sowie Endreinigung inklusive.</li> <li>Handtücher, Geschirrtücher und weiße Kochbettwäsche sowie Endreinigung inklusive.</li>
</ul> </ul>
</div> </div>
<div id="rspalte"><?php include __DIR__ . '/../rfoto.php'; ?></div>
<div id="rspalte">
<?php
include "inhalte/rfoto.php";
?>

View File

@@ -33,7 +33,4 @@
</ul> </ul>
</div> </div>
<div id="rspalte"> <div id="rspalte"><?php include __DIR__ . '/../rfoto.php'; ?></div>
<?php
include "inhalte/rfoto.php";
?>

View File

@@ -28,7 +28,4 @@
</ul> </ul>
</div> </div>
<div id="rspalte"> <div id="rspalte"><?php include __DIR__ . '/../rfoto.php'; ?></div>
<?php
include "inhalte/rfoto.php";
?>

View File

@@ -23,8 +23,4 @@
</ul> </ul>
</div> </div>
<div id="rspalte"><?php include __DIR__ . '/../rfoto.php'; ?></div>
<div id="rspalte">
<?php
include "inhalte/rfoto.php";
?>

View File

@@ -1,4 +1,4 @@
<div id="lspalte"/> <div id="lspalte">
<h2>Unsere Wohnungen</h2> <h2>Unsere Wohnungen</h2>
<p> <p>
Unser Ferienhaus Wille bietet Ihnen zwei komfortable, gemütliche und liebevoll Unser Ferienhaus Wille bietet Ihnen zwei komfortable, gemütliche und liebevoll
@@ -21,7 +21,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div id="rspalte" style="margin-top: 0;"/> <div id="rspalte" style="margin-top: 0;">
<h2 style="float: left;"><a href="index.php?section=gaby">Wohnung Gaby</a></h2> <h2 style="float: left;"><a href="index.php?section=gaby">Wohnung Gaby</a></h2>
<h2 style="float: right;"><a href="index.php?section=amelie">Wohnung Amelie</a></h2> <h2 style="float: right;"><a href="index.php?section=amelie">Wohnung Amelie</a></h2>
<br class="clear"/> <br class="clear"/>

View File

@@ -43,37 +43,16 @@
<th colspan="2">Christian Steinle</th> <th colspan="2">Christian Steinle</th>
</tr> </tr>
<tr> <tr>
<td colspan="2">Im Gässele 8</td> <td colspan="2">Nellinger Str.1</td>
</tr> </tr>
<tr> <tr>
<td colspan="2">89079 Ulm - Unterweiler</td> <td colspan="2">73312 Geislingen</td>
</tr>
<tr>
<td>Tel.:</td>
<td>+49 7346 307415</td>
</tr>
<tr>
<td>Fax:</td>
<td>+49 7346 307416</td>
</tr> </tr>
<tr> <tr>
<td>mobil:</td> <td>mobil:</td>
<td>+49 163 1701781</td> <td>+49 163 1701781</td>
</tr> </tr>
<tr>
<td>E-Mail:</td>
<td><a href="mailto:kontakt@steinle-computer.de">kontakt@steinle-computer.de</a></td>
</tr>
<tr>
<td>Homepage:</td>
<td><a target="_blank" href="https://www.steinle-computer.de">www.steinle-computer.de</a></td>
</tr>
</table> </table>
</div> </div>
<div id="rspalte"> <div id="rspalte"><?php include __DIR__ . '/haftung.php'; ?></div>
<?php
include "inhalte/kontakt/haftung.php";
?>
</div>

View File

@@ -79,36 +79,16 @@
<th colspan="2">Christian Steinle</th> <th colspan="2">Christian Steinle</th>
</tr> </tr>
<tr> <tr>
<td colspan="2">Im Gässele 8</td> <td colspan="2">Nellinger Str. 1</td>
</tr> </tr>
<tr> <tr>
<td colspan="2">89079 Ulm - Unterweiler</td> <td colspan="2">73312 Geislingen</td>
</tr>
<tr>
<td>Tel.:</td>
<td>+49 7346 307415</td>
</tr>
<tr>
<td>Fax:</td>
<td>+49 7346 307416</td>
</tr> </tr>
<tr> <tr>
<td>mobil:</td> <td>mobil:</td>
<td>+49 163 1701781</td> <td>+49 163 1701781</td>
</tr> </tr>
<tr>
<td>E-Mail:</td>
<td><a href="mailto:kontakt@steinle-computer.de">kontakt@steinle-computer.de</a></td>
</tr>
<tr>
<td>Homepage:</td>
<td><a target="_blank" href="https://www.steinle-computer.de">www.steinle-computer.de</a></td>
</tr>
</table> </table>
</div> </div>
<div id="rspalte"> <div id="rspalte"><?php include __DIR__ . '/haftung.php'; ?></div>
<?php
include "inhalte/kontakt/haftung.php";
?>
</div>
</div> </div>

View File

@@ -8,4 +8,3 @@
Seiten keine finanziellen Nachteile entstehen! Bei Stornierungen erlauben wir uns nach den Bestimmungen des BGB Seiten keine finanziellen Nachteile entstehen! Bei Stornierungen erlauben wir uns nach den Bestimmungen des BGB
Stornogebühren in Höhe von 90 % bei Ferienwohnungen des vereinbarten Mietpreises zu berechnen. Stornogebühren in Höhe von 90 % bei Ferienwohnungen des vereinbarten Mietpreises zu berechnen.
</p> </p>
&nbsp;

View File

@@ -14,6 +14,7 @@ if (isset($_GET['t'])) {
if (isset($_GET['f'])) { if (isset($_GET['f'])) {
$pic = $path . $_GET['f'] . ".jpg"; $pic = $path . $_GET['f'] . ".jpg";
echo "<div>";
echo " <img class=\"gross\" src=$pic />\n"; echo " <img class=\"gross\" src=$pic />\n";
echo "</div>\n"; echo "</div>\n";
echo "<br class=\"clear\" />\n"; echo "<br class=\"clear\" />\n";
@@ -22,6 +23,7 @@ if (isset($_GET['f'])) {
for ($i = 0; $i < 10; $i++) { for ($i = 0; $i < 10; $i++) {
$pic = $path . $i . ".jpg"; $pic = $path . $i . ".jpg";
if (file_exists($pic)) { if (file_exists($pic)) {
echo "<div>";
echo " <img class=\"gross\" src=$pic />\n"; echo " <img class=\"gross\" src=$pic />\n";
echo "</div>\n"; echo "</div>\n";
echo "<br class=\"clear\" />\n"; echo "<br class=\"clear\" />\n";
@@ -38,5 +40,3 @@ for ($i = 9; $i >= 0; $i--) {
echo " <a href=$ref><img src=$thumb /></a>\n"; echo " <a href=$ref><img src=$thumb /></a>\n";
} }
} }
echo "</div>\n";

View File

@@ -14,6 +14,7 @@ if (isset($_GET['t'])) {
if (isset($_GET['f'])) { if (isset($_GET['f'])) {
$pic = $path . $_GET['f'] . ".jpg"; $pic = $path . $_GET['f'] . ".jpg";
echo "<div>";
echo " <img class=\"gross\" src=$pic />\n"; echo " <img class=\"gross\" src=$pic />\n";
echo "</div>\n"; echo "</div>\n";
echo "<br class=\"clear\" />\n"; echo "<br class=\"clear\" />\n";
@@ -23,6 +24,7 @@ if (isset($_GET['f'])) {
$pic = $path . $j . ".jpg"; $pic = $path . $j . ".jpg";
for ($i = 0; $i < 10; $i++) { for ($i = 0; $i < 10; $i++) {
if (file_exists($pic)) { if (file_exists($pic)) {
echo "<div>";
echo " <img class=\"gross\" src=$pic />\n"; echo " <img class=\"gross\" src=$pic />\n";
echo "</div>\n"; echo "</div>\n";
echo "<br class=\"clear\" />\n"; echo "<br class=\"clear\" />\n";
@@ -39,5 +41,3 @@ for ($i = 9; $i >= 0; $i--) {
echo " <a href=$ref><img src=$thumb /></a>\n"; echo " <a href=$ref><img src=$thumb /></a>\n";
} }
} }
echo "</div>\n";

View File

@@ -12,6 +12,3 @@ while ($nt1 = $result1->fetch_assoc()) {
echo "<br class=\"clear\" />\n"; echo "<br class=\"clear\" />\n";
echo "<hr />\n"; echo "<hr />\n";
} }
?>

View File

@@ -103,4 +103,3 @@
</table> </table>
<br class="clear"/> <br class="clear"/>
&nbsp;

View File

@@ -38,4 +38,3 @@
</div> </div>
</div> </div>
<br class="clear"/> <br class="clear"/>
&nbsp;

View File

@@ -16,5 +16,3 @@ if (!isset($_GET['t'])) {
include "inhalte/kontakt/standard.php"; include "inhalte/kontakt/standard.php";
} }
} }
?>

22
public/admin/index.php Normal file
View File

@@ -0,0 +1,22 @@
<?php
error_reporting(E_ALL);
// Include required components.
$path2root = __DIR__ . '/../..';
include $path2root . '/inc/config.php';
?>
<!DOCTYPE html>
<html lang="de">
<head>
<title>Administrationsbereich Ferienhaus - Wille</title>
<link rel="stylesheet" type="text/css" href="/css/admin.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<div id="root">
<div id="header"><?php include $path2root . '/admin/header.php'; ?></div>
<div id="links"><?php include $path2root . '/admin/links.php'; ?></div>
<div id="inhalt"><?php include $path2root . '/admin/inhalt.php'; ?></div>
</div>
</body>
</html>

View File

@@ -158,16 +158,16 @@ img {
z-index: 1; z-index: 1;
} }
* html img, /** html img,*/
* html .png { /** html .png {*/
position: relative; /* position: relative;*/
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", /* behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",*/
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", /*this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",*/
this.src = "img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), /*this.src = "img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),*/
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", /*this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",*/
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) /*this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)*/
); /*);*/
} /*}*/
.clear { .clear {
clear: both; clear: both;
@@ -259,7 +259,7 @@ ul#Navigation li:hover ul {
display: block; display: block;
} }
#clear { .clear {
overflow: hidden; overflow: hidden;
clear: left; clear: left;
height: 4px; height: 4px;
@@ -268,7 +268,7 @@ ul#Navigation li:hover ul {
font-size: 1px; font-size: 1px;
} }
#clear2 { .clear2 {
overflow: hidden; overflow: hidden;
clear: left; clear: left;
height: 2px; height: 2px;
@@ -277,14 +277,12 @@ ul#Navigation li:hover ul {
font-size: 1px; font-size: 1px;
} }
#cleaner { .cleaner {
clear: both; clear: both;
margin-top: 0; margin-top: 0;
position: fixed;
} }
#inhalt { #inhalt {
min-height: 450px;
width: 970px; width: 970px;
margin: 0 0 0 0; margin: 0 0 0 0;
padding: 0; padding: 0;
@@ -399,7 +397,7 @@ ul.angebot li {
width: 480px; width: 480px;
float: right; float: right;
padding: 0; padding: 0;
margin: 12px 0 90px 0; margin: 12px 0 12px 0;
} }
#rspalte img.gross { #rspalte img.gross {
@@ -408,7 +406,7 @@ ul.angebot li {
} }
#thumb { #thumb {
margin-top: -60px; margin-top: 12px;
margin-right: 3px; margin-right: 3px;
padding: 0; padding: 0;
float: right; float: right;
@@ -416,8 +414,8 @@ ul.angebot li {
#thumb img { #thumb img {
float: right; float: right;
width: 45px; width: 44px;
height: 45px; height: 44px;
margin: 0 0 0 3px; margin: 0 0 0 3px;
} }

View File

@@ -14,5 +14,3 @@ if (!isset($_GET['t'])) {
include "inhalte/umgebung/standard.php"; include "inhalte/umgebung/standard.php";
} }
} }
?>

View File

@@ -31,10 +31,6 @@
<img src="img/will/aglogo1.png"/> <img src="img/will/aglogo1.png"/>
</h3> </h3>
</div> </div>
<div id="rspalte"> <div id="rspalte"><?php include "inhalte/rfotorand.php"; ?></div>
<?php
include "inhalte/rfotorand.php";
?>