|
@@ -31,10 +31,14 @@
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
<table
|
|
<table
|
|
|
|
+<<<<<<< HEAD
|
|
class="table table-bordered table-hover table-sm align-middle bg-light" id="tableau-films"
|
|
class="table table-bordered table-hover table-sm align-middle bg-light" id="tableau-films"
|
|
data-toggle="table"
|
|
data-toggle="table"
|
|
data-pagination="false"
|
|
data-pagination="false"
|
|
>
|
|
>
|
|
|
|
+=======
|
|
|
|
+ class="table table-bordered table-hover table-sm align-middle bg-light" id="tableau-films">
|
|
|
|
+>>>>>>> develop
|
|
<thead class="">
|
|
<thead class="">
|
|
<tr>
|
|
<tr>
|
|
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
|
|
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
|
|
@@ -42,12 +46,12 @@
|
|
<th style="width:1em;"></th>
|
|
<th style="width:1em;"></th>
|
|
<th>Ajouté par</th>
|
|
<th>Ajouté par</th>
|
|
{% endif %}
|
|
{% endif %}
|
|
- <th data-sortable="true">Titre</th>
|
|
|
|
- <th data-sortable="true">Genre</th>
|
|
|
|
- <th data-sortable="true">Réalisateur</th>
|
|
|
|
- <th data-sortable="true" style="width:5em;">Note</th>
|
|
|
|
- <th data-sortable="true" style="width:5em;">Année</th>
|
|
|
|
- <th data-sortable="true" style="width:6em;">Sortie</th>
|
|
|
|
|
|
+ <th>Titre</th>
|
|
|
|
+ <th>Genre</th>
|
|
|
|
+ <th>Réalisateur</th>
|
|
|
|
+ <th style="width:5em;">Note</th>
|
|
|
|
+ <th style="width:5em;">Année</th>
|
|
|
|
+ <th style="width:6em;">Sortie</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody id="tableFilms">
|
|
<tbody id="tableFilms">
|