templates/taggr_dir.html
changeset 23 10841abbc01f
child 24 001f52cd057e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/taggr_dir.html	Thu Jan 17 01:56:04 2008 +0000
@@ -0,0 +1,19 @@
+% if subdirs :
+<ul>
+%   for name, path in subdirs :
+    <li>
+        <a href="#" class="directory_link">${name}</a>
+        <div id="${path}" style="display: none" >
+
+        </div>
+    </li>
+%   endfor                    
+</ul>
+% endif
+
+<div class="images">
+% for key, image in images :
+    <img src="../${image}" onload="image_loaded(this)" class="image" id="${key}" />
+% endfor
+</div>
+