author | ymh <ymh.work@gmail.com> |
Tue, 08 Nov 2016 02:22:50 +0100 | |
changeset 395 | b7d79db348e7 |
parent 393 | 5ef3bfef0bff |
child 424 | feb0d3e0fef9 |
permissions | -rw-r--r-- |
393 | 1 |
{{#each decades as |decade| }} |
195
9d083636bd99
Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents:
98
diff
changeset
|
2 |
<div class="interval"> |
393 | 3 |
{{input type="checkbox" checked=(is-checked date decade) indeterminate=(is-indeterminate date decade) click=(action 'selectDecade' decade)}} |
4 |
<ul class="{{ decade }}"> |
|
5 |
{{#each (range decade 10) as |year| }} |
|
6 |
{{ visu-chrono-year datestats=datestats year=year range=range maxCount=maxCount minCount=minCount }} |
|
7 |
{{/each}} |
|
195
9d083636bd99
Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents:
98
diff
changeset
|
8 |
</ul> |
48
9ef0952033e0
add example of visualisation for "chonologie"
nowmad@nowmads-macbook-pro.local
parents:
diff
changeset
|
9 |
</div> |
393 | 10 |
{{/each}} |