|
|
|
|
|
|
|
|
<!-- Google Font: Source Sans Pro --> |
|
|
<!-- Google Font: Source Sans Pro --> |
|
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> |
|
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> |
|
|
|
|
|
|
|
|
{#<link rel="stylesheet" href="{{ asset('bundles/easyadmin/app.css') }}">#} |
|
|
|
|
|
|
|
|
{# <link rel="stylesheet" href="{{ asset('bundles/easyadmin/app.css') }}"> #} |
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
{% block head_custom_stylesheets %} |
|
|
{% block head_custom_stylesheets %} |
|
|
|
|
|
|
|
|
{% endblock head_custom_stylesheets %} |
|
|
{% endblock head_custom_stylesheets %} |
|
|
|
|
|
|
|
|
{# |
|
|
{# |
|
|
{% if easyadmin_config('design.brand_color') != 'hsl(230, 55%, 60%)' %} |
|
|
|
|
|
<style> |
|
|
|
|
|
:root { --color-primary: {{ easyadmin_config('design.brand_color') }}; } |
|
|
|
|
|
</style> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if easyadmin_config('design.brand_color') != 'hsl(230, 55%, 60%)' %} |
|
|
|
|
|
<style> |
|
|
|
|
|
:root { --color-primary: {{ easyadmin_config('design.brand_color') }}; } |
|
|
|
|
|
</style> |
|
|
|
|
|
{% endif %} |
|
|
#} |
|
|
#} |
|
|
|
|
|
|
|
|
{% block head_favicon %} |
|
|
{% block head_favicon %} |
|
|
|
|
|
|
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
|
{% block body %} |
|
|
{% block body %} |
|
|
<body id="pdl-body" class="{% block body_class %}sidebar-mini layout-navbar-fixed{% endblock %} {% block body_class_extend %}{% endblock %}"> |
|
|
|
|
|
|
|
|
<body id="pdl-body" |
|
|
|
|
|
class="{% block body_class %}sidebar-mini layout-navbar-fixed{% endblock %} {% block body_class_extend %}{% endblock %}"> |
|
|
{# <script> |
|
|
{# <script> |
|
|
document.body.classList.add( |
|
|
document.body.classList.add( |
|
|
'easyadmin-content-width-' + (localStorage.getItem('easyadmin/content/width') || 'normal'), |
|
|
'easyadmin-content-width-' + (localStorage.getItem('easyadmin/content/width') || 'normal'), |
|
|
'easyadmin-sidebar-width-' + (localStorage.getItem('easyadmin/sidebar/width') || 'normal') |
|
|
'easyadmin-sidebar-width-' + (localStorage.getItem('easyadmin/sidebar/width') || 'normal') |
|
|
); |
|
|
); |
|
|
</script>#} |
|
|
|
|
|
|
|
|
</script> #} |
|
|
|
|
|
|
|
|
{% block wrapper_wrapper %} |
|
|
{% block wrapper_wrapper %} |
|
|
<div class="wrapper"> |
|
|
<div class="wrapper"> |
|
|
|
|
|
|
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
<a target="_blank" class="btn btn-outline-success" |
|
|
|
|
|
href="{{ merchantUtils.getMerchantUser.getMerchantConfig('url') }}">Afficher le |
|
|
|
|
|
site</a> |
|
|
|
|
|
|
|
|
{% if 'localhost' in app.request.getSchemeAndHttpHost() %} |
|
|
|
|
|
<a target="_blank" class="btn btn-outline-success" |
|
|
|
|
|
href="{{ app.request.getSchemeAndHttpHost() }}">Afficher le site</a> |
|
|
|
|
|
{% else %} |
|
|
|
|
|
<a target="_blank" class="btn btn-outline-success" |
|
|
|
|
|
href="{{ merchantUtils.getMerchantUser.getMerchantConfig('url') }}">Afficher le |
|
|
|
|
|
site</a> |
|
|
|
|
|
{% endif %} |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
{% endblock navbar %} |
|
|
{% endblock navbar %} |
|
|
|
|
|
|
|
|
{% block global_actions_wrapper %} |
|
|
{% block global_actions_wrapper %} |
|
|
<div class="global-actions"> |
|
|
<div class="global-actions"> |
|
|
{% block global_actions %}{% endblock %} |
|
|
{% block global_actions %}{% endblock %} |
|
|
{#{{ dump(_request_parameters) }}#} |
|
|
|
|
|
|
|
|
{# {{ dump(_request_parameters) }} #} |
|
|
<button type="button" class="btn-sm btn-primary btn-add-reminder " |
|
|
<button type="button" class="btn-sm btn-primary btn-add-reminder " |
|
|
data-url="{{ path('easyadmin', { action: 'new', entity: 'Reminder' }) }}"> |
|
|
data-url="{{ path('easyadmin', { action: 'new', entity: 'Reminder' }) }}"> |
|
|
+ Ajouter pense bête |
|
|
+ Ajouter pense bête |
|
|
|
|
|
|
|
|
{% endblock wrapper_wrapper %} |
|
|
{% endblock wrapper_wrapper %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{#Initilisation des varibles requis dans le JS #} |
|
|
|
|
|
|
|
|
{# Initilisation des varibles requis dans le JS #} |
|
|
<script> |
|
|
<script> |
|
|
const DOMAIN = "{{ app.request.getSchemeAndHttpHost() }}"; |
|
|
const DOMAIN = "{{ app.request.getSchemeAndHttpHost() }}"; |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<!-- Bootstrap 4 --> |
|
|
<!-- Bootstrap 4 --> |
|
|
<script src="{{ asset('bundles/lcshop/js/backend/plugin/bootstrap/bootstrap.bundle.min.js') }}"></script> |
|
|
<script src="{{ asset('bundles/lcshop/js/backend/plugin/bootstrap/bootstrap.bundle.min.js') }}"></script> |
|
|
<script src="{{ asset('bundles/lcshop/js/backend/plugin/toastr/toastr.min.js') }}"></script> |
|
|
<script src="{{ asset('bundles/lcshop/js/backend/plugin/toastr/toastr.min.js') }}"></script> |
|
|
{#<script src="{{ asset('bundles/lcshop/js/backend/plugin/select2/select2.min.js') }}"></script>#} |
|
|
|
|
|
|
|
|
{# <script src="{{ asset('bundles/lcshop/js/backend/plugin/select2/select2.min.js') }}"></script> #} |
|
|
<script src="{{ asset('bundles/lcshop/js/backend/plugin/select2/select2.full.min.js') }}"></script> |
|
|
<script src="{{ asset('bundles/lcshop/js/backend/plugin/select2/select2.full.min.js') }}"></script> |
|
|
<script src="{{ asset('bundles/lcshop/js/backend/plugin/bootstrap/bootstrap-switch.min.js') }}"></script> |
|
|
<script src="{{ asset('bundles/lcshop/js/backend/plugin/bootstrap/bootstrap-switch.min.js') }}"></script> |
|
|
<!-- AdminLTE App --> |
|
|
<!-- AdminLTE App --> |