Sha256: 5215e312ee489645773951fb3d2b8177660c8223076e77d66c8176909a90a03b
Contents?: true
Size: 737 Bytes
Versions: 20
Compression:
Stored size: 737 Bytes
Contents
<% if gallery -%> <% @gallery_counter ||= 0; @gallery_counter += 1 -%> <table class="gallery"> <tr><td> <% gallery.each do |doc| %> <%= link_to_function("#{img_tag(doc, :mode=>'pv')}","Zena.transfer('#{@gallery_counter}-#{doc.zip}','gallery#{@gallery_counter}')") %> <div style='display:none;' id='<%= "#{@gallery_counter}-#{doc.zip}" %>'> <p><%= link_to(doc.title, zen_path(doc) ) %></p> <p class="summary"><%= zazen doc.summary %></p> <a href="#" onclick="new Effect.BlindUp('<%= "gallery#{@gallery_counter}" %>'); return false;"><%= img_tag(doc, :mode=>'std') %></a> </div> <% end %> <div id='<%= "gallery#{@gallery_counter}" %>' style='display:none;' class="gallery_view"></div> </td></tr> </table> <% end -%>
Version data entries
20 entries across 20 versions & 1 rubygems