Projet

Général

Profil

Télécharger (736 octets) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / templates / calebasse / datesel.html @ 2c6641c8

1
 <div id="datesel">
2
   <a id="arrow" href="{% url url_name date=previous_month service=service %}" class="prev-month" title=""></a>
3
   <a id="arrow" href="{% url url_name date=previous_day service=service %}" class="prev-day"></a>
4
   <input data-url="{% url url_name date=date service=service %}" id="date-selector" value="{{ date|date:"DATE_FORMAT"|title}} ({{date|date:"W"}})" readonly="readonly" />
5
   <a id="arrow" href="{% url url_name date=next_day service=service %}" class="next-day"></a>
6
   <a id="arrow" href="{% url url_name date=next_month service=service %}" class="next-month"></a>
7
   {% if date != today %}<a id="datesel-today-link" href="{% url url_name service=service date=today %}">Aujourd'hui</a>{% endif %}
8
 </div>
(4-4/8)