view templates.swigs/search_result.html @ 6:3021deef1599

Encoding related fixes * chomp encoding string * reformat else (seems someone hacked it in) * debug print encoding * do not use :utf8 binmode ("re-encode") on written file if the input is _already_ UTF-8
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:02:14 +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>