OpenXE/www/themes/new/templates/passwortvergessenpage.tpl

35 lines
1.2 KiB
Smarty
Raw Normal View History

2021-05-21 08:49:41 +02:00
<!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';">
2022-10-14 14:18:26 +02:00
<title>OpenXE - Passwort vergessen</title>
2021-05-21 08:49:41 +02:00
<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">
2022-10-14 14:18:26 +02:00
<img id="logo" src="themes/new/images/openxe_logo.svg" width="100%">
2022-06-13 17:43:30 +02:00
</img>
2021-05-21 08:49:41 +02:00
[SPERRMELDUNGNACHRICHT]
[PAGE]
<div class="copyright">
2022-10-14 14:18:26 +02:00
&copy; [YEAR] OpenXE-org & Xentral ERP Software GmbH
2021-05-21 08:49:41 +02:00
</div>
</div>
</div>
</body>
</html>