" name="<%= "Gallery_" + @gallery.id.to_s %>" class="Gallery">

<%= @gallery.sTitle %>

<%= @gallery.tDescription %>

Media:

<% x = 0 %> <% @medias = GalleryMedia.find(:all, :conditions => ["gallery_id = ?", @gallery.id]) %> <% for @media in @medias %> " class="noHighlight" rel="lightbox[GalleryMedia]" title="<%= @media.sTitle.to_s + "

" + @media.tDescription.to_s if (@media.sTitle != nil && @media.tDescription != nil)%>"> " />
<% x = x + 1 %> <%= "
" if x % 4 == 0 %> <% end %>

<% if logged_in? %> <%= link_to 'Edit', edit_gallery_path(@gallery) %> <% end %>