From b296018cbb77cba15109540e5eee16d15cbdd7cb Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 12 Feb 2007 20:57:14 +0000 Subject: [PATCH] Ajaxify the calendar. Closes #5. git-svn-id: http://svn.simon-cozens.org/memories/trunk@30 041978f6-d955-411f-a9d7-1d8545c9c3c7 --- templates/calendar | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/calendar b/templates/calendar index c71bf82..68403a8 100644 --- a/templates/calendar +++ b/templates/calendar @@ -1,4 +1,10 @@ +
+ [% IF request.action == "view" %] [% SET shot = photo.shot %] [% END %] @@ -9,12 +15,12 @@ [% SET calendar = request.calendar(date.ymd) %] - + @@ -41,3 +47,4 @@ [% END %]
« « [% date.strftime("%Y-%m") %] [% IF next %] - » + » [% END %]
+
-- 2.39.2