templates/front/accueil/block_product.html.twig line 1

Open in your IDE?
  1. <div class="modal fade " id="modalPapierProductEdit" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
  2.     <div class="modal-dialog modal-lg" style="margin-top: 3vw;">
  3.         <div class="modal-content modalProduct">
  4.             <div class="modal-header">
  5.                 <h5 class="modal-title h4">{{ "Editer vos fichiers"|trans }}</h5>
  6.                 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  7.                     <span aria-hidden="true">×</span>
  8.                 </button>
  9.             </div>
  10.             <div class="modal-body">
  11.                 <div class="content_header_glisser" style="height: 100%!important;box-shadow: none!important;">
  12.                     {% for item in products %}
  13.                         {% if item.typeProduct ==  constant('App\\Entity\\Product::PAPIER') %}
  14.                             <input type="hidden" id="product_imprission_id" value="{{ item.id }}">
  15.                         {% endif %}
  16.                     {% endfor %}
  17.                     <div class="text-left d-flex">
  18.                     </div>
  19.                     <div id="fileuploaderEdit"></div>
  20.                 </div>
  21.             </div>
  22.         </div>
  23.     </div>
  24. </div>
  25. {#{% if  checkIsComptableAboPro(app.user) %}#}
  26. {#    <div class="modal fade " id="modalPapierProduct" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">#}
  27. {#        <div class="modal-dialog modal-lg" style="margin-top: 3vw;">#}
  28. {#            <div class="modal-content modalProduct">#}
  29. {#                <div class="modal-header">#}
  30. {#                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">#}
  31. {#                        <span aria-hidden="true">×</span>#}
  32. {#                    </button>#}
  33. {#                </div>#}
  34. {#                <div class="modal-body">#}
  35. {#                    <div class="alert alert-warning part_mon_compte fade show p-2 m-0" role="alert">#}
  36. {#                        <strong>Oups!</strong> vous n'êtes pas autorisé à imprimer#}
  37. {#                        <button type="button" class="close" data-dismiss="alert" aria-label="Close">#}
  38. {#                            <span aria-hidden="true"></span>#}
  39. {#                        </button>#}
  40. {#                    </div>#}
  41. {#                </div>#}
  42. {#            </div>#}
  43. {#        </div>#}
  44. {#    </div>#}
  45. {#{% else %}#}
  46. {#    <div class="modal fade " id="modalPapierProduct" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">#}
  47. {#        <div class="modal-dialog modal-lg" style="margin-top: 3vw;">#}
  48. {#            <div class="modal-content modalProduct">#}
  49. {#                <div class="modal-header pb-0">#}
  50. {#                    <h5 class="modal-title h4">Vos fichiers</h5>#}
  51. {#                    <div class="textAbonnementLiseuseDiv textAbonnementLiseuseDivHome">#}
  52. {#                        <ul>#}
  53. {#                            <li class="mt-4" style="text-align: left;">#}
  54. {#                                Livraison le jour même sur créneau de 30 mn dans plus de 10 villes ou sous 48H maximum dans le reste de la France.#}
  55. {#                            </li>#}
  56. {#                            <li style="text-align: left;">#}
  57. {#                                Plus de 100 combinaisons de reliures#}
  58. {#                            </li>#}
  59. {#                            <li style="text-align: left;">#}
  60. {#                                Livraison gratuite dès 29€#}
  61. {#                            </li>#}
  62. {#                            <li style="text-align: left;">#}
  63. {#                                Prix instantané avec la technologie auto detect#}
  64. {#                            </li>#}
  65. {#                        </ul>#}
  66. {#                    </div>#}
  67. {#                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">#}
  68. {#                        <span aria-hidden="true">×</span>#}
  69. {#                    </button>#}
  70. {#                </div>#}
  71. {#                <div class="modal-body">#}
  72. {#                    <div class="content_header_glisser" style="height: 100%!important;box-shadow: none!important;">#}
  73. {#                        {% for item in products %}#}
  74. {#                            {% if item.typeProduct ==  constant('App\\Entity\\Product::PAPIER') %}#}
  75. {#                                <input type="hidden" id="product_imprission_id" value="{{ item.id }}">#}
  76. {#                            {% endif %}#}
  77. {#                        {% endfor %}#}
  78. {#                        <div class="text-left d-flex">#}
  79. {#                            #}{#<div class="livicon-evo position_home" data-options="name: home.svg; style: lines;size: 45px;strokeColor: #000;strokeColorAction: #000;repeat:loop;colorsOnHover: custom">#}
  80. {#                            #}{#</div>#}
  81. {#                        </div>#}
  82. {#                        <div id="fileuploader"></div>#}
  83. {#                    </div>#}
  84. {#                </div>#}
  85. {#            </div>#}
  86. {#        </div>#}
  87. {#    </div>#}
  88. {#{% endif %}#}
  89. <!-- Modal  upload -->
  90. {% if checkIsAbonnementPro(app.user) or checkIsAbonnementProCart() %}
  91.     {% if  checkIsComptableAboPro(app.user) %}
  92.         <div class="modal fade " id="addFichierLiseuseProduct" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
  93.             <div class="modal-dialog modal-lg" style="margin-top: 3vw;">
  94.                 <div class="modal-content modalProduct">
  95.                     <div class="modal-header">
  96.                         <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  97.                             <span aria-hidden="true">×</span>
  98.                         </button>
  99.                     </div>
  100.                     <div class="modal-body">
  101.                         <div class="alert alert-warning part_mon_compte fade show p-2" role="alert">
  102.                             <strong>{{ "Oups!"|trans }}</strong> {{ "vous n'êtes pas autorisé à imprimer"|trans }}
  103.                             <button type="button" class="close" data-dismiss="alert" aria-label="Close">
  104.                                 <span aria-hidden="true"></span>
  105.                             </button>
  106.                         </div>
  107.                     </div>
  108.                 </div>
  109.             </div>
  110.         </div>
  111.     {% else %}
  112.         <div class="modal fade " id="modalPapierProduct" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
  113.             <div class="modal-dialog modal-lg" style="margin-top: 3vw;">
  114.                 <div class="modal-content modalProduct">
  115.                     <div class="modal-header pb-0">
  116.                         <h5 class="modal-title h4">{{ "Vos fichiers"|trans }}</h5>
  117.                         <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  118.                             <span aria-hidden="true">×</span>
  119.                         </button>
  120.                     </div>
  121.                     <div class="modal-body">
  122.                         <div class="content_header_glisser" style="height: 100%!important;box-shadow: none!important;">
  123.                             {% for item in products %}
  124.                                 {% if item.typeProduct ==  constant('App\\Entity\\Product::PAPIER') %}
  125.                                     <input type="hidden" id="product_imprission_id" value="{{ item.id }}">
  126.                                 {% endif %}
  127.                             {% endfor %}
  128.                             <div id="fileuploader"></div>
  129.                         </div>
  130.                     </div>
  131.                 </div>
  132.             </div>
  133.         </div>
  134.     {% endif%}
  135. {% else %}
  136.     {#<div class="modal_type_model1 modal fade" id="addFichierLiseuseProduct" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">#}
  137.         {#<div class="modal-dialog modal-lg" role="document" style="margin-top: 1vw;">#}
  138.             {#<div class="modal-content">#}
  139.                 {#<div class="modal-header">#}
  140.                     {#<h2 class="modal-title" id="exampleModalLabel">{{ "Ajouter vos documents"|trans }}</h2>#}
  141.                     {#<button type="button" class="close" data-dismiss="modal" aria-label="Close">#}
  142.                         {#<span aria-hidden="true">&times;</span>#}
  143.                     {#</button>#}
  144.                 {#</div>#}
  145.                 {#<div class="modal-body">#}
  146.                     {#<div class="row modal_model1">#}
  147.                         {#<div class="col-md-6" style="margin-bottom: 20px;">#}
  148.                             {#<div class="glob_modal_model1 pb-0" style="height: 100%;display: flex;flex-direction: column;flex-wrap: wrap;">#}
  149.                                 {#<img style="width: fit-content;margin-left: auto;margin-right: auto;" class="imgUploadDesktop" src="{{ asset('images/modal_img1.png') }}">#}
  150.                                 {#<h4>{{ "Depuis votre navigateur internet"|trans }}</h4>#}
  151.                                 {#<div id="fileuploaderLiseuse1"></div>#}
  152.                                 {#{% for item in products %}#}
  153.                                     {#{% if item.typeProduct ==  constant('App\\Entity\\Product::PAPIER') %}#}
  154.                                         {#<input type="hidden" id="product_imprission_id" value="{{ item.id }}">#}
  155.                                     {#{% endif %}#}
  156.                                 {#{% endfor %}#}
  157.                                 {#<div class="link_modal_model1 mt-auto"> <a href="#" id="uploadPdfPageLiseuse">{{ "Importer mes fichiers"|trans }}</a> </div>#}
  158.                             {#</div>#}
  159.                         {#</div>#}
  160.                         {#<div class="col-md-6" style="margin-bottom: 20px;">#}
  161.                             {#<div class="glob_modal_model1"  style="height: 100%;display: flex;flex-direction: column;flex-wrap: wrap;">#}
  162.                                 {#<img style="width: fit-content;margin-left: auto;margin-right: auto;"  class="imgUploadDesktop" src="{{ asset('images/modal_img2.png') }}">#}
  163.                                 {#<h4>{{ "Depuis votre compte Plus"|trans }}#}
  164.                                     {#<span style="font-size: 12px;display: block;">{{ "*5.99€/mois. Abonnement sans engagement de durée, résiliable en 1 clic à tous moments"|trans }}</span>#}
  165.                                 {#</h4>#}
  166.                                 {#<h5 style="margin-bottom:0px;"><strong>{{ "Livraison gratuite illimitée"|trans }}</strong> {{ "le jour même sur créneau de 30 mn selon l’éligibilité de votre adresse"|trans }}</h5>#}
  167.                                 {#<h5 style="margin-bottom:0px;"><strong>{{ "Paiement automatique à J+30"|trans }}</strong> {{ "dès votre 2eme commande"|trans }}</h5>#}
  168.                                 {#<h5 style="margin-bottom:0px;"><strong>{{ "Jusqu’à 50% de réduction"|trans }}</strong> {{ "sur notre catalogue de"|trans }} <strong>{{ "plus de 300 produits"|trans }}</strong> </h5>#}
  169.                                 {#<h5 style="margin-bottom:0px;display:none;"   class="hiddenLitextAbonnementDiv">{{ "Pour la reprographie"|trans }}, <strong>{{ "un prix fixe à la page"|trans }}</strong> {{ "de 0,12€ la n&b et 0,15€ la couleur quelque soit le grammage et le format"|trans }}</h5>#}
  170.                                 {#<h5 style="margin-bottom:0px;display:none;"   class="hiddenLitextAbonnementDiv"><strong>{{ "Editeur PDF gratuit"|trans }}</strong> {{ "pour modifier et organiser vos PDF"|trans }}</h5>#}
  171.                                 {#<h5 style="margin-bottom:0px;display:none;"   class="hiddenLitextAbonnementDiv"><strong>{{ "20 000 modèles"|trans }}</strong> {{ "à personnaliser pour vos créas"|trans }}</h5>#}
  172.                                 {#<span><a class="enSavoirPlusAceuill" href="#">{{ "En savoir plus"|trans }}</a></span>#}
  173.                                 {#<div style="margin-top: 48px;" class="link_modal_model1 right_modal_model1 mt-auto"> <a href="{{ path('abonnementPro_adresse_facture') }}?typeAbonnement={{ constant('App\\Entity\\AbonnementPro::TYPE_PRO') }}&typeComptePaiement=1&isFree=1">{{ "Je m’abonne Copees Plus"|trans }} </a> </div>#}
  174.                             {#</div>#}
  175.                         {#</div>#}
  176.                     {#</div>#}
  177.                 {#</div>#}
  178.             {#</div>#}
  179.         {#</div>#}
  180.     {#</div>#}
  181.     <div class="modal fade " id="modalPapierProduct" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
  182.         <div class="modal-dialog modal-lg" style="margin-top: 3vw;">
  183.             <div class="modal-content modalProduct">
  184.                 <div class="modal-header pb-0">
  185.                     <h5 class="modal-title h4">{{ "Vos fichiers"|trans }}</h5>
  186.                     <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  187.                         <span aria-hidden="true">×</span>
  188.                     </button>
  189.                 </div>
  190.                 <div class="modal-body">
  191.                     <div class="content_header_glisser" style="height: 100%!important;box-shadow: none!important;">
  192.                         {% for item in products %}
  193.                             {% if item.typeProduct ==  constant('App\\Entity\\Product::PAPIER') %}
  194.                                 <input type="hidden" id="product_imprission_id" value="{{ item.id }}">
  195.                             {% endif %}
  196.                         {% endfor %}
  197.                         <div id="fileuploader"></div>
  198.                     </div>
  199.                 </div>
  200.             </div>
  201.         </div>
  202.     </div>
  203. {% endif %}
  204. {#fin modal#}
  205. <style>
  206.     #fileuploaderLiseuse1{
  207.         width: 100%;
  208.     }
  209.     #addFichierLiseuseProduct .ajax-upload-dragdrop {
  210.         border: none;
  211.         color: #000;
  212.         padding: 0;
  213.     }
  214.     #addFichierLiseuseProduct  .ajax-file-upload-container_ajax-file-upload{
  215.         width: 100%;
  216.     }
  217.     #addFichierLiseuseProduct  .ajax-file-upload-error b{
  218.         display: none;
  219.     }
  220.     #addFichierLiseuseProduct .ajax-file-upload-error{
  221.         text-align: left;
  222.     }
  223.     .ajax-file-upload{
  224.         display: none!important;
  225.     }
  226.     #importeLink{
  227.         color: #43434A;
  228.     }
  229.     .ajax-file-upload-error{
  230.         margin-top:10px;
  231.     }
  232.     .cartVisiteLink ,.flyersLink ,.menuLink, .papierLink, .papierLinkEdit{
  233.         cursor: pointer;
  234.     }
  235.     .ajax-file-upload-filename{
  236.         font-size: 11px!important;
  237.         margin-left: 4px!important;
  238.         margin-bottom : 0px!important;
  239.         width: 100%!important;
  240.         text-align: left;
  241.     }
  242.     .ajax-file-upload-progress{
  243.         width: 100%!important;
  244.         border-radius: 0px!important;
  245.         background-color: #eeeeee!important;
  246.         margin-left: 0px!important;
  247.         margin-top: 0px!important;
  248.         border: 0px!important;
  249.         font-size: 11px!important;
  250.     }
  251.     .ajax-file-upload-bar{
  252.         height: 13px!important;
  253.         background-color: #007bff!important;
  254.     }
  255.     .ajax-file-upload-statusbar{
  256.         border: 0 !important;
  257.         width: 100%!important;
  258.         margin: 0 !important;
  259.         padding: 5px 15px 5px 15px!important;
  260.     }
  261.     .progress{
  262.         height: 13px!important;
  263.     }
  264. </style>