OpenXE/www/themes/new/templates/passwortvergessenpage.tpl
2022-10-14 14:22:08 +02:00

35 lines
1.2 KiB
Smarty

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
<title>OpenXE - Passwort vergessen</title>
<link id="shortcuticon" rel="shortcut icon" href="./themes/new/images/favicon/favicon.ico" type="image/x-icon">
<link id="favicon" rel="icon" href="./themes/new/images/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="./themes/new/images/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="./themes/new/images/favicon/favicon-32x32.png" sizes="32x32">
<script type="text/javascript" src="./js/jquery/jquery-3.5.0.min.js"></script>
<script type="text/javascript" src="[JQUERYMIGRATESRC]"></script>
<link rel="stylesheet" href="./themes/[THEME]/css/login.css?v=2">
</head>
<body>
<div class="login-wrapper">
<div class="loginbox">
<img id="logo" src="themes/new/images/openxe_logo.svg" width="100%">
</img>
[SPERRMELDUNGNACHRICHT]
[PAGE]
<div class="copyright">
&copy; [YEAR] OpenXE-org & Xentral ERP Software GmbH
</div>
</div>
</div>
</body>
</html>