templates/taggr_dir.html
changeset 36 64a0168a6f50
parent 35 73aef1124b67
child 38 2e9fdb080ad6
--- a/templates/taggr_dir.html	Wed Jun 03 18:36:17 2009 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-% 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 i, (id, image, tags) in enumerate(images) :
-    <img src="../${image}" onload="image_info(this, ${i}, ${id}, [${",".join(("'%s'" % tag for tag in tags))}])" class="image" id="img_${id}" />
-% endfor
-</div>
-