templates\site\videos\videocat.html.twig line 1

Open in your IDE?
  1. {% extends 'layouts/site.html.twig' %}
  2. {% block title %} ORISHAS TV {% endblock %}
  3. {% block css %}
  4.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
  5.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
  6.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css">
  7.     <style>
  8.     /*sans bordure (1ère photo)*/
  9.     .arrondie {
  10.     -moz-border-radius:50px;
  11.     -webkit-border-radius:10px;
  12.     border-radius:50px;
  13.     }
  14.     
  15.     span.img-text {
  16.         text-decoration: none;
  17.         outline: none;
  18.         transition: all 0.4s ease;
  19.         -webkit-transition: all 0.4s ease;
  20.         -moz-transition: all 0.4s ease;
  21.         -o-transition: all 0.4s ease;
  22.         cursor: pointer;
  23.         width: 100%;
  24.         font-size: 23px;
  25.         display: block;
  26.         text-transform: capitalize;
  27.     }
  28.     span.img-text:hover {
  29.         color: #2caae1;
  30.     }
  31.     .o-flex-stretch--center {
  32.         -webkit-align-items: center;
  33.         -ms-flex-align: center;
  34.         align-items: center;
  35.     }
  36.     .o-flex-stretch {
  37.     display: -webkit-flex;
  38.     display: -ms-flexbox;
  39.     display: flex;
  40.     -webkit-justify-content: space-between;
  41.     -ms-flex-pack: justify;
  42.     justify-content: space-between;
  43.     }
  44.    
  45.     .c-title-universe__title {
  46.         position: relative;
  47.         display: inline-block;
  48.         background-color: #fff;
  49.         text-transform: uppercase;
  50.         font-size: 30px;
  51.         font-size: 3rem;
  52.         font-weight: 100;
  53.         line-height: 1.25;
  54.         letter-spacing: .4px;
  55.         letter-spacing: .04rem;
  56.         padding-right: 10px;
  57.         padding-right: 1rem;
  58.     }
  59.     
  60.     .c-title-universe__link {
  61.         position: relative;
  62.         background-color: #fff;
  63.         display: block;
  64.         margin-top: 5px;
  65.         margin-top: .5rem;
  66.         -webkit-transform: translate3d(0,0,0);
  67.         transform: translate3d(0,0,0);
  68.     }
  69.     .c-title-universe--color-1 {
  70.         color: #006fb7;
  71.     }
  72.     .marge{
  73.     margin-right:16px
  74.     }
  75.     th, td {
  76.     border-bottom: 1px solid #ddd;
  77.     margin-bottom:20px;
  78.     margin-top:20px;
  79.     }
  80.     tr{
  81.     margin-bottom:50px;
  82.     margin-top:50px;
  83.     }
  84.     tr:hover {
  85.     background-color: #f5f5f5;
  86.     }
  87.     .titreproduit{
  88.     font-weight:bold;
  89.     font-size:16px
  90.     }
  91.     .card-body {
  92.         background-color:#33333D !important;
  93.     }
  94.     .corps{
  95.     background-color:#33333D !important;
  96.     }
  97.     .titreproduit {
  98.         font-weight: bold;
  99.         font-size: 16px;
  100.         color:var(--color-primary);
  101.     }
  102.     
  103.     .acat{
  104.         font-size: 14px;
  105.         color:#039be5
  106.     }
  107.     body{ background-color: #434250; }
  108.      .title {
  109.         font-size: 18px;
  110.         margin-bottom: 6px;
  111.         overflow: hidden;
  112.         display: -webkit-box;
  113.         -webkit-line-clamp: 2;
  114.         -webkit-box-orient: vertical;
  115.         font-weight: bold;
  116.     }
  117.     .nav-tabs {
  118.         border-bottom: 1px solid #039be5;
  119.         background-color: #33333D !important;
  120.     }
  121.   </style>
  122. {% endblock %}
  123. {% block body %}
  124. <style>
  125. .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  126.     color: #fff;
  127.     background-color: #039be5;
  128.     font-weight: bold;
  129.     border-color: #dee2e6 #dee2e6 #fff;
  130.     text-transform: uppercase;
  131.     font-size: 16px;
  132. }
  133. .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  134.     color: #fff;
  135.     background-color: #039be5;
  136.     font-weight: bold;
  137.     border-color: #dee2e6 #dee2e6 #fff;
  138. }
  139. </style>
  140.     <section class="row pagetitle taille" style="background-image:url({{asset('assets/site/images/background/page-title3.jpg')}}); display:none">
  141.         <div class="col-md-12 auto-container">
  142.         <span class="auto-text" >{{title}} </span><br> 
  143.                 <span >Services online d’Informations financières sur le Marché Africain. Des données fiables et sur mesures 
  144.                 sur les marchés Actions, Obligataires et sur les Fonds Opcvm..</span>
  145.         </div>
  146.     </section>
  147.     <section class="row">
  148.         <div class="col-md-12">
  149.             
  150.             <p>
  151.                 <nav>     
  152.                     <div class="nav nav-tabs" id="nav-tab" role="tablist">
  153.                         <a class=" nav-item nav-link acat  "  href="{{path('site_videos')}}" >Toutes les vidéos</a>
  154.                        
  155.                         {% for categorie in categories %}
  156.                         {% if categorie.libelle != "Voeux" %}
  157.                         <a class=" nav-item nav-link acat "  href="{{path('site_videos_cat',{'id':categorie.id })}}" >{{categorie.libelle}}</a>
  158.                         {% endif %}
  159.                         {% endfor %}
  160.                         
  161.                     </div>
  162.                 </nav>
  163.             </p>
  164.         </div>
  165.     </section>
  166.     
  167.     <div class="row">
  168.         <div class="col-md-12" style="    margin-top: 20px; margin-bottom: 20px;">
  169.             <!-- Search form -->
  170.             <input class="form-control" type="text" placeholder="Search" aria-label="Search">
  171.         </div>
  172.     </div>
  173.     <section class="row" style="margin-top:12px ; " >
  174.         <div class="col-md-12">
  175.             <div class="block block-primary">
  176.                 <h3 class="block-title"><span>Les Vidéos récentes</span></h3>
  177.             </div>
  178.         </div>
  179.         <div class="row" style="margin-bottom:10px;padding-left:10px;padding-right:10px">
  180.       
  181.     {% for video in videos %}
  182.       {% if video.categorie.libelle != "Voeux" %}
  183.          {%if video.categorie.id==cat%}
  184.         <div class="col-md-4 pbottom" >
  185.             <div class="card">
  186.                 <a href="{{path('site_videos_show',{'id':video.id,'cat':video.categorie.id})}}">
  187.                     <div class="of-video-img-1">
  188.                         <i class="fa fa-play-circle fa-4x"></i>
  189.                         <img src="{{ asset("uploads/videos/thumbnails/#{video.getThumbnail()}") }}" class="card-img-top" alt="...">
  190.                     </div>
  191.                     <div class="card-body">
  192.                         <h6 class="card-title title" title="{{video.libelle}}"><a href="{{path('site_videos_show',{'id':video.id,'cat':video.categorie.id})}}">{{video.libelle}}</a></h6>
  193.                         
  194.                     </div>
  195.                 </a>
  196.             </div>
  197.         </div>
  198.         {%endif%}
  199.         {%endif%}
  200.         {%else%}
  201.          <div class="col-md-12 pbottom" style="color:white" >
  202.          Aucune Vidéo n'est disponible sur cette catégorie
  203.          </div>
  204.         
  205.     {% endfor %}
  206.         <br>
  207.     </section>
  208.     
  209. {% endblock %}
  210. {% block scripts %}
  211.     <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
  212. {% endblock %}