This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2013-09-13 04:36:41 +00:00
|
|
|
<div style='position:relative'>
|
2013-10-18 10:31:18 +00:00
|
|
|
<div id='slideshow-<%= @ad_banner.title.dehumanize %>' class="cycle-slideshow" data-cycle-timeout="<%= @ad_banner.timeout_millisecond %>" data-cycle-pager=".banner_nav_<%= @ad_banner.title.dehumanize %>" data-cycle-pager-template="<li><a href='#'></a></li>" data-cycle-pager-active-class="activeSlide" style="z-index: 0">
|
2013-10-18 07:25:19 +00:00
|
|
|
<% @ad_banner.ad_images.can_display.each do |ad_image| %>
|
|
|
|
<% link = ad_image_link(ad_image) %>
|
|
|
|
<%= image_tag ad_image.file, width: @ad_banner.width, height: @ad_banner.height, 'link_open' => ad_image.link_open, 'link_url' => link, style: ('cursor:pointer;' if link.present?) %>
|
2013-09-13 04:36:41 +00:00
|
|
|
<% end %>
|
|
|
|
</div>
|
2013-10-18 07:25:19 +00:00
|
|
|
<ul class='clear banner_nav banner_nav_<%= @ad_banner.title.dehumanize %>'></ul>
|
2013-09-13 04:36:41 +00:00
|
|
|
</div>
|