906 lines
36 KiB
HTML
906 lines
36 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%">
|
|
<h2><p align="center">Registrierung und Terminbuchung für die Gottesdienste in Weinstadt-Beutelsbach</h2>
|
|
<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'>Der Assistent begleitet Sie durch folgende Seiten:</p>
|
|
<div class="container">
|
|
<ol>
|
|
<li>Terminauswahl</li>
|
|
<li>Registrierung der Hausstände</li>
|
|
<li>Zusammenfassung und Speichern</li>
|
|
</ol>
|
|
</div>
|
|
</td>
|
|
<td width="30%"> </td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<p align="center">
|
|
<input type="submit" class="button" value="Weiter zu Schritt 1">
|
|
</p>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
<td width="5%">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
{if $action == 'terminwahl'}
|
|
<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">
|
|
<link rel="stylesheet" href="jquery/jquery-ui.css">
|
|
<script src="jquery/jquery-1.12.4.js"></script>
|
|
<script src="jquery/jquery-ui.js"></script>
|
|
<script src="jquery/globalize.js"></script>
|
|
<script src="jquery/globalize.culture.de-DE.js"></script>
|
|
<script src="jquery/jquery.mousewheel.js"></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;
|
|
}
|
|
.row_0 {
|
|
background-color: #FFFFFF;
|
|
}
|
|
.row_1 {
|
|
background-color: #E1E8F1;
|
|
}
|
|
th{
|
|
background: lightgray;
|
|
border: 1px solid #656565;
|
|
font-size:11px;
|
|
font-family:Arial;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<!--<body onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">-->
|
|
<body>
|
|
<table height="100%" width="100%">
|
|
<tr>
|
|
<td width="15%">
|
|
|
|
</td>
|
|
<td width="70%">
|
|
<div class="Header">
|
|
<div>
|
|
<div align="center">Registrierung und Terminbuchung für Gottesdienste in Weinstadt-Beutelsbach</div>
|
|
</div>
|
|
</div>
|
|
<div class="pat_list_box">
|
|
<p>
|
|
{if $termin_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>
|
|
{$termin_error_text}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
{/if}
|
|
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
|
|
<tr>
|
|
<td align="left">
|
|
<table width="100%" border="0">
|
|
<form action=?action=hausstand method="POST" name="hausstand">
|
|
<tr>
|
|
<td width="80%">
|
|
<table width="100%" border="0">
|
|
<tr>
|
|
<td width="80%">
|
|
<h2><p align="center">1) Terminwahl</h2>
|
|
<br>
|
|
<table width="100%" border=0>
|
|
<tr>
|
|
<td width="20%"> </td>
|
|
<td width="60%">
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<th>
|
|
<b>Auswahl</b>
|
|
</th>
|
|
<th>
|
|
<b>Datum</b>
|
|
</th>
|
|
<th>
|
|
<b>Hinweis</b>
|
|
</th>
|
|
</tr>
|
|
{section name=table_data1 loop=$table_data1}
|
|
{if $table_data1[table_data1].hinweis_gepserrt == 1}
|
|
<tr>
|
|
<td align="center" class="row_{$table_data1[table_data1].zaehler}" height='30'>
|
|
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='30' style="padding-left:15px;">
|
|
<s>{$table_data1[table_data1].datum}</s>
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='30' style="padding-left:15px;">
|
|
Die Anmeldung zum Gottesdienst ist leider nicht mehr möglich.<br>Bitte verwenden Sie stattdessen den Livestream <a href='http://www.nak-btb.de' target='_top'>http://www.nak-btb.de</a> oder die Telefonübertrag über Perfon.
|
|
</td>
|
|
</tr>
|
|
{else}
|
|
<tr>
|
|
<td align="center" class="row_{$table_data1[table_data1].zaehler}" height='30'>
|
|
<input type="checkbox" name="termin[]" id="termin_{$smarty.section.table_data1.rownum}"value="{$table_data1[table_data1].tid}" {if $checked_{$table_data1[table_data1].tid} == 1} checked {/if}>
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='30' style="padding-left:15px;">
|
|
<label for="termin_{$smarty.section.table_data1.rownum}">{$table_data1[table_data1].datum}</label>
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='30' style="padding-left:15px;">
|
|
<label for="termin_{$smarty.section.table_data1.rownum}">{$table_data1[table_data1].hinweis}</label>
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
{/section}
|
|
</table>
|
|
|
|
</td>
|
|
<td width="20%"> </td>
|
|
</tr>
|
|
|
|
</table>
|
|
<br>
|
|
<p align="center">
|
|
<input type="submit" class="button" value="Weiter zu Schritt 2">
|
|
</p>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
<td width="15%">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
{if $action == 'hausstand'}
|
|
<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">
|
|
<link rel="stylesheet" href="jquery/jquery-ui.css">
|
|
<script src="jquery/jquery-1.12.4.js"></script>
|
|
<script src="jquery/jquery-ui.js"></script>
|
|
<script src="jquery/globalize.js"></script>
|
|
<script src="jquery/globalize.culture.de-DE.js"></script>
|
|
<script src="jquery/jquery.mousewheel.js"></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 onload='if(document.overview)document.overview.nachname1.focus();return false;' onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
|
|
|
<table height="100%" width="100%">
|
|
<tr>
|
|
<td width="15%">
|
|
|
|
</td>
|
|
<td width="70%">
|
|
<div class="Header">
|
|
<div>
|
|
<div align="center">Registrierung und Terminbuchung für Gottesdienste in Weinstadt-Beutelsbach</div>
|
|
</div>
|
|
</div>
|
|
<div class="pat_list_box">
|
|
<p>
|
|
{if $hausstand_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>
|
|
{$hausstand_error_text}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
{/if}
|
|
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
|
|
<tr>
|
|
<td align="left">
|
|
<table width="100%" border="0">
|
|
<form action=?action=overview method="POST" name="overview">
|
|
<tr>
|
|
<td width="80%">
|
|
<table width="100%" border="0">
|
|
<tr>
|
|
<td width="80%">
|
|
<h2><p align="center">2) Namen der Personen, <u>die im selben Haushalt gemeldet sind</u></h2>
|
|
<br>
|
|
<table width="100%" border=0>
|
|
<tr>
|
|
<td width="30%"> </td>
|
|
<td width="40%">
|
|
<table width='100%' border="0">
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td colspan="3">
|
|
Sie können Ihre Mailadresse hinterlegen. Dadurch
|
|
<ul>
|
|
<li>bekommen Sie eine Bestätigung nach erfolgreicher Registrierung</li>
|
|
<li>haben Sie die Möglichkeit, sich oder einzlne Familienmitglieder vom Gottesdienst wieder abzumelden</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
<b>E-Mail:</b>
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
<input type="text" name="mail" id="mail" value="{$hausstand_value_mail}" size="40">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
<b>Nachname</b>
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
<b>Vorname (vollständig ausgeschrieben)</b>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="right">
|
|
1
|
|
</td>
|
|
<td>
|
|
<input type="text" name="nachname1" id="nachname1" value="{$hausstand_value_nachname1}" size="40">
|
|
</td>
|
|
<td>
|
|
,
|
|
</td>
|
|
<td>
|
|
<input type="text" name="vorname1" id="vorname1" value="{$hausstand_value_vorname1}" size="40">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">
|
|
2
|
|
</td>
|
|
<td>
|
|
<input type="text" name="nachname2" id="nachname2" value="{$hausstand_value_nachname2}" size="40">
|
|
</td>
|
|
<td>
|
|
,
|
|
</td>
|
|
<td>
|
|
<input type="text" name="vorname2" id="vorname2" value="{$hausstand_value_vorname2}" size="40">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">
|
|
3
|
|
</td>
|
|
<td>
|
|
<input type="text" name="nachname3" id="nachname3" value="{$hausstand_value_nachname3}" size="40">
|
|
</td>
|
|
<td>
|
|
,
|
|
</td>
|
|
<td>
|
|
<input type="text" name="vorname3" id="vorname3" value="{$hausstand_value_vorname3}" size="40">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">
|
|
4
|
|
</td>
|
|
<td>
|
|
<input type="text" name="nachname4" id="nachname4" value="{$hausstand_value_nachname4}" size="40">
|
|
</td>
|
|
<td>
|
|
,
|
|
</td>
|
|
<td>
|
|
<input type="text" name="vorname4" id="vorname4" value="{$hausstand_value_vorname4}" size="40">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">
|
|
5
|
|
</td>
|
|
<td>
|
|
<input type="text" name="nachname5" id="nachname5" value="{$hausstand_value_nachname5}" size="40">
|
|
</td>
|
|
<td>
|
|
,
|
|
</td>
|
|
<td>
|
|
<input type="text" name="vorname5" id="vorname5" value="{$hausstand_value_vorname5}" size="40">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td width="30%"> </td>
|
|
</tr>
|
|
|
|
</table>
|
|
<br>
|
|
<p align="center">
|
|
<a href="?action=terminwahl" class="button">Seite zurück</a> <input type="submit" class="button" value="Weiter zu Schritt 3">
|
|
</p>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
<td width="15%">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $action == 'overview'}
|
|
<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">
|
|
<link rel="stylesheet" href="jquery/jquery-ui.css">
|
|
<script src="jquery/jquery-1.12.4.js"></script>
|
|
<script src="jquery/jquery-ui.js"></script>
|
|
<script src="jquery/globalize.js"></script>
|
|
<script src="jquery/globalize.culture.de-DE.js"></script>
|
|
<script src="jquery/jquery.mousewheel.js"></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>
|
|
<script type="text/javascript">
|
|
function senden_aktiv(){
|
|
if ( document.save.versicherung.checked == true ){
|
|
document.getElementById("senden").disabled=false;
|
|
document.getElementById("senden").style.color = "white";
|
|
document.getElementById("senden").style.backgroundColor = "green";
|
|
}else{
|
|
document.getElementById("senden").disabled=true;
|
|
document.getElementById("senden").style.color = "white";
|
|
document.getElementById("senden").style.backgroundColor = "FF0000";
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
|
|
|
<table height="100%" width="100%">
|
|
<tr>
|
|
<td width="15%">
|
|
|
|
</td>
|
|
<td width="70%">
|
|
<div class="Header">
|
|
<div>
|
|
<div align="center">Registrierung und Terminbuchung für Gottesdienste in Weinstadt-Beutelsbach</div>
|
|
</div>
|
|
</div>
|
|
<div class="pat_list_box">
|
|
<p>
|
|
{if $persdat_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>
|
|
{$persdat_error_text}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
{/if}
|
|
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
|
|
<tr>
|
|
<td align="left">
|
|
<table width="100%" border="0">
|
|
<form action=?action=save method="POST" name="save">
|
|
<tr>
|
|
<td width="80%">
|
|
<table width="100%" border="0">
|
|
<tr>
|
|
<td width="80%">
|
|
<h2><p align="center">3) Übersicht und verbindlich speichern</u></h2>
|
|
<br>
|
|
<table width="100%" border=0>
|
|
<tr>
|
|
<td width="10%"> </td>
|
|
<td width="80%">
|
|
<table width='100%' border="0">
|
|
|
|
{if $overview_value_beginn != ''}
|
|
<tr>
|
|
<td width="200" valign="top">
|
|
<b>Gottesdienst:</b>
|
|
</td>
|
|
<td valign="top">
|
|
{section name=table_data1 loop=$table_data1}
|
|
{$table_data1[table_data1].beginn} ({$table_data1[table_data1].hinweis})<br>
|
|
{/section}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
|
|
{if $overview_value_nachname1 != ''}
|
|
<tr>
|
|
<td>
|
|
<b>Person 1:</b>
|
|
</td>
|
|
<td>
|
|
{$overview_value_nachname1}, {$overview_value_vorname1}
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
|
|
{if $overview_value_nachname2 != ''}
|
|
<tr>
|
|
<td>
|
|
<b>Person 2:</b>
|
|
</td>
|
|
<td>
|
|
{$overview_value_nachname2}, {$overview_value_vorname2}
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
|
|
{if $overview_value_nachname3 != ''}
|
|
<tr>
|
|
<td>
|
|
<b>Person 3:</b>
|
|
</td>
|
|
<td>
|
|
{$overview_value_nachname3},{$overview_value_vorname3}
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
|
|
{if $overview_value_nachname4 != ''}
|
|
<tr>
|
|
<td>
|
|
<b>Person 4:</b>
|
|
</td>
|
|
<td>
|
|
{$overview_value_nachname4}, {$overview_value_vorname4}
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
|
|
{if $overview_value_nachname5 != ''}
|
|
<tr>
|
|
<td>
|
|
<b>Person 5:</b>
|
|
</td>
|
|
<td>
|
|
{$overview_value_nachname5}, {$overview_value_vorname5}
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
|
|
|
|
{if $overview_value_mail != ''}
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>Mailadresse:</b>
|
|
</td>
|
|
<td>
|
|
{$overview_value_mail}
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top">
|
|
<input type="checkbox" name="versicherung" onclick="senden_aktiv();" id="r2">
|
|
</td>
|
|
<td style="text-align: justify;">
|
|
<label for="r2">Ich versichere, dass die Angaben richtig sind und dass es sich bei den genannten Personen um einen Haushalt handelt.</b></label>
|
|
</td>
|
|
</table>
|
|
</td>
|
|
<td width="10%"> </td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<p align="center">
|
|
<a href="?action=hausstand" class="button">Seite zurück</a> <input type="submit" name="senden" id="senden" value="Verbindlich buchen" style="background-color: #FF0000;color: #FFFFFF;" class="button" disabled>
|
|
</p>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
<td width="15%">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $action == 'save'}
|
|
<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">
|
|
<link rel="stylesheet" href="jquery/jquery-ui.css">
|
|
<script src="jquery/jquery-1.12.4.js"></script>
|
|
<script src="jquery/jquery-ui.js"></script>
|
|
<script src="jquery/globalize.js"></script>
|
|
<script src="jquery/globalize.culture.de-DE.js"></script>
|
|
<script src="jquery/jquery.mousewheel.js"></script>
|
|
<style>
|
|
.squarebutton_blue{
|
|
width:100px;
|
|
}
|
|
.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>
|
|
|
|
<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>
|
|
</head>
|
|
<body onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
|
<table height="100%" width="100%">
|
|
<tr>
|
|
<td width="15%">
|
|
|
|
</td>
|
|
<td width="70%">
|
|
<div class="Header">
|
|
<div>
|
|
<div align="center">Registrierung und Terminbuchung für Gottesdienste in Weinstadt-Beutelsbach</div>
|
|
</div>
|
|
</div>
|
|
<div class="pat_list_box">
|
|
<p>
|
|
{if $save_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>
|
|
{$save_error_text}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
{else}
|
|
<br>
|
|
<br>
|
|
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
|
|
<tr>
|
|
<td align="left">
|
|
<table width="100%" border="0">
|
|
<form action=?action=save method="POST" name="save">
|
|
<tr>
|
|
<td width="80%">
|
|
<p align='center'>
|
|
<b>Die Anmeldung zum Gottesdienst ist erfolgreich abgeschlossen.</b><br>
|
|
<br>
|
|
Sie können das Fenster nun schließen!
|
|
</p>
|
|
<br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<br>
|
|
{/if}
|
|
</div>
|
|
</td>
|
|
<td width="15%">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if} |