]> gitweb.michael.orlitzky.com - dead/pictar.git/blob - templates/object.html
Updated XmlDataParser to use the Python 2.5 ElementTree interface.
[dead/pictar.git] / templates / object.html
1 <div class="image_container">
2 <div class="image_header">
3 ${header}
4 </div>
5
6 <object data="${image_path}"
7 height="${height}"
8 width="${width}"
9 type="${mimetype}" />
10
11 </div>