templates\site\home\includes\nosservices.html.twig line 1

Open in your IDE?
  1.      <div class="col-md-3 ">
  2.      <div class="sticky-top">
  3.             {#<div class="block block-green" style="display:none">
  4.                 <h3 class="block-title"><span>Nos Services</span></h3>
  5.                 <form action="">
  6.                     <p>
  7.                     <table>
  8.                     
  9.                     <tr>
  10.                     <td class=""> <img src="{{asset('assets/site/images/2013.png')}}" width="30"  alt="" class="arrondie marge" /></td>
  11.                     <td><a class="primary" href="{{path('show_service')}}">ORISHAS DATA SERVICES</a></li></td>
  12.                     </tr>
  13.                     <tr>
  14.                     <td> <img src="{{asset('assets/site/images/2015.png')}}" width="30"  alt="" class="arrondie" /></td>
  15.                     <td><a class="primary" href="{{path('show_service')}}">Solution Risque LAB &amp; LCFT</a></td>
  16.                     </tr>
  17.                     <tr>
  18.                     <td> <img src="{{asset('assets/site/images/2017.png')}}" width="30"  alt="" class="arrondie" /></td>
  19.                     <td><a class="primary" href="{{path('show_service')}}">Solution Données Financières &amp; Trading</a></td>
  20.                     </tr>
  21.                     <tr>
  22.                     <td> <img src="{{asset('assets/site/images/2018.png')}}" width="30"  alt="" class="arrondie" /></td>
  23.                     <td><a class="primary" href="{{path('show_service')}}">Solution Risque Opérationnel GRC</a></td>
  24.                     </tr>
  25.                     <tr>
  26.                     <td> <img src="{{asset('assets/site/images/2014.png')}}" width="30"  alt="" class="arrondie" /></td>
  27.                     <td><a class="primary" href="{{path('show_service')}}">Formations &amp; Conseils</a></td>
  28.                     </tr>
  29.                     </table>
  30.                      <ul style="display:none">
  31.         
  32.                 <li style=" margin-left: 18px; ">
  33.         <a class="primary" href="/Services/1">ORISHAS DATA SERVICES</a></li>
  34.                 <li style=" margin-left: 18px; ">
  35.         <a class="primary" href="/Services/2">Solution Risque LAB &amp; LCFT</a></li>
  36.                 <li style=" margin-left: 18px; ">
  37.         <a class="primary" href="/Services/3">Solution Données Financières &amp; Trading</a></li>
  38.                 <li style=" margin-left: 18px; ">
  39.         <a class="primary" href="/Services/4">Solution Risque Opérationnel GRC</a></li>
  40.                 <li style="list-style-type:0px; margin-left: 18px; font-weight:bold; color:">
  41.         <a class="primary" href="/Services/5">Formations &amp; Conseils</a></li>
  42.                 
  43.       </ul>
  44.                     </p>
  45.                     
  46.                 </form>
  47.             </div>#}
  48.             <div class="block block-green">
  49.                 <h3 class="block-title"><span>Publicité</span></h3>
  50. {% for publicite in publicites %}
  51.     {% if( (publicite.espace=="Pub") and (publicite.status=="1")) %}
  52.         {% if publicite.type.libelle =="Image" %}
  53.                 
  54.             <p>
  55.                 <img src="{{asset('uploads/publicites/' ~ publicite.support) }}" width="250px" height="150px" alt="...">
  56.             </p>
  57.                 {% elseif publicite.type.libelle =="Video" %}
  58.                 <p>
  59.             <video controls src="{{asset('uploads/publicites/' ~ publicite.support) }}" width="220px" height="210px"> </video>
  60.             </p>
  61.         {% else %}
  62.         <p><a href="{{asset('uploads/publicites/' ~ publicite.support) }}" target="_blank">Voir</a></p>
  63.         {% endif %}
  64.     {% endif %}
  65. {% endfor %}
  66.                 
  67.             
  68.             
  69.              
  70.         
  71.             </div>
  72.             <div class="block block-green">
  73.                 <h3 class="block-title"><span>ORISHAS TV</span></h3>
  74.                 <form action="">
  75.                     
  76.                       <iframe width="250" height="200" class="embed-responsive-item" src="https://www.youtube.com/embed/5YdBAYZa2zQ" 
  77.                       frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
  78.                     </p>
  79.                 </form>
  80.             </div>
  81.         </div>
  82.           </div>