[% USE PerlSyntaxHtml %]
[% dots  = template.nosubpages ? "../images" : "../../images";
   file  = "${dots}/${this}";
%]
[% USE image "${rootdir}/images/${this}" %]
[% ww    = image.width;
%]
<table>
<tr>
<td width=[%- IF ww < 700 -%][%- ww -%][%- ELSE -%]60%[%- END -%]>
<a href="[% file %]" target=_blank><img border=0 src="[% file %]" alt="[% this %]" width=100%></a>
</td>
<td width=10px>
</td>
<td>
[% FILTER html_para %]
[%- content -%]
[% END %]
</td>
</tr>
</table>
