{#/********************************************************************************* * 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 . *********************************************************************************/ #} {% block title %}Myddleware{% endblock %} {% block stylesheets %} {% stylesheets '@RegleBundle/Resources/public/css/regle.css' '@RegleBundle/Resources/public/css/lib/jquery/jquery-ui-timepicker-addon.css' '%kernel.root_dir%/../src/Myddleware/RegleBundle/Resources/public/js/lib/jquery_fancybox/jquery.fancybox.css' '@RegleBundle/Resources/public/css/lib/jquery/jquery.qtip.min.css' filter='lessphp,cssrewrite' output='css/compiled/baseone.css' %} {% endstylesheets %} {% endblock %} {% block css %}{% endblock css %} {# Content #} {% block body %} {% block arianne %}Myddleware{% endblock %} {% endblock %} {# Javascript #} {% javascripts '%kernel.root_dir%/../vendor/jquery/jquery/jquery-2.1.3.min.js' '%kernel.root_dir%/../vendor/jquery/jquery_ui/jquery-ui.min.js' '%kernel.root_dir%/../src/Myddleware/RegleBundle/Resources/public/js/lib/jquery_onoff/jquery.onoff.min.js' '%kernel.root_dir%/../src/Myddleware/RegleBundle/Resources/public/js/lib/jquery_fancybox/jquery.fancybox.pack.js' '%kernel.root_dir%/../src/Myddleware/RegleBundle/Resources/public/js/lib/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.js' '@RegleBundle/Resources/public/js/lib/jquery_qtip/jquery.qtip.min.js' '%kernel.root_dir%/../src/Myddleware/RegleBundle/Resources/public/js/lib/jquery_myddleware/function.js' '@LoginBundle/Resources/public/js/login.js' '@RegleBundle/Resources/public/js/regle.js' %} {% endjavascripts %} {% block js %}{% endblock js %}