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