46 lines
1.3 KiB
HTML
46 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title><?=$this->title?></title>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
|
|
|
|
<!-- FONT -->
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:400" rel="stylesheet">
|
|
|
|
<!-- User CSS -->
|
|
<link rel="stylesheet" href="style/default.css">
|
|
<link rel="stylesheet" href="style/nfbg_v2.css">
|
|
<link rel="stylesheet" href="style/font-awesome.min.css">
|
|
|
|
|
|
<script type='text/javascript'>
|
|
function updateIframe() {
|
|
var loc = window.location.search;
|
|
iframe = document.getElementById('stattbuchung');
|
|
iframe.src = iframe.src +loc;
|
|
}
|
|
</script>
|
|
</head>
|
|
<body id='bidat<?=$this->bodyid?>' onload="updateIframe()">
|
|
|
|
Text außerhalb des iFrames
|
|
|
|
<iframe id="stattbuchung" src="index.php" width="100%" height="800" scrolling="auto" frameborder="1" title="Termine Stattbuchung" class="wrapper" >
|
|
Keine IFrames</iframe>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|