{#/********************************************************************************* * This file is part of Myddleware. * @package Myddleware * @copyright Copyright (C) 2013 - 2015 Stéphane Faure - CRMconsult EURL * @copyright Copyright (C) 2015 - 2016 Stéphane Faure - Myddleware ltd - contact@myddleware.com * @link http://www.myddleware.com This file is part of Myddleware. Myddleware is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Myddleware is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Myddleware. If not, see . *********************************************************************************/ #} {% extends '::base.html.twig' %} {% block title %}{{parent()}} | {{'title.rule.create'|trans}}{% endblock %} {% block titlesm %}{{'title.rule.create'|trans}}{% endblock titlesm %} {% block body %}
{% if error != false %}

Alerte: {{ error }}

{% endif %}

{# ------------- PARAMETRES JQUERY ------------- #} {# ------------- PARAMETRES JQUERY ------------- #} {% endblock %} {% block css %} {% endblock css %} {% block cssin %} #animation .loader-source { background: url({{ asset('bundles/regle/images/') }}loader-source.gif); background-repeat:no-repeat; } #animation .loader-cible { background: url({{ asset('bundles/regle/images/') }}loader-cible.gif); background-repeat:no-repeat; } #animation-myddleware-back-1 > .animation-myddleware-logo { background: url({{ asset('bundles/regle/images/') }}logo/text.png); } #animation-myddleware-back-2 > .animation-myddleware-logo { background: url({{ asset('bundles/regle/images/') }}logo/up.png); } #animation-myddleware-back-3 > .animation-myddleware-logo { background: url({{ asset('bundles/regle/images/') }}logo/down.png) right top; } #animation .arcleft-c { background: url({{ asset('bundles/regle/images/') }}template/left-arc-color.png) no-repeat right; height: 165px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #animation .arcleft-g { background: url({{ asset('bundles/regle/images/') }}template/left-arc-gray.png) no-repeat right; height: 165px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #animation .arcright-c { background: url({{ asset('bundles/regle/images/') }}template/right-arc-color.png) no-repeat left; height: 165px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #animation .arcright-g { background: url({{ asset('bundles/regle/images/') }}template/right-arc-gray.png) no-repeat left; height: 165px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #animation .animation-myddleware-logo { background-size: 105px 105px; background-repeat: no-repeat; } #animation .animation-content-left-toggle-btn, #animation .animation-content-right-toggle-btn { background: #CACACA; background-image: url({{ asset('bundles/regle/images/') }}data.png); background-size: 15px 22px; background-position: 10px 5px; background-repeat: no-repeat; } {% endblock cssin %} {% block js %} {% endblock js %}