cms/app-client/app/templates/tabs/chrono.hbs
author ymh <ymh.work@gmail.com>
Tue, 15 Nov 2016 17:42:57 +0100
changeset 424 feb0d3e0fef9
parent 393 5ef3bfef0bff
permissions -rw-r--r--
add dynamic date range calculation for dates, and add color gradient component, add color gradient for language and chrono
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
228
a2497a2b6224 Notice display logic and design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 198
diff changeset
     1
<div id="tabs-chrono">
424
feb0d3e0fef9 add dynamic date range calculation for dates, and add color gradient component, add color gradient for language and chrono
ymh <ymh.work@gmail.com>
parents: 393
diff changeset
     2
    <p>Cocher les cases de gauche pour sélectionner des décennies ou cliquez pour sélectionner une année et glisser pour en selectionner plusieurs.</p>
393
5ef3bfef0bff add colors to visu chrono
ymh <ymh.work@gmail.com>
parents: 392
diff changeset
     3
    {{ visu-chrono range=model.range rawdatestats=model.datestats }}
228
a2497a2b6224 Notice display logic and design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 198
diff changeset
     4
</div>