|
|
@ -12,7 +12,9 @@ |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
% my $image = (stash 'image') || {}; |
|
|
|
% my $image = (stash 'image') || {}; |
|
|
|
% my $style = sprintf "max-width: %dpx;", $config->{imgbin}->{css_maxwidth}; |
|
|
|
% my $style = sprintf "max-width: %dpx;", $config->{imgbin}->{css_maxwidth}; |
|
|
|
%= image $image->{path}, style => $style; |
|
|
|
<%= link_to $image->{path} => begin %> |
|
|
|
|
|
|
|
<%= image $image->{path}, style => $style; %> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<hr/> |
|
|
|
<hr/> |
|
|
|
<table> |
|
|
|
<table> |
|
|
|