Mercurial > public > src > moin > extensions
diff data/plugin/parser/text_x_arnica.py @ 327:1b0d5caae8b6
text_x_arnica: aligned images to the bottom applied patch by Johannes Berg.
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Sat, 17 Jan 2009 23:57:36 +0100 |
parents | b7fed7cdc13d |
children | cc052e263d84 |
line wrap: on
line diff
--- a/data/plugin/parser/text_x_arnica.py Thu Jan 01 21:47:09 2009 +0100 +++ b/data/plugin/parser/text_x_arnica.py Sat Jan 17 23:57:36 2009 +0100 @@ -224,7 +224,8 @@ html = """ <div class="thumbnail"> <form action="%(url)s" method="POST" enctype="multipart/form-data"> - <div class="image"> %(title)s + <div class="imagecont" style="height:%(width)spx;"> + <div class="image" style="width:%(width)spx;"> %(title)s <input type="hidden" name="action" value="arnica_slides"> <input type="hidden" name="do" value="slide_show"> <input type="hidden" name="alias" value="%(description)s"> @@ -235,6 +236,7 @@ <input type="hidden" name="exif_date" value="%(exif_date)s"> <input type="image" value="submit" title="slide show" src="%(thumbnail)s"> </div> + </div> </form> <div style="width:%(width)spx"> %(alias_html)s