templates/taggr_dir.html
author terom
Thu, 17 Jan 2008 01:56:04 +0000
changeset 23 10841abbc01f
child 24 001f52cd057e
permissions -rw-r--r--
taggr2, which is starting to shape up
% 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>