<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Gsmiles-Agri - Login</title>
<meta name="description" content="{% if objetAbonne != null %}
{{objetAbonne.getTypeAbonne.description}}
{% else %}
GĂ©rer toute votre chaine de valeur agricole
{% endif %} " />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!--begin::Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
<!--end::Fonts-->
<!--begin::Page Custom Styles(used by this page)-->
<link href="{{asset('template_1/assets/css/pages/login/classic/login-2.css')}}" rel="stylesheet" type="text/css" />
<!--end::Page Custom Styles-->
<!--begin::Global Theme Styles(used by all pages)-->
<link href="{{asset('template_1/assets/plugins/global/plugins.bundle.css')}}" rel="stylesheet" type="text/css" />
<link href="{{asset('template_1/assets/plugins/custom/prismjs/prismjs.bundle.css')}}" rel="stylesheet" type="text/css" />
<link href="{{asset('template_1/assets/css/style.bundle.css')}}" rel="stylesheet" type="text/css" />
<link href="{{asset('css/bootstrap.min.css')}}" rel="stylesheet">
<link rel="icon" href="{{asset('favicon.ico')}}" sizes="16x16" >
</head>
<body id="kt_body" class="header-fixed header-mobile-fixed subheader-enabled page-loading">
<body id="kt_body" class="header-fixed header-mobile-fixed subheader-enabled page-loading">
<!--begin::Main-->
<div class="d-flex flex-column flex-root">
<!--begin::Login-->
<div class="login login-2 login-signin-on d-flex flex-row-fluid" id="kt_login">
<div class="d-flex flex-center flex-row-fluid bgi-size-cover bgi-position-top bgi-no-repeat" style="background-image: url({{asset('template_1/assets/media/bg/bg-3.jpg')}})">
<div class="login-form text-center p-7 position-relative overflow-hidden">
<!--begin::Login Header-->
<br/><br/><br/>
<div class="d-flex flex-center ">
<div class="mb-20">
{% if objetAbonne != null %}
<img src="{{asset('upload/abonne/'~objetAbonne.urlImage)}}" width="150px">
<br/><br/>
{% endif %}
<h3 class="font-size-h1">{{'site.login'|trans}} </h3>
{#<p class="text-muted font-weight-bold">Enter your username and password</p>#}
</div>
</div>
<!--end::Login Header-->
<!--begin::Login Sign in form-->
<div class="login-signin">
{% block body %}
{% endblock %}
<br/><br/><br/>
<div class="d-flex flex-center mb-15">
<a href="#">
<img src="{{asset('old/gsmile_logo.jpg')}}" class="max-h-75px" >
</a>
</div>
</div>
<!--end::Login Sign in form-->
<!--end::Login Sign up form-->
</div>
</div>
</div>
<!--end::Login-->
</div>
<div class="oeuvre-agent modal" style="width: 80%;margin: auto;" >
<div class="panel panel-white">
<div class="panel-body">
<div class="row">
<div class="col-lg-4">
</div>
<div class="col-lg-4">
<form action="{{path('app_admin_user_pointer')}}" method="POST">
{#
<div class="form-group clearfix margin-top-15px">
<label class="col-lg-3 control-label"> {{ form_label(formuView.codeCaisse) }} </label>
<div class="col-lg-8 control"> {{ form_widget(formuView.codeCaisse) }}</div>
</div>#}
<div class="form-group clearfix margin-top-15px center">
<label class="control-label">Code </label>
<div class="control"> <input type="hidden" maxlength="4" size="4" name="id" class="id form-control"> <div class="myPinCode"> <input type="password" name="code1" maxlength="1" size="1" style="font-size:35px"> <input type="password" name="code2" maxlength="1" size="1" style="font-size:35px"> <input type="password" name="code3" maxlength="1" size="1" style="font-size:35px"> <input type="password" name="code4" maxlength="1" size="1" class="" style="font-size:35px"></div></div>
</div>
<div class="form-group clearfix pull-right">
<a href="{{path('admin_caisses')}}">
<i class="icon icon-white icon-arrow-left"></i> Annuler
</a>
<button type="submit" class="btn btn-info " id="submit" >
<i class="icon icon-white icon-ok"></i> Valider
</button>
</div>
<div class="col-lg-12" style="height: 10px"></div>
{# </form>#}
</form>
</div>
<div class="col-lg-4">
</div>
</div>
</div>
</div>
</div>
<!--end::Main-->
<script>var HOST_URL = "https://keenthemes.com/metronic/tools/preview";</script>
<!--begin::Global Config(global config for global JS scripts)-->
<script>var KTAppSettings = { "breakpoints": { "sm": 576, "md": 768, "lg": 992, "xl": 1200, "xxl": 1200 }, "colors": { "theme": { "base": { "white": "#ffffff", "primary": "#8950FC", "secondary": "#E5EAEE", "success": "#1BC5BD", "info": "#8950FC", "warning": "#FFA800", "danger": "#F64E60", "light": "#F3F6F9", "dark": "#212121" }, "light": { "white": "#ffffff", "primary": "#E1E9FF", "secondary": "#ECF0F3", "success": "#C9F7F5", "info": "#EEE5FF", "warning": "#FFF4DE", "danger": "#FFE2E5", "light": "#F3F6F9", "dark": "#D6D6E0" }, "inverse": { "white": "#ffffff", "primary": "#ffffff", "secondary": "#212121", "success": "#ffffff", "info": "#ffffff", "warning": "#ffffff", "danger": "#ffffff", "light": "#464E5F", "dark": "#ffffff" } }, "gray": { "gray-100": "#F3F6F9", "gray-200": "#ECF0F3", "gray-300": "#E5EAEE", "gray-400": "#D6D6E0", "gray-500": "#B5B5C3", "gray-600": "#80808F", "gray-700": "#464E5F", "gray-800": "#1B283F", "gray-900": "#212121" } }, "font-family": "Poppins" };</script>
<!--end::Global Config-->
<!--begin::Global Theme Bundle(used by all pages)-->
<script src="{{asset('assets/plugins/global/plugins.bundle.js')}}"></script>
<script src="{{asset('assets/plugins/custom/prismjs/prismjs.bundle.js')}}"></script>
<script src="{{asset('assets/js/scripts.bundle.js')}}">
</script>
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="{{asset('js/bootstrap.min.js')}}"></script>
<script src="{{asset('slick/slick.js')}}" type="text/javascript" charset="utf-8"></script>
<script src="{{asset('pincode/jquery-pincode-autotab.js')}}"></script>
<script type="text/javascript">
$(document).on('ready', function() {
$(".regular").slick({
dots: true,
infinite: true,
slidesToShow: 4,
slidesToScroll: 4
});
});
$(document).ready(function() {
$(".myPinCode input").jqueryPincodeAutotab();
});
$('.agent').click(function () {
//alert(1);
$('.id').val($(this).attr('ids'));
$('.oeuvre-agent').modal();
});
</script>
<!--end::Global Theme Bundle-->
<!--begin::Page Scripts(used by this page)-->
<script src="{{asset('assets/js/pages/custom/login/login-general.js')}}"></script>
<!--end::Page Scripts-->
</body>
<!-- Mirrored from webapplayers.com/inspinia_admin-v2.0/dashboard_3.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 24 Apr 2015 10:52:00 GMT -->
</html>