Project

General

Profile

Download (550 Bytes) Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / templates / calebasse / datesel.html @ b964dc04

1
{% load url from future %}
2

    
3
 <div id="datesel">
4
   <a id="arrow" href="{% url url_name date=previous_month service=service %}">««</a>&nbsp;
5
   <a id="arrow" href="{% url url_name date=previous_day service=service %}">«</a>
6
   <input data-url="{% url url_name date=date service=service %}" id="date-selector" value="{{ date|date:"DATE_FORMAT" }}" readonly="readonly" />
7
   <a id="arrow" href="{% url url_name date=next_day service=service %}">»</a>&nbsp;
8
   <a id="arrow" href="{% url url_name date=next_month service=service %}">»»</a>
9
 </div>
(2-2/5)