--- content, html <% ginfo = node.node_info[:ginfo] if ginfo[:collage_node].nil? log(:error) { "Use of templates from gallery style 'slides' only possible if option layouter is set to 'slides' in gallery file!" } else %>
<% if ginfo.prev_gallery %> << previous gallery <%= ginfo.prev_gallery.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %> <% end %> | <% if ginfo.mainpage %> <% end %> | <% if ginfo.next_gallery %> next gallery >> <%= ginfo.next_gallery.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %> <% end %> |
<%= ginfo.cur_gallery.images[col_index].thumbnail('class'=>'webgen-gallery-thumbnail') %>
<%= ginfo.cur_gallery.images[col_index].title %> |
<% end %>