Sha256: f74de24d3d38763da1c1b770b1a0cdfa7117280c37eaa3d3fba0656400b2ac9e

Contents?: true

Size: 1.1 KB

Versions: 13

Compression:

Stored size: 1.1 KB

Contents

--- content, html
<div class="webgen-gallery webgen-gallery-image">
<% ginfo = node.node_info[:ginfo] %>
<table width="100%">
<tr>
  <td style="width: 33%" align="left">
    <% if ginfo.prev_image %>
    <a href="{relocatable: <%= ginfo.prev_image.pagename %>}">&lt;&lt;&nbsp;<%= ginfo.prev_image.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %></a>
    <% end %>
  </td>
  <td style="width: 34%" align="center">
    <a href="{relocatable: <%= ginfo.cur_gallery.pagename %>}">
    <%= ginfo.cur_gallery.thumbnail('class'=>'webgen-gallery-thumbnail') %><br />^<%= ginfo.cur_gallery.title %>^
    </a>
  </td>
  <td style="width: 33%" align="right">
    <% if ginfo.next_image %>
    <a href="{relocatable: <%= ginfo.next_image.pagename %>}"><%= ginfo.next_image.thumbnail('style'=>'vertical-align: middle', 'class'=>'webgen-gallery-thumbnail') %>&nbsp;&gt;&gt;</a>
    <% end %>
  </td>
</tr>
</table>

<p style="text-align: center">
<img src="{relocatable: <%= ginfo.cur_image.filename %>}" alt="<%= ginfo.cur_image.title %>" /> <br />
</p>

<p><%= ginfo.cur_image['description'] %></p>

</div>

Version data entries

13 entries across 8 versions & 1 rubygems

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