# HG changeset patch # User k0s # Date 1261785383 18000 # Node ID 33349e5178b30b7176883f0e5d434522b329f5f3 # Parent 93af41dcff3a176d4190498efbfead5beab7643b fix up templates diff -r 93af41dcff3a -r 33349e5178b3 montage/templates/grid.html --- a/montage/templates/grid.html Fri Dec 25 18:27:45 2009 -0500 +++ b/montage/templates/grid.html Fri Dec 25 18:56:23 2009 -0500 @@ -6,14 +6,20 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> ${title or path} + + +
- +
diff -r 93af41dcff3a -r 33349e5178b3 montage/templates/strip.html --- a/montage/templates/strip.html Fri Dec 25 18:27:45 2009 -0500 +++ b/montage/templates/strip.html Fri Dec 25 18:56:23 2009 -0500 @@ -6,10 +6,14 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> ${title or path} + + + +
-
+
@@ -18,5 +22,6 @@

+
diff -r 93af41dcff3a -r 33349e5178b3 setup.py --- a/setup.py Fri Dec 25 18:27:45 2009 -0500 +++ b/setup.py Fri Dec 25 18:56:23 2009 -0500 @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import sys, os -version = '0.2' +version = '0.2.1' setup(name='montage', version=version,
-
+ + + +
${image.get('title', image['description'])}