Subversion-Projekte lars-tiefland.ci

Revision

Revision 2046 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
        {nocache}
        <head>
                <title>{$title} - Backend {$ini.titel}</title>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                <meta name="viewport" content="width=device-width, initial-scale=1" />
                <meta name="robots" content="{$robots}" />
                <meta name="revisit-after" content="1 days" />
                <meta name="Author" content="{$ini.firma}" />
                <meta name="keywords" content="{$keywords}" />
                <!-- BEGIN GLOBAL MANDATORY STYLES -->
                <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
                <!-- END GLOBAL MANDATORY STYLES -->
                <!-- BEGIN PAGE LEVEL PLUGINS -->
                <link href="/backend/assets/global/plugins/select2/css/select2.min.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/select2/css/select2-bootstrap.min.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/bootstrap-daterangepicker/daterangepicker.min.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/morris/morris.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/fullcalendar/fullcalendar.min.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/global/plugins/jqvmap/jqvmap/jqvmap.css" rel="stylesheet" type="text/css" />
                <!-- END PAGE LEVEL PLUGINS -->
                <!-- BEGIN THEME GLOBAL STYLES -->
                <link href="/backend/assets/global/css/components.min.css" rel="stylesheet" id="style_components" type="text/css" />
                <link href="/backend/assets/global/css/plugins.min.css" rel="stylesheet" type="text/css" />
                <!-- END THEME GLOBAL STYLES -->
                <!-- BEGIN PAGE LEVEL STYLES -->
                <link href="/backend/assets/pages/css/login.min.css" rel="stylesheet" type="text/css" />
                <!-- END PAGE LEVEL STYLES -->
                <!-- BEGIN THEME LAYOUT STYLES -->
                <link href="/backend/assets/layouts/layout/css/layout.min.css" rel="stylesheet" type="text/css" />
                <link href="/backend/assets/layouts/layout/css/themes/darkblue.min.css" rel="stylesheet" type="text/css" id="style_color" />
                <link href="/backend/assets/layouts/layout/css/custom.min.css" rel="stylesheet" type="text/css" />
                <!-- END THEME LAYOUT STYLES -->
                <link rel="shortcut icon" href="/favicon.ico" />
        </head>
        {/nocache}
        <body class="login" onload="{$onload}"{if $smarty.get.item} itemscope itemtype="http://data-vocabulary.org/Product"{/if}>
                <!-- $Id: login.tpl 2048 2017-02-17 23:41:59Z lars $ BEGIN -->
                <!-- BEGIN LOGO -->
                <div class="logo">
                        <a href="/backend/index.html">
                                <img src="/images/webelemente/logo.jpg" alt="" />
                        </a>
                </div>
                <!-- END LOGO -->
                <div class="content">
                        {$errors}
                        <form action="/backend/login/execute/" class="login-form" method="post" accept-charset="utf-8">
                                <input type="hidden" name="{$csrf_name}" value="{$csrf_value}" />
                                <input type="hidden" name="back" value="{$smarty.server.HTTP_REFERER}" />
                                <h3 class="form-title font-green">Anmelden</h3>
                                <div class="form-group">
                                        <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
                                        <label class="control-label visible-ie8 visible-ie9">Benutzername</label>
                                        <input class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="E-Mail" name="user" />
                                </div>
                                <div class="form-group">
                                        <label class="control-label visible-ie8 visible-ie9">Passwort</label>
                                        <input class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="Passwort" name="password" />
                                </div>
                                <div class="form-actions">
                                        <button type="submit" class="btn green uppercase">anmelden</button>
                                        <label class="rememberme check mt-checkbox mt-checkbox-outline">
                                                <input type="checkbox" name="remember" value="1" />Merken
                                                <span></span>
                                        </label>
                                        <a href="javascript:;" id="forget-password" class="forget-password">Passwort vergessen?</a>
                                </div>
                        </form>
                        <!-- $Id: login.tpl 2048 2017-02-17 23:41:59Z lars $ END -->
                </div>
        </body>
</html>