173 lines
5.4 KiB
PHP
173 lines
5.4 KiB
PHP
<?php
|
|
/* Smarty version 3.1.39, created on 2022-01-27 09:07:08
|
|
from '/var/www/web360/htdocs/gottesdienst/templates/modern/admin/index.html' */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '3.1.39',
|
|
'unifunc' => 'content_61f252acea0dc6_29795014',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'ec844b1ccf3e2059d2af0cc9091d2b89d8fa1718' =>
|
|
array (
|
|
0 => '/var/www/web360/htdocs/gottesdienst/templates/modern/admin/index.html',
|
|
1 => 1604749956,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_61f252acea0dc6_29795014 (Smarty_Internal_Template $_smarty_tpl) {
|
|
?><!-- index gegen LDAP und DB bei externer Kennung-->
|
|
<?php if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
|
<html>
|
|
<head>
|
|
<title>Willkommen zur Gottesdienstadministration</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/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" />
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
|
|
>!window.jQuery && document.write('<?php echo '<script'; ?>
|
|
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
|
|
>-->
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
|
|
>
|
|
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript">
|
|
$(document).ready(function() {
|
|
$(".box").fancybox({
|
|
'width' : '75%',
|
|
'height' : '75%',
|
|
'autoScale' : true,
|
|
'transitionIn' : 'elastic',
|
|
'transitionOut' : 'elastic',
|
|
'type' : 'iframe'
|
|
});
|
|
});
|
|
<?php echo '</script'; ?>
|
|
>
|
|
|
|
</head>
|
|
<body onload="if(document.login)document.login.user.focus();return false;">
|
|
|
|
<table height="100%" width="100%">
|
|
<tr>
|
|
<td width="20%">
|
|
|
|
</td>
|
|
<td width="60%">
|
|
<div class="Header">
|
|
<div>
|
|
<div align="center">Willkommen zur Gottesdienstadministration</div>
|
|
</div>
|
|
</div>
|
|
<div class="pat_list_box">
|
|
<p>
|
|
<?php if ($_smarty_tpl->tpl_vars['index_error']->value == '1') {?>
|
|
<table width="70%" class="errorTable" align="center">
|
|
<tr>
|
|
<td>
|
|
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/images/pflichtfelder/achtung_gross.gif">
|
|
</td>
|
|
<td><b>Achtung!</b><br>
|
|
<?php echo $_smarty_tpl->tpl_vars['index_error_text']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<?php }?>
|
|
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
|
|
<tr>
|
|
<td width="200px" align="center" valign="middle">
|
|
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/images/message_login.gif" height="100">
|
|
</td>
|
|
<td align="left">
|
|
<table width="100%">
|
|
<form action=?action=anmeld method="POST" name="login">
|
|
<tr>
|
|
<td width="40%">
|
|
<strong>Benutzerkennung</strong>
|
|
</td>
|
|
<td>
|
|
<input class="eingabe" type="text" name="user" tabindex="1"></td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="40%">
|
|
<strong>Passwort:</strong>
|
|
</td>
|
|
<td>
|
|
<input class="eingabe" type="password" name="password" tabindex="2"></td>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="100%" colspan="2" align="center">
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="40%">
|
|
|
|
</td>
|
|
<td>
|
|
<input type="submit" value="Login">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p align="center">
|
|
<!--
|
|
<br />
|
|
<br />
|
|
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
|
|
-->
|
|
</p>
|
|
<br />
|
|
<br />
|
|
|
|
|
|
</div>
|
|
</td>
|
|
<td width="20%">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
<?php }?>
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
|
|
<?php if ($_smarty_tpl->tpl_vars['index_login']->value == '1') {?>
|
|
<meta http-equiv="refresh" content="0; URL=indexframe.php">
|
|
<?php }
|
|
}
|
|
}
|
|
}
|