Files
2026-03-24 14:45:06 +01:00

179 lines
4.8 KiB
PHP

<!DOCTYPE HTML>
<!--
Alpha by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<?php
include('header.php');
?>
<title>Praxis Creutzburg - Startseite</title>
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<?php
include('menu.php');
include_once("inc/config.inc.php");
include_once("inc/functions.inc.php");
include_once('inc/functions.impfen.inc.php');
?>
</header>
<!-- Banner -->
<section id="banner">
<h2>Praxis Heiner Creutzburg</h2>
<h3>Facharzt für Innere Medizin, hausärztliche Versorgung</h3>
<?php
$ausgabe = checkurlaub();
echo $ausgabe;
?>
<div id=news class="container" style="background-color: rgba(85, 85, 85, 0.6);padding:5px;">
<?php
#### Inhalt Änderung nicht mehr hier durchführen sondern auf der Adminseite: https://www.praxis-creutzburg.de/admin/webseitenadmin.php
#### Punkt Infobox Startseite Praxis
### Vordefinierte InhaltsID
$inhaltid = "2";
$queryconfig = mysqli_query($con, "Select webseitentitel,inhalt FROM webseiteninhalt WHERE inhaltid='$inhaltid' ");
$rowconfig = mysqli_fetch_assoc($queryconfig);
$webseitentitel = $rowconfig["webseitentitel"];
$inhalt = $rowconfig["inhalt"];
echo $inhalt;
?>
</div>
<br>
<ul class="actions">
<li><a href="dienstleistung.php#notfall" class="button" style="background-color: rgba(85, 85, 85, 0.6);">Notfallsprechstunde</a></li>
<li><a href="formulare.php" class="button" style="background-color: rgba(85, 85, 85, 0.6);">Anfragen</a></li>
<li><a href="termine.php" class="button" style="background-color: rgba(85, 85, 85, 0.6);">Termine</a></li>
<li><a href="rezepte.php" class="button" style="background-color: rgba(85, 85, 85, 0.6);">Rezepte</a></li>
</ul>
<!--
<ul class="actions">
<br><br>
<li><a href="stellenangebote.php" class="button alt" style="background-color: rgba(252, 94, 0, 0.6);">Wir suchen Unterstützung für unser Team!</a></li>
</ul>
-->
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<?php
echo showHeaderpraxis();
?>
<br>
<?php
echo geplantenUrlaubanzeigen();
echo "<br>";
?>
<h2> Aktuelle Informationen</h2>
<?php
#akutelle Informationen
$inhaltid = "12";
$queryconfig = mysqli_query($con, "Select webseitentitel,inhalt FROM webseiteninhalt WHERE inhaltid='$inhaltid' ");
$rowconfig = mysqli_fetch_assoc($queryconfig);
$webseitentitel = $rowconfig["webseitentitel"];
$text = $rowconfig["inhalt"];
echo $text;
?>
<hr>
<div id="marquee-cont">
<marquee onmouseover="this.stop();" onmouseout="this.start();" id='scroll'>
+++<? echo $Laufband1 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband2 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband3 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband4 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband5 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband6 ?>+++
</marquee>
</div>
<hr>
<br>
<h3>Wir impfen gegen Gürtelrose, Grippe, Corona und andere Erkrankungen! Anmeldung online! Derzeit Beratung auch in der normalen Sprechstunde.</h3>
<a href="impfanmeldung.php" class="button alt" style="background-color: rgba(85, 85, 85, 0.6);color: white;" >Impftermin sichern</a>
<br>
<a href="grippeimpfwarteliste.php" class="button alt" style="background-color: rgba(85, 85, 85, 0.6);color: white;" >Warteliste Grippeschutzimpfung</a>
<br><br>
<hr>
<h3>Haben Sie Fragen?</h3>
Nutzen Sie unsere Formulare für eine Anfrage an unser Praxisteam.<br><br>
<a href="formulare.php" class="button alt" style="background-color: rgba(85, 85, 85, 0.6);color: white;" >Frage stellen</a>
<br><br>
<hr>
<!-- laufband -->
<div id="marquee-cont">
<marquee onmouseover="this.stop();" onmouseout="this.start();" id='scroll'>
+++<? echo $Laufband1 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband2 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband3 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband4 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband5 ?>+++ &nbsp;&nbsp; +++<? echo $Laufband6 ?>+++
</marquee>
</div>
</header>
<a href="service.php" class="button alt">Termine/absagen</a>
<a href="rezepte.php"class="button alt">Rezepte</a>
<a href="formulare.php"class="button alt">Anfrage</a>
</section>
</section>
<?php
include_once('footer.php');
?>
</body>
</html>