Revision 296 (by ahitrov, 2013/03/26 17:59:01) Promosite (anthill) project source
<div style="width: 950px">
<div style="padding: 0px 20px 10px 70px;">
% if ( ref $img && exists $img->{filename} ) {
<img src="<% $img->{filename} %>" border="0" align="left" class="img" width="<% $img->{width} %>" height="<% $img->{height} %>" alt="<% $document->name %>" title="<% $document->name %>">
% }
<h2><% $document->name %></h2>
<div class="txt">
<p><& /inc/text_format.msn, doc => $document &></p>
</div>
</div>
</div>
<%args>

	$document => undef

</%args>
<%init>

  return	unless ref $document;
  my $img = $document->get_image('picture');

</%init>