view templates.swigs/search_result.html @ 10:f962189bab94

Added tag 1.1.29.e2 for changeset 0f248ad86f9f
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:16:50 +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>