Revision b964dc04
Added by Mikaël Ates over 12 years ago
calebasse/templates/calebasse/datesel.html | ||
---|---|---|
1 | 1 |
{% load url from future %} |
2 | 2 |
|
3 | 3 |
<div id="datesel"> |
4 |
<a href="{% url url_name date=previous_month service=service %}">««</a>
|
|
5 |
<a href="{% url url_name date=previous_day service=service %}">«</a> |
|
4 |
<a id="arrow" href="{% url url_name date=previous_month service=service %}">««</a>
|
|
5 |
<a id="arrow" href="{% url url_name date=previous_day service=service %}">«</a>
|
|
6 | 6 |
<input data-url="{% url url_name date=date service=service %}" id="date-selector" value="{{ date|date:"DATE_FORMAT" }}" readonly="readonly" /> |
7 |
<a href="{% url url_name date=next_day service=service %}">»</a>
|
|
8 |
<a href="{% url url_name date=next_month service=service %}">»»</a> |
|
7 |
<a id="arrow" href="{% url url_name date=next_day service=service %}">»</a>
|
|
8 |
<a id="arrow" href="{% url url_name date=next_month service=service %}">»»</a>
|
|
9 | 9 |
</div> |
Also available in: Unified diff
agenda: cosmetic change on date display.