From e4b2905f168335e1f33810f2d036198a777b5cd3 Mon Sep 17 00:00:00 2001 From: Adam Roach Date: Sun, 13 Nov 2016 04:55:00 +0000 Subject: [PATCH] Incorporated Robert's "swim lane" code to eliminate slot overlaps that made weekend effectively unusable. Reworked animation code to use CSS animations for smoother performance. Calendar redraw is now completely event driven rather than refreshed once per second. Expanded meetings can now be closed with escape key. Refactored code to make it more idomatic. Eliminated many globals. Reformatted to reflect a more consistent coding style. - Legacy-Id: 12340 --- ietf/templates/meeting/week-view.html | 1098 +++++++++++-------------- 1 file changed, 502 insertions(+), 596 deletions(-) diff --git a/ietf/templates/meeting/week-view.html b/ietf/templates/meeting/week-view.html index e107e08a5..37f3a2bb0 100644 --- a/ietf/templates/meeting/week-view.html +++ b/ietf/templates/meeting/week-view.html @@ -3,604 +3,510 @@ {% load staticfiles %} - +
Error loading calendar