236 lines
9.0 KiB
PHP
236 lines
9.0 KiB
PHP
<?php
|
|
/* Smarty version 5.0.0-rc1, created on 2023-11-03 10:08:07
|
|
from 'file:login.html' */
|
|
|
|
/* @var \Smarty\Template $_smarty_tpl */
|
|
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
|
|
'version' => '5.0.0-rc1',
|
|
'unifunc' => 'content_6544b87728a874_63054470',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'f9e2b78800181bf212fe0ef2309814fa6ee1285d' =>
|
|
array (
|
|
0 => 'login.html',
|
|
1 => 1699002485,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
))) {
|
|
function content_6544b87728a874_63054470 (\Smarty\Template $_smarty_tpl) {
|
|
$_smarty_current_dir = 'C:\\xampp_8.2.4\\htdocs\\kurs\\login\\html';
|
|
?><!DOCTYPE html>
|
|
<html
|
|
lang="en"
|
|
class="light-style customizer-hide"
|
|
dir="ltr"
|
|
data-theme="theme-default"
|
|
data-assets-path="../assets/"
|
|
data-template="vertical-menu-template-free"
|
|
>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"
|
|
/>
|
|
<title>Login Anmeldesysteme</title>
|
|
<meta name="description" content="" />
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/x-icon" href="../assets/img/favicon/favicon.ico" />
|
|
<!-- Fonts
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
-->
|
|
<link
|
|
href="../assets/css/google.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<!-- data Table: https://datatables.net/ -->
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/jquery-3.4.1.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<link href="../bootstrap/data-table/datatables.min.css" rel="stylesheet"/>
|
|
<?php echo '<script'; ?>
|
|
src="../bootstrap/data-table/datatables.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="../bootstrap/data-table/moment.mon.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="../bootstrap/data-table/datetime-moment.js"><?php echo '</script'; ?>
|
|
>
|
|
<!-- Icons. Uncomment required icon fonts -->
|
|
<link rel="stylesheet" href="../assets/vendor/fonts/boxicons.css" />
|
|
<?php echo '<script'; ?>
|
|
src="../js/all.js" crossorigin="anonymous"><?php echo '</script'; ?>
|
|
>
|
|
<!-- Core CSS -->
|
|
<link rel="stylesheet" href="../assets/vendor/css/core.css" class="template-customizer-core-css" />
|
|
<link rel="stylesheet" href="../assets/vendor/css/theme-default.css" class="template-customizer-theme-css" />
|
|
<link rel="stylesheet" href="../assets/css/demo.css" />
|
|
<!-- Vendors CSS -->
|
|
<link rel="stylesheet" href="../assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.css" />
|
|
<!-- Page CSS -->
|
|
<!-- Page -->
|
|
<link rel="stylesheet" href="../assets/vendor/css/pages/page-auth.css" />
|
|
<!-- Helpers -->
|
|
|
|
<link href="../bootstrap/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<?php echo '<script'; ?>
|
|
src="../bootstrap/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../assets/vendor/js/helpers.js"><?php echo '</script'; ?>
|
|
>
|
|
<!--! Template customizer & Theme config files MUST be included after core stylesheets and helpers.js in the <head> section -->
|
|
<!--? Config: Mandatory theme config file contain global vars & default theme options, Set your preferred theme option in this file. -->
|
|
<?php echo '<script'; ?>
|
|
src="../assets/js/config.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
>
|
|
$(function() {
|
|
$("#mail").focus();
|
|
});
|
|
|
|
$(document).ready(function(){
|
|
$('[data-toggle="popover"]').popover();
|
|
$
|
|
});
|
|
<?php echo '</script'; ?>
|
|
>
|
|
<style>
|
|
.app-brand {
|
|
line-height: 2;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- Content -->
|
|
<!--Anwendung-->
|
|
TEST
|
|
<?php echo '<script'; ?>
|
|
src="../js/components/admin_login.js"><?php echo '</script'; ?>
|
|
>
|
|
<div class="container-xxl">
|
|
<div class="authentication-wrapper authentication-basic container-p-y">
|
|
<div class="authentication-inner">
|
|
<!-- Register -->
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<!-- Logo -->
|
|
<div class="app-brand justify-content-center">
|
|
<span class="app-brand-text demo text-body fw-bolder">Login Anmeldesysteme</span>
|
|
</div>
|
|
<!-- /Logo -->
|
|
<p class="mb-4"><?php echo $_smarty_tpl->getValue('index_list');?>
|
|
</p>
|
|
<div class="mb-3">
|
|
<label for="email" class="form-label">Mailadresse</label>
|
|
<input
|
|
type="email"
|
|
onkeydown="keysave(this)"
|
|
class="form-control"
|
|
id="mail"
|
|
name="mail"
|
|
placeholder="Mailadresse"
|
|
autofocus
|
|
/>
|
|
</div>
|
|
<div class="mb-3 form-password-toggle">
|
|
<div class="d-flex justify-content-between">
|
|
<label class="form-label" for="password">Password</label>
|
|
</div>
|
|
<div class="input-group input-group-merge">
|
|
<input
|
|
type="password"
|
|
onkeydown="keysave(this)"
|
|
id="password"
|
|
class="form-control"
|
|
name="password"
|
|
placeholder="Passwort"
|
|
aria-describedby="password"
|
|
/>
|
|
<span class="input-group-text cursor-pointer"><i class="bx bx-hide"></i></span>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex align-items-center justify-content-between mt-4 mb-0">
|
|
<!--<a class="small" href="password.html">Forgot Password?</a>-->
|
|
<!--
|
|
<label><input type="checkbox" name="angemeldet_bleiben" id="angemeldet_bleiben" value="1">
|
|
<a href="javascript:void(0)" type="button" class="link-secondary" data-bs-toggle="popover" data-bs-html="true" data-bs-trigger="hover focus"
|
|
title="Angemeldet bleiben"
|
|
data-bs-content="Durch das Markieren dieses Feldes wird beim nächsten Besuch die Anmeldemaske nicht erscheinen.<br>
|
|
<b>Die Anwendung speichert lokal Cookies in Ihrem Browser.</b><br>
|
|
Sobald Sie in der Anwendung einen Logout machen, werden die Cookies gelöscht und ein Login ist wieder erforderlich.">
|
|
Angemeldet bleiben
|
|
</a>
|
|
</label>
|
|
|
|
-->
|
|
<a class="link-secondary text-decoration-none" href="passwortvergessen.php">Passwort vergessen</a>
|
|
</div>
|
|
<br>
|
|
<div class="mb-3">
|
|
<input type='submit' class="btn btn-primary d-grid w-100" onclick="login();" name='senden' value="Login">
|
|
</div>
|
|
<div id="msg"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- / Content -->
|
|
<!-- Core JS -->
|
|
<!-- build:js assets/vendor/js/core.js -->
|
|
<?php echo '<script'; ?>
|
|
src="../assets/vendor/libs/popper/popper.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../assets/vendor/js/bootstrap.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../assets/vendor/js/menu.js"><?php echo '</script'; ?>
|
|
>
|
|
<!-- endbuild -->
|
|
<!-- Vendors JS -->
|
|
<!-- Main JS -->
|
|
<?php echo '<script'; ?>
|
|
src="../assets/js/main.js"><?php echo '</script'; ?>
|
|
>
|
|
<!-- Page JS -->
|
|
<?php echo '<script'; ?>
|
|
>
|
|
var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'))
|
|
var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
|
|
return new bootstrap.Popover(popoverTriggerEl)
|
|
})
|
|
<?php echo '</script'; ?>
|
|
>
|
|
<!-- Place this tag in your head or just before your close body tag. -->
|
|
<?php echo '<script'; ?>
|
|
async defer src="../assets/js/buttons.js"><?php echo '</script'; ?>
|
|
>
|
|
</body>
|
|
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript">
|
|
function keysave(ele) {
|
|
if(event.key === 'Enter') {
|
|
login();
|
|
}
|
|
}
|
|
<?php echo '</script'; ?>
|
|
>
|
|
|
|
</html>
|
|
<?php }
|
|
}
|