From 0074385126fe31920152ac5b237fbaa4f2eb5acb Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 2 Dec 2011 11:18:10 +0100 Subject: week navigation optimization diff --git a/templates/program/week_schedule.html b/templates/program/week_schedule.html index f446f1b..456b0ae 100644 --- a/templates/program/week_schedule.html +++ b/templates/program/week_schedule.html @@ -6,6 +6,17 @@
+ + + + + + + + + + +
<--{{ cur_w }}{{ next_w1 }}{{ next_w2 }}{{ next_w3 }}{{ next_w4 }}-->
 
06:00
@@ -34,7 +45,6 @@
05:00
-

{{ monday|date:"l d.m.Y" }}

{% for timeslot in monday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -42,7 +52,6 @@
-
{{ cur_w }}

{{ tuesday|date:"l d.m.Y" }}

{% for timeslot in tuesday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -50,7 +59,6 @@
-

{{ wednesday|date:"l d.m.Y" }}

{% for timeslot in wednesday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -58,7 +66,6 @@
-

{{ thursday|date:"l d.m.Y" }}

{% for timeslot in thursday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -66,7 +73,6 @@
-

{{ friday|date:"l d.m.Y" }}

{% for timeslot in friday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -74,7 +80,6 @@
-

{{ saturday|date:"l d.m.Y" }}

{% for timeslot in saturday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -82,7 +87,6 @@
-

{{ sunday|date:"l d.m.Y" }}

{% for timeslot in sunday_timeslots %} {% include "program/week_schedule_timeslot.html" %} -- cgit v0.10.2