129 lines
4.7 KiB
HTML
129 lines
4.7 KiB
HTML
<!-- index gegen LDAP und DB bei externer Kennung-->
|
|
{if $action == ''}
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<title>Registrierung und Terminbuchung für Gottesdienste in Weinstadt-Beutelsbach</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
|
|
<style>
|
|
.squarebutton_blue{
|
|
width:100px;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
|
|
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
|
|
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
|
|
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
|
|
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$(".box").fancybox({
|
|
'width' : '75%',
|
|
'height' : '75%',
|
|
'autoScale' : true,
|
|
'transitionIn' : 'elastic',
|
|
'transitionOut' : 'elastic',
|
|
'type' : 'iframe'
|
|
});
|
|
});
|
|
</script>
|
|
<style>
|
|
.container {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.button {
|
|
font: bold 11px Arial;
|
|
text-decoration: none;
|
|
background-color: #EEEEEE;
|
|
color: #333333;
|
|
padding: 2px 6px 2px 6px;
|
|
border-top: 1px solid #CCCCCC;
|
|
border-right: 1px solid #333333;
|
|
border-bottom: 1px solid #333333;
|
|
border-left: 1px solid #CCCCCC;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table height="100%" width="100%">
|
|
<tr>
|
|
<td width="5%">
|
|
|
|
</td>
|
|
<td width="90%">
|
|
<div class="Header">
|
|
<div>
|
|
<div align="center"> </div>
|
|
</div>
|
|
</div>
|
|
<div class="pat_list_box">
|
|
<p>
|
|
{if $index_error == '1'}
|
|
<table width="70%" class="errorTable" align="center">
|
|
<tr>
|
|
<td>
|
|
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
|
|
</td>
|
|
<td><b>Achtung!</b><br>
|
|
{$index_error_text}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
{/if}
|
|
<table align="center" border="0" bordercolordark="white" bordercolorlight="" cellspacing="0" width="96%" >
|
|
<tr>
|
|
<td align="left">
|
|
<table width="100%" border="0">
|
|
<form action=?action=terminwahl method="POST" name="persdat">
|
|
<tr>
|
|
<td width="80%">
|
|
<br>
|
|
<br>
|
|
<table width="100%" border=0>
|
|
<tr>
|
|
<td width="30%"> </td>
|
|
<td width="40%"><p align='center'><img src='media/beutelsbach.jpg' width='300'></p></td>
|
|
<td width="30%"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30%"> </td>
|
|
<td width="40%"> </td>
|
|
<td width="30%"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30%"> </td>
|
|
<td width="40%">
|
|
<p align='center'>
|
|
<font size="3" color="red"><b>Eine Registrierung ist nicht mehr erforderlich!</b></font>
|
|
<br>
|
|
<br>
|
|
</div>
|
|
</td>
|
|
<td width="30%"> </td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
<td width="5%">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if} |