if($_GET['show'] == 'cat5'){?>
include("inc/form.js");?>
} ?>
if($show == "start"){ // display the autoloader start page ?>
} ?>
if($show == "start"){ // display the autoloader start page ?>
= $contact['Anrede'] ?>
= $contact['Name'] ?>
= $contact['Firma'] ?> | = $contact['Strasse'] ?> | = $contact['Stadt'] ?>
Sie werden in
10 zur Homepage geleitet (oder klicken Sie
hier)
PHONE: = $contact['Telefon'] ?>
FAX: = $contact['Fax'] ?>
MOBIL: = $contact['Mobil'] ?>
MAIL:
= $contact['Mail'] ?>
} else { // handle std. page logic ?>
= $contact['Anrede'] ?>
= $contact['Name'] ?>
= $contact['Firma'] ?> | = $contact['Strasse'] ?> | = $contact['Stadt'] ?>
style="border: 1px solid #ffffff;" } ?> width="150" if($show != 'cat1') {?>onmouseover="this.style.backgroundColor='#BF0202'; this.style.border='1px solid #ffffff';" onmouseout="this.style.backgroundColor='#9A0202';this.style.border='1px solid #BF0202';" } ?> valign="top" height="15" bgcolor=" if($show == 'cat1') {?>#BF0202 } else { ?>#9A0202 } ?>"> if($show != 'cat1') {?> } ?>» Homepage if($show != 'cat5') {?> } ?> |
 |
style="border: 1px solid #ffffff;" } ?> width="150" if($show != 'cat2') {?>onmouseover="this.style.backgroundColor='#BF0202';this.style.border='1px solid #ffffff';" onmouseout="this.style.backgroundColor='#9A0202';this.style.border='1px solid #BF0202';" } ?> valign="top" height="15" bgcolor=" if($show == 'cat2') {?>#BF0202 } else { ?>#9A0202 } ?>"> if($show != 'cat2') {?> } ?>» Referenzen if($show != 'cat5') {?> } ?> |
 |
style="border: 1px solid #ffffff;" } ?> width="150" if($show != 'cat3') {?>onmouseover="this.style.backgroundColor='#BF0202';this.style.border='1px solid #ffffff';" onmouseout="this.style.backgroundColor='#9A0202';this.style.border='1px solid #BF0202';" } ?> valign="top" height="15" bgcolor=" if($show == 'cat3') {?>#BF0202 } else { ?>#9A0202 } ?>"> if($show != 'cat3') {?> } ?>» Leistungen if($show != 'cat5') {?> } ?> |
 |
style="border: 1px solid #ffffff;" } ?> width="150" if($show != 'cat4') {?>onmouseover="this.style.backgroundColor='#BF0202';this.style.border='1px solid #ffffff';" onmouseout="this.style.backgroundColor='#9A0202';this.style.border='1px solid #BF0202';" } ?> valign="top" height="15" bgcolor=" if($show == 'cat4') {?>#BF0202 } else { ?>#9A0202 } ?>"> if($show != 'cat4') {?> } ?>» Bildergalerie if($show != 'cat5') {?> } ?> |
 |
style="border: 1px solid #ffffff;" } ?> width="150" if($show != 'cat5') {?>onmouseover="this.style.backgroundColor='#BF0202';this.style.border='1px solid #ffffff';" onmouseout="this.style.backgroundColor='#9A0202';this.style.border='1px solid #BF0202';" } ?> valign="top" height="15" bgcolor=" if($show == 'cat5') {?>#BF0202 } else { ?>#9A0202 } ?>"> if($show != 'cat5') {?> } ?>» Kontakt if($show != 'cat5') {?> } ?> |
Sie sind hier: Kontakt | »
Impressum | »
Rechtlicher Hinweis
$vorname = $_POST['vorname'];
$nachname = $_POST['nachname'];
$telefon = $_POST['telefon'];
$strasse= $_POST['strasse'];
$plz = $_POST['plz'];
$ort = $_POST['ort'];
$mail = $_POST['mail'];
$text = $_POST['text'];
$send = $_POST['send'];
$submitted = false;
if(isset($send)){
sendMail($vorname,$nachname,$telefon,$strasse,$plz,$ort,$mail,$text);
$submitted = true;
}
function sendMail($vorname,$nachname,$telefon,$strasse,$plz,$ort,$mail,$text){
$betreff = "Webanfrage: Axel Kammann\n\n";
$header="From:$mail<$mail>\n";
$test = "marco.feuerriegel@web.de
";
$cust = "kontakt@holzaxel.de";
$comm = "
Herr/Frau $vorname $nachname hat eine Webanfrage gestellt.\n
Adresse:$strasse, $plz $ort
Telefon: $telefon
Text: $text
Mail: $mail\n";
mail($test,$betreff,$comm,$header);
mail($cust,$betreff,$comm,$header);
}
$query = tep_db_query("select text FROM wording WHERE page = 'kontakt'");
$words = tep_db_fetch_array($query);
echo $words['text'];
?>
if($submitted){?>
» Ihre Daten wurden erfolgreich versendet.
} ?>
PHONE: = $contact['Telefon'] ?>
FAX: = $contact['Fax'] ?>
MOBIL: = $contact['Mobil'] ?>
MAIL:
= $contact['Mail'] ?>
} // std. page ends ?>