setup
This commit is contained in:
parent
121626eb5f
commit
b028c43d10
@ -72,7 +72,8 @@
|
|||||||
<p> </p>
|
<p> </p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<!-- Bitte nicht entfernen -->
|
<!-- Bitte nicht entfernen -->
|
||||||
<p class="small">Entwicklung: W. Hupfeld, Hamm<br>walter@hupfeld-hamm.de</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>
|
<a class="btn btn-primary text-white" href="index.php?ref=1">zurück</a>
|
||||||
</div>
|
</div>
|
||||||
|
13
start.php
13
start.php
@ -1,7 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Startseite für NRW-Hindernismelder
|
||||||
|
* Liste der freigeschalteten Kreise und kreisfeien Städte
|
||||||
|
*/
|
||||||
session_start();
|
session_start();
|
||||||
require("config.php");
|
require("config.php");
|
||||||
|
|
||||||
$directory = $_SERVER['REQUEST_URI'];
|
$directory = $_SERVER['REQUEST_URI'];
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@ -10,15 +13,11 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="author" content="Walter Hupfeld, info@hupfeld-software.de">
|
<meta name="author" content="Walter Hupfeld, info@hupfeld-software.de">
|
||||||
<meta name="description" content="Georeferenzieter Ideenmelder">
|
<meta name="description" content="ADFC NRW Hindernismelder">
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="css/style.css" />
|
<link rel="stylesheet" href="css/style.css" />
|
||||||
<title><?=$strTitle?></title>
|
<title><?=$strTitle?></title>
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.min.js"></script>
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -38,8 +37,8 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<p style="clear:both";>
|
<p style="clear:both";>
|
||||||
<h3>Teilnehmende Kreise und kreisfreie Städte</h3>
|
|
||||||
|
|
||||||
|
<h3>Teilnehmende Kreise und kreisfreie Städte</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user