Jump to content

Translations - Press - French: Difference between revisions

test table fo press mentions
m (fixes)
(test table fo press mentions)
Line 200: Line 200:
<p>Si vous avez repéré (ou publié) un article parlant d'Open Food Facts qui n'est pas dans cette liste, <a href="mailto:contact@openfoodfacts.org">merci de le nous signaler</a>.</p>
<p>Si vous avez repéré (ou publié) un article parlant d'Open Food Facts qui n'est pas dans cette liste, <a href="mailto:contact@openfoodfacts.org">merci de le nous signaler</a>.</p>


<initjs>
press_table = $('#tagstable').dataTable({
"bJQueryUI": true,
"bPaginate": false,
"aaSorting": [],
"oLanguage": {
"sSearch": "Recherche :",
"sInfo": "_TOTAL_ mentions",
"sInfoFiltered": " - parmi _MAX_"
}
});
</initjs>
<table id="press_table">
<thead><tr><th>Type</th><th>Titre</th><th>Media</th><th>Date</th><th>Année</th></tr></thead>
<tbody>
<!-- 2016 -->
<tr>
<td>Web</td>
<td><a href="http://sante.lefigaro.fr/actualite/2016/01/06/24466-nouvelle-appli-revele-sucre-cache-dans-nos-aliments">Une nouvelle appli révèle le sucre caché dans nos aliments</a></td>
<td>Le Figaro Santé</td>
<td>06/01/2016</td>
<td>2016</td>
</tr>
<!-- 2015 -->
<!-- Q4 2015 -->
<tr>
<td><a href="http://www.lagazettedescommunes.com/418463/les-collectivites-peuvent-etre-protecteurs-des-communs-valerie-peugeot/">Les collectivités peuvent être protecteurs des communs</a></td>
<td>La Gazette des Communes</td>
<td>02/12/2015</td>
<td>2015</td>
</tr>
</table>
</table>
</div>
</div>
</pre>
</pre>