ajout Doc techniques dans dossier_view.pt et articles.pt

This commit is contained in:
2020-11-20 09:47:20 +01:00
parent dab24387a2
commit d03e90b7b8
26 changed files with 665 additions and 198 deletions

View File

@@ -6,7 +6,7 @@
<span class="glyphicon glyphicon-chevron-left"></span> Retour</a>
</p>
<table id="users_list" class="table table-striped table-bordered">
<table id="rdf_list" class="table table-striped table-bordered">
<thead>
<tr>
<th>Rapport</th>
@@ -29,7 +29,7 @@
$(document).ready(function() {
$.fn.dataTable.moment('DD-MM-YYYY');
$('#users_list').DataTable({
$('#rdf_list').DataTable({
data: dataSet,
pageLength: 50,
bLengthChange: false,