From: Simon Cozens Date: Mon, 12 Feb 2007 20:57:14 +0000 (+0000) Subject: Ajaxify the calendar. Closes #5. X-Git-Tag: 1.2+svn20070808~38 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=memories.git;a=commitdiff_plain;h=b296018cbb77cba15109540e5eee16d15cbdd7cb Ajaxify the calendar. Closes #5. git-svn-id: http://svn.simon-cozens.org/memories/trunk@30 041978f6-d955-411f-a9d7-1d8545c9c3c7 --- 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 %]
+