templates/Theme/Produit/Service/Apropos/planingcours.html.twig line 1

Open in your IDE?
  1. <link href="https://cdn.datatables.net/plug-ins/f2c75b7247b/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" type="text/css" media="all"/>
  2. <link href="https://cdn.datatables.net/responsive/1.0.4/css/dataTables.responsive.css" rel="stylesheet" type="text/css" media="all"/>
  3. <script src="https://cdn.datatables.net/1.10.5/js/jquery.dataTables.min.js"></script>
  4. <script src="https://cdn.datatables.net/plug-ins/f2c75b7247b/integration/bootstrap/3/dataTables.bootstrap.js"></script>
  5. <script src="https://cdn.datatables.net/responsive/1.0.4/js/dataTables.responsive.js"></script>
  6. <style>
  7. table caption {
  8.     padding: .5em 0;
  9. }
  10. table.dataTable th,
  11. table.dataTable td {
  12.   white-space: nowrap;
  13. }
  14. .p {
  15.   text-align: center;
  16.   padding-top: 140px;
  17.   font-size: 14px;
  18. }
  19. thead .sorting:after {
  20.     opacity: 0.2;
  21.     content: "\f0ec"!important;
  22. }
  23. table.dataTable thead .sorting_asc:after {
  24.     content: "\f161"!important;
  25. }
  26. table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  27.     position: absolute;
  28.     top: 8px;
  29.     right: 8px;
  30.     display: block;
  31.     font-family: 'FontAwesome'!important;
  32.     opacity: 0.5;
  33. }
  34. </style>
  35. <div class="col-md-8">
  36. <div style="width: 100%!important; min-height: 400px;">
  37. <div> 
  38.     <ul class="nav nav-tabs" style="padding: 0px; margin: 0px; border-bottom: none;">
  39.         <li class="active"><a href="#help-user-depliant" data-toggle="tab" style="font-size: 12px;">Dépliants</a></li>
  40.         <li><a href="#help-user-programme" data-toggle="tab" style="font-size: 12px;">Programmes</a></li>
  41.     </ul>
  42.   
  43.   <div class="tab-content" style="min-height: 100px; margin-left: 1px;">
  44.       <div class="tab-pane active" id="help-user-depliant" style="padding-bottom: 70px;">
  45.           <div style="background: #fff; padding: 7px;">
  46.         <strong>Quand votre profil est sélectionné par un annonceur</strong>
  47.         <hr style="margin: 1px; border: 1px solid #f7f7f7;">
  48.         <a href="{{ path('produit_service_apropos_denous', {'position': 'planingcours' }) }}">Afficher la liste complète</a>
  49.           </div>
  50.       <div class="" style="background: #fff; padding: 7px; width: 100%; overflow-x: auto;">
  51.         <div class="row">
  52.           <div class="col-xs-12">
  53.             <table summary="This table shows how to create responsive tables using Datatables' extended functionality" class="table table-bordered table-hover dt-responsive">
  54.               <caption class="text-center">An example of a responsive table based on <a href="https://datatables.net/extensions/responsive/" target="_blank">DataTables</a>:</caption>
  55.               <thead>
  56.                 <tr>
  57.                   <th>Auteur</th>
  58.                   <th>Description</th>
  59.                   <th>Date de publication</th>
  60.                   <th>Action</th>
  61.                 </tr>
  62.               </thead>
  63.               <tbody>
  64.                 {% for depliant in liste_depliant %}
  65.                 <tr>
  66.                   <td>{{ depliant.user.name(50) }}</td>
  67.                   <td>{{ depliant.message }}</td>
  68.                   <td>41,803,125</td>
  69.                   <td>
  70.                     <a href=""><span class="fa fa-download"></span> Télécharger</a>
  71.                   </td>
  72.                 </tr>
  73.                 {% endfor %}
  74.               </tbody>
  75.               <tfoot>
  76.                 <tr>
  77.                   <td colspan="4" class="text-center">Data retrieved from <a href="http://www.infoplease.com/ipa/A0855611.html" target="_blank">infoplease</a> and <a href="http://www.worldometers.info/world-population/population-by-country/" target="_blank">worldometers</a>.</td>
  78.                 </tr>
  79.               </tfoot>
  80.             </table>
  81.           </div>
  82.         </div>
  83.       </div>
  84. <!--  Developed By Yasser Mas -->
  85.       </div>
  86.       <div class="tab-pane" id="help-user-programme" style="padding-bottom: 70px;">
  87.         <div style="background: #fff; padding: 7px;">
  88.             <strong>Quand l'annonce est susceptible de vous intéresser</strong>
  89.             <hr style="margin: 1px; border: 1px solid #f7f7f7;">
  90.             <a href="{{ path('produit_service_apropos_denous', {'position': 'planingcours' }) }}">Afficher la liste complète</a>
  91.         </div>
  92.         
  93.         <div class="" style="background: #fff; padding: 7px; width: 100%; overflow-x: auto;">
  94.           <div class="row">
  95.             <div class="col-xs-12">
  96.               <table summary="This table shows how to create responsive tables using Datatables' extended functionality" class="mytable table table-bordered table-hover dt-responsive">
  97.                 <caption class="text-center">An example of a responsive table based on <a href="https://datatables.net/extensions/responsive/" target="_blank">DataTables</a>:</caption>
  98.                 <thead>
  99.                   <tr>
  100.             <th>Auteur</th>
  101.             <th>Description</th>
  102.             <th>Date de publication</th>
  103.             <th>Action</th>
  104.                   </tr>
  105.                 </thead>
  106.                 <tbody>
  107.                   
  108.           {% for depliant in liste_planing %}
  109.             <tr>
  110.               <td>{{ depliant.user.name(50) }}</td>
  111.               <td>{{ depliant.message }}</td>
  112.               <td>41,803,125</td>
  113.               <td>
  114.                 <a href=""><span class="fa fa-download"></span> Télécharger</a>
  115.               </td>
  116.             </tr>
  117.           {% endfor %}
  118.                 </tbody>
  119.                 <tfoot>
  120.                   <tr>
  121.                       <td colspan="4" class="text-center">Data retrieved from <a href="http://www.infoplease.com/ipa/A0855611.html" target="_blank">infoplease</a> and <a href="http://www.worldometers.info/world-population/population-by-country/" target="_blank">worldometers</a>.</td>
  122.                   </tr>
  123.                 </tfoot>
  124.               </table>
  125.             </div>
  126.           </div>
  127.         </div>
  128.       </div>
  129.   </div>
  130. </div>
  131.   
  132. </div>
  133. <span class="clearfix"></span>            
  134. </div>
  135. <script type="text/javascript">
  136. $('table').DataTable();
  137. $('mytable').DataTable();
  138. </script>