view templates.swigs/search_result.html @ 2:c44d020e5f8a 1.1.29-extended

Importing extended patched version from http://www.uli-eckhardt.de/bins/index.en.html
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:31:54 +0200
parents a84c32f131df
children
line wrap: on
line source


<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 -->&nbsp;:
      <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> &nbsp;</td></tr>
</table>