]> gitweb.michael.orlitzky.com - dead/pictar.git/blob - templates/img.html
Updated XmlDataParser to use the Python 2.5 ElementTree interface.
[dead/pictar.git] / templates / img.html
1 <div class="image_container">
2 <div class="image_header">
3 ${header}
4 </div>
5
6 <img src="${image_path}"
7 alt="Pictar Image ${item_number}" />
8 </div>