home · contact · privacy
Template layout and code improvements.
[plomtask] / templates / calendar.html
index 42c821ae7a31de4bce3161e945cb3ec0b7919609..4e835734c026fa1612e2ec18d4a9dfb1bd10ac29 100644 (file)
@@ -35,9 +35,11 @@ td.today {
 {% block content %}
 <h3>calendar</h3>
 
+<p><a href="/calendar_txt">basic view</a></p>
+
 <form action="calendar" method="GET">
-from <input name="start" value="{{start}}" />
-to <input name="end" value="{{end}}" />
+from <input name="start" class="date" value="{{start}}" />
+to <input name="end" class="date" value="{{end}}" />
 <input type="submit" value="OK" />
 </form>
 <table>