Sha256: 35f442b2e9888dcf6ce982a059363d8d868094c379466ca27599eccf31d88ed3
Contents?: true
Size: 747 Bytes
Versions: 13
Compression:
Stored size: 747 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.version.title, zen_path(doc) ) %></p> <p class="summary"><%= zazen doc.v_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
13 entries across 13 versions & 1 rubygems