Mercurial > bins
diff templates.swigs/search_result.html @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates.swigs/search_result.html Wed Oct 15 23:28:56 2008 +0200 @@ -0,0 +1,27 @@ + +<table> + <tr> + <td colspan="2" align="right" + bgcolor="<TMPL_VAR NAME=SUBBAR_BACKCOLOR>"> + <font color="<TMPL_VAR NAME=SUBBAR_TITLECOLOR>"> + %title% + </font> + </td> + </tr> + <tr> + <td> + <!-- TMPL_VAR NAME=STRING_ALBUM --> : + <a href="%album_url%">%album_title%</a> + </td> + <td align="right"> + <a href="%url%"> + <img src="%thumb_url%" + width="%thumb_width%" + height="%thumb_height%" + border="0" + alt="%title%" + ></a> + </td> + </tr> + <tr><td> </td></tr> +</table>