datatable in administration

This commit is contained in:
Walter Hupfeld
2024-03-16 10:48:40 +01:00
parent a8a3bbee4f
commit 6eb3594bcd
3 changed files with 17 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
<?php
header("Location: https://nrw.adfc.de/impressum");
session_start();
if (!isset($_SESSION['district'])) { header("Location: start.php");}
$strDistrict=$_SESSION['district'];
@@ -62,23 +61,19 @@
<div class="card">
<div class="card-header"><h2>Impressum</h2></div>
<div class="card-body">
<p>Dieses Portal wird zur Verfügungung gestellt von:</p>
<p>&nbsp;</p>
<div><img style="width:220px" src="<?=$strLogo?>" alt="Logo"></div>
<p>&nbsp;</p>
<p>
<?= stripslashes(nl2br($strImpressum)) ?>
</p>
<p><a href="<?=$strUrl?>"><?=$strUrlBez?></a></p>
<p>&nbsp;</p>
Anfragen zum Ideenmelder an <a href="mailto:<?=$contactEmail?>"><?=$contactEmail?></a>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="height:5em;">&nbsp;</p>
<p><a href="<?=$strUrl?>"><?=$strUrlBez?></a><br>
Anfragen bitte an <a href="mailto:<?=$contactEmail?>"><?=$contactEmail?></a></p>
<!-- Bitte nicht entfernen -->
<p style="height:5em;">&nbsp;</p>
<p class="small">Entwicklung: W. Hupfeld, Hamm<br>info@hupfeld-software.de</p>
<!-- --- -->
<a class="btn btn-primary text-white" href="index.php?ref=1">zurück</a>
</div>
</div>