{% extends 'base.html.twig' %} {% block title %}Creation d'une enquête{% endblock %} {% block localstyle %} .center { display: flex; justify-content: center; align-items: center; } .hourdel, .guestdel { position: absolute; top: 0px; right: 13px; } #addGuestMail { position: absolute; top: 33px; right: 13px; } // CSS timepicki non insérer en asset car le natif est en contradiction avec d'autres CSS de lib .ti_tx, .mi_tx, .mer_tx { width: 100%; text-align: center; margin: 10px 0; } .time, .mins, .meridian { width: 60px; float: left; margin: 0 10px; font-size: 20px; color: #2d2e2e; font-family: arial; font-weight: 700; text-align: center; } .timepicker_wrap .prev, .timepicker_wrap .next { cursor: pointer; padding: 18px; width: 42px; border: 1px solid #ccc; margin: auto; border-radius: 5px; height:40px; } .timepicker_wrap .prev:after { content: '\f077'; font-family: 'Font Awesome 5 Free'; position: relative; top: -12px; left: -6px; } .timepicker_wrap .next:after { content: '\f078'; font-family: 'Font Awesome 5 Free'; position: relative; top: -12px; left: -6px; } .timepicker_wrap .prev:hover, .timepicker_wrap .next:hover { background-color: #ccc; } .timepicker_wrap .next { background-position: 50% 150%; } .timepicker_wrap .prev { background-position: 50% -50%; } .time_pick { position: relative; } .timepicker_wrap { padding: 10px; border-radius: 5px; z-index: 998; display: none; box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35); background: #f6f6f6; border: 1px solid #ccc; float: left; position: absolute; top: 27px; left: 0; } .arrow_top { position: absolute; top: -10px; left: 20px; background: url("") no-repeat; width: 18px; height: 10px; z-index: 999; } input.timepicki-input { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; float: none; margin: 0; text-align: center; width: 70%; } a.reset_time { float: left; margin-top: 5px; color: #000; width: 100%; text-align: center; } {% endblock %} {% block body %} {% set submitaction = "Créer une Enquête" %} {% if id is defined %} {% set submitaction = "Modifier l'Enquête" %} {% endif %}
Bonjour,Attention n'envoyez le mail qu'après avoir finaliser l'enregistrement de votre enquête.
Je vous invite à répondre à l'enquête suivante : {{quest.title}}.
Pour ce faire, veuillez cliquer sur le lien ci-après: accéder à l'enquête.
Bonjour,Attention n'envoyez le mail qu'après avoir finaliser l'enregistrement de votre enquête. {% endif %}
Je vous invite à répondre à l'enquête suivante : {{quest.title}}.
Pour ce faire, veuillez cliquer sur le lien ci-après: accéder à l'enquête.