dvm/templates_c/32620ac9ff09aec4dd33b021fa21462611916bf9_0.file.resetpassword.html.php
2022-11-28 10:27:30 +01:00

187 lines
6.5 KiB
PHP
Executable File

<?php
/* Smarty version 3.1.29, created on 2021-04-29 16:39:52
from "/srv/www/htdocs-hvf/kurs/dvm/templates/modern/praxisstelle/resetpassword.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_608ac538865451_39367817',
'file_dependency' =>
array (
'32620ac9ff09aec4dd33b021fa21462611916bf9' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/dvm/templates/modern/praxisstelle/resetpassword.html',
1 => 1589182052,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_608ac538865451_39367817 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title>Neues Passwort DVM (Bachelor of Arts - Digitales Verwaltungsmanagement) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<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.pwback.resetpwd.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Neues Passwort DVM (Bachelor of Arts - Digitales Verwaltungsmanagement) der Hochschulen Ludwigsburg und Kehl.</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 }?>
<p align="center">Bitte geben Sie hier das neue Passwort für Ihren Account ein!<br>
</p>
<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/deputat_icon.svg" height="100">
</td>
<td align="left">
<form action=?action=pwback method="POST" name="pwback">
<table width="100%" border="0">
<tr>
<td width="20%">
<strong>Passwort:</strong>
</td>
<td>
<input class="eingabe" type="password" name="resetpwd" tabindex="1">
</td>
</tr>
<tr>
<td width="20%">
<strong>Passwort wiederholen:</strong>
</td>
<td>
<input class="eingabe" type="password" name="resetpwd_wied" tabindex="2">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="20%">
&nbsp;
</td>
<td>
<input type="submit" value="Abschicken">
</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%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'pwback') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Passwort zurückgesetzt DVM (Bachelor of Arts - Digitales Verwaltungsmanagement) der Hochschulen Ludwigsburg und Kehl.</title>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body>
<fieldset>
<legend>
<b>Passwort zurückgesetzt</b>
</legend>
<br />
<br />
<p align="center">
Das Passwort wurde zurückgesetzt.<br>
Sie können sich nun einloggen: <a href="index.php">Praxisstellenadministration</a>
</p>
</fieldset>
</form>
</body>
</html>
<?php }
}
}