KOKINIO - MANAGER
Edit File: e24b00ba434fe658aabc2d0517f4b32d
<!DOCTYPE html> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if IE 9]> <html class="no-js lt-ie10"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>Metropolitana</title> <meta name="description" content="ProUI is a Responsive Bootstrap Admin Template created by pixelcave and published on Themeforest."> <meta name="author" content="pixelcave"> <meta name="robots" content="noindex, nofollow"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0"> <!-- Icons --> <!-- The following icons can be replaced with your own, they are used by desktop and mobile browsers --> <link rel="shortcut icon" href="<?php echo e(asset('img/favicon.ico')); ?>"> <link rel="apple-touch-icon" href="<?php echo e(asset('img/icon57.png')); ?>" sizes="57x57"> <link rel="apple-touch-icon" href="<?php echo e(asset('img/icon72.png')); ?>" sizes="72x72"> <link rel="apple-touch-icon" href="<?php echo e(asset('img/icon76.png')); ?>" sizes="76x76"> <link rel="apple-touch-icon" href="<?php echo e(asset('img/icon114.png')); ?>" sizes="114x114"> <link rel="apple-touch-icon" href="<?php echo e(asset('img/icon120.png')); ?>" sizes="120x120"> <link rel="apple-touch-icon" href="<?php echo e(asset('img/icon144.png')); ?>" sizes="144x144"> <link rel="apple-touch-icon" href="<?php echo e(asset('img/icon152.png')); ?>" sizes="152x152"> <!-- END Icons --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-title" content="D3 Catalyst"> <!-- Stylesheets --> <!-- Bootstrap is included in its original form, unaltered --> <?php echo Html::style('css/bootstrap.min.css'); ?> <!-- Related styles of various icon packs and plugins --> <?php echo Html::style('css/plugins.css'); ?> <!-- The main stylesheet of this template. All Bootstrap overwrites are defined in here --> <?php echo Html::style('css/main.css'); ?> <!-- Include a specific file here from css/themes/ folder to alter the default theme of the template --> <!-- The themes stylesheet of this template (for using specific theme color in individual elements - must included last) --> <?php echo Html::style('css/themes.css'); ?> <!-- END Stylesheets --> <!-- Modernizr (browser feature detection library) & Respond.js (Enable responsive CSS code on browsers that don't support it, eg IE8) --> <?php echo Html::script('js/vendor/modernizr-2.7.1-respond-1.4.2.min.js'); ?> <script type="text/javascript">var base_path="<?php echo e(URL::to("/")); ?>";</script> </head> <body> <!-- Login Full Background --> <!-- For best results use an image with a resolution of 1280x1280 pixels (prefer a blurred image for smaller file size) --> <img src="<?php echo e(asset('img/placeholders/backgrounds/bg_login6.jpg')); ?>" alt="Inicio de sesion" class="full-bg"><!-- animation-pulseSlow --> <!-- END Login Full Background --> <!-- Login Container --> <div id="login-container" class="animation-fadeIn"> <!-- Login Title --> <div class="login-title text-center"> <h1><i class="gi gi-cloud"></i> <strong></strong><br><small>Por favor <strong>inicie sesión</strong></small></h1> </div> <!-- END Login Title --> <!-- Login Block --> <div class="block push-bit"> <!-- Login Form --> <form action="index" method="post" id="form-login" class="form-horizontal form-bordered form-control-borderless"> <input type="hidden" name="_token" id="csrf-token" value="<?php echo e(csrf_token()); ?>" /> <div class="form-group"> <div class="col-xs-12"> <div class="input-group"> <span class="input-group-addon"><i class="gi gi-user"></i></span> <input type="text" id="login-username" name="login-username" class="form-control input-lg" placeholder="Usuario"> </div> </div> </div> <div class="form-group"> <div class="col-xs-12"> <div class="input-group"> <span class="input-group-addon"><i class="gi gi-asterisk"></i></span> <input type="password" id="login-password" name="login-password" class="form-control input-lg" placeholder="Contraseña"> </div> </div> </div> <div class="form-group form-actions"> <div class="col-xs-4"> <label class="switch switch-success" data-toggle="tooltip" title="Recordar sesión?"> <input type="checkbox" id="login-remember-me" name="login-remember-me" checked> <span></span> </label> </div> <div class="col-xs-8 text-right"> <button type="submit" class="btn btn-sm btn-success" id="btn-login"><i class="fa fa-angle-right"></i> Iniciar sesión</button> </div> </div> <div class="form-group"> <div class="col-xs-12 text-center"> <!-- <a href="javascript:void(0)" id="link-reminder-login"><small>Has olvidado tu contraseña?</small></a>--> </div> </div> </form> <!-- END Login Form --> <!-- Reminder Form --> <form action="login_full.html#reminder" method="post" id="form-reminder" class="form-horizontal form-bordered form-control-borderless display-none"> <div class="form-group"> <div class="col-xs-12"> <div class="input-group"> <span class="input-group-addon"><i class="gi gi-envelope"></i></span> <input type="text" id="reminder-email" name="reminder-email" class="form-control input-lg" placeholder="Email"> </div> </div> </div> <div class="form-group form-actions"> <div class="col-xs-12 text-right"> <button type="submit" class="btn btn-sm btn-primary"><i class="fa fa-angle-right"></i> Restablecer contraseña</button> </div> </div> <div class="form-group"> <div class="col-xs-12 text-center"> <small>Has olvidado tu contraseña?</small> <a href="javascript:void(0)" id="link-reminder"><small>Iniciar sesión</small></a> </div> </div> </form> <!-- END Reminder Form --> </div> <!-- END Login Block --> </div> <!-- END Login Container --> <!-- Include Jquery library from Google's CDN but if something goes wrong get Jquery from local file (Remove 'http:' if you have SSL) --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script>!window.jQuery && document.write(decodeURI('%3Cscript src="<?php echo e(URL::to('js/vendor/jquery-1.11.1.min.js')); ?>"%3E%3C/script%3E'));</script> <!-- Bootstrap.js, Jquery plugins and Custom JS code --> <?php echo Html::script('js/vendor/bootstrap.min.js'); ?> <?php echo Html::script('js/d3.commons.js'); ?> <?php echo Html::script('js/plugins.js'); ?> <?php echo Html::script('js/app.js'); ?> <!-- Load and execute javascript code used only in this page --> <?php echo Html::script('js/pages/login.js'); ?> <script>$(function(){ Login.init(); });</script> </body> </html>