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

51 lines
1.8 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">
2022-06-12 15:59:32 +02:00
<title>Xenomporio - Login</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>
<script src="themes/new/js/scripts_login.js"></script>
<link rel="stylesheet" href="themes/new/css/normalize.min.css?v=5">
<link rel="stylesheet" href="themes/new/css/login_styles.css?v=3">
</head>
<body>
<div id="login-container">
<div id="login-slider-wrapper">
<div id="login-slider">
[LOGINSLIDER]
</div>
</div>
<div id="login-wrapper">
2022-06-12 15:59:32 +02:00
<img src="[TPLLOGOFIRMA]" heigth="72">
</img>
2021-05-21 08:49:41 +02:00
<div class="intro">
2022-06-12 15:59:32 +02:00
Willkommen bei Xenomporio ERP.<br/>
2021-05-21 08:49:41 +02:00
Bitte gib Deinen Benutzernamen und Passwort ein!
</div>
2022-06-12 15:59:32 +02:00
<div style="[LOGINWARNING]" class="warning"><p>Achtung: Es werden gerade Wartungsarbeiten in Ihrem System (z.B. Update oder Backup) durch Ihre IT-Abteilung durchgeführt. Das System sollte in wenigen Minuten wieder erreichbar sein. Für Rückfragen wenden Sie sich bitte an Ihren Administrator.</p></div>
2021-05-21 08:49:41 +02:00
[SPERRMELDUNGNACHRICHT]
[PAGE]
<div id="login-footer">
<div class="copyright">
2022-06-12 15:59:32 +02:00
&copy; [YEAR] Xenomporio project & Xentral ERP Software GmbH<br>
[WAWIVERSION]
<!-- dead link [LIZENZHINWEIS] -->
2021-05-21 08:49:41 +02:00
</div>
</div>
</div>
</div>
</body>
</html>