Sha256: 03e421c41df782e32240a421a98fca54d606e5ec1f2867e740b557dde9a86108

Contents?: true

Size: 591 Bytes

Versions: 13

Compression:

Stored size: 591 Bytes

Contents

--- content, html
<div class="webgen-gallery webgen-gallery-main">
<% ginfo = node.node_info[:ginfo] %>
<table width="100%">
<% 0.step( ginfo.galleries.length - 1, 5 ) do |row_index| %>
  <tr>
  <% row_index.upto( [row_index + 4, ginfo.galleries.length - 1].min ) do |col_index| %>
    <td align="center">
      <a href="{relocatable: <%= ginfo.galleries[col_index].pagename %>}">
        <%= ginfo.galleries[col_index].thumbnail('class'=>'webgen-gallery-thumbnail') %><br />
        <%= ginfo.galleries[col_index].title %>
      </a>
    </td>
  <% end %>
  </tr>
<% end %>
</table>
</div>

Version data entries

13 entries across 8 versions & 1 rubygems

Version Path
webgen-0.4.2 data/webgen/gallery_styles/default/gallery_main.template
webgen-0.4.1 data/webgen/gallery_styles/default/gallery_main.template
webgen-0.4.0 data/webgen/gallery_styles/default/gallery_main.template
webgen-0.4.0 doc/src/examples/gallery_styles/default/gallery_main.template
webgen-0.4.5 data/webgen/gallery_styles/default/gallery_main.template
webgen-0.4.3 data/webgen/gallery_styles/default/gallery_main.template
webgen-0.4.3 doc/src/examples/gallery_styles/default/gallery_main.template
webgen-0.4.4 data/webgen/gallery_styles/default/gallery_main.template
webgen-0.4.4 doc/src/examples/gallery_styles/default/gallery_main.template
webgen-0.4.6 doc/src/examples/gallery_styles/default/gallery_main.template
webgen-0.4.7 data/webgen/gallery_styles/default/gallery_main.template
webgen-0.4.7 doc/src/examples/gallery_styles/default/gallery_main.template
webgen-0.4.6 data/webgen/gallery_styles/default/gallery_main.template