Sha256: 155f59cead1e362b9095d8028667ad1a7f012bf566f68806fb3d8b5a824d6cdd

Contents?: true

Size: 533 Bytes

Versions: 9

Compression:

Stored size: 533 Bytes

Contents

<% if @flickr -%>
<div id="flickr">
<h3><%= @flickr.title  %> (<%= link_to "flickr", @flickr.link %>)</h3>
<% for pic in @flickr.choose(@sb_config['count'].to_i) -%>
  <div class="flickr<%= @sb_config['format']%>"><%= case @sb_config['format']
          when 'square':
            link_to image_tag(pic.square, :alt => pic.title, :title => pic.title),pic.link
          when 'rectangle':
            link_to image_tag(pic.thumb, :alt => pic.title, :title => pic.title),pic.link
          end
 %>
</div>
  <% end -%>
</div>
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 components/plugins/sidebars/flickr/content.rhtml
typo-3.99.3 components/plugins/sidebars/flickr/content.rhtml
typo-3.99.1 components/plugins/sidebars/flickr/content.rhtml
typo-3.99.2 components/plugins/sidebars/flickr/content.rhtml
typo-4.0.2 components/plugins/sidebars/flickr/content.rhtml
typo-4.0.0 components/plugins/sidebars/flickr/content.rhtml
typo-3.99.4 components/plugins/sidebars/flickr/content.rhtml
typo-4.0.1 components/plugins/sidebars/flickr/content.rhtml
typo-4.0.3 components/plugins/sidebars/flickr/content.rhtml