ad_banner banner load fixed for test site
Conflicts: app/views/front/show_banner.html.erb
This commit is contained in:
		
							parent
							
								
									2ec3d77600
								
							
						
					
					
						commit
						4b7703f4af
					
				| 
						 | 
				
			
			@ -1,5 +1,16 @@
 | 
			
		|||
<script type='text/javascript' src='/static/jquery.cycle.all.latest.js'></script>
 | 
			
		||||
<script type='text/javascript' src='/assets/jquery.cycle.all.latest.js'></script>
 | 
			
		||||
<div style='position:relative'>
 | 
			
		||||
  <ul id='banner_nav' class='clear banner_nav-<%= @ad_banner.title.dehumanize %>'></ul>
 | 
			
		||||
  <div id='slideshow-<%= @ad_banner.title.dehumanize %>' class='slideshow'>
 | 
			
		||||
    <% (images = @ad_banner.ad_images).shuffle.each do |ad_image| %>
 | 
			
		||||
      <% if ad_image.display? %>
 | 
			
		||||
        <img src='<%= ad_image.file %>' alt='<%= ad_image.title || ' ' %>' title='<%= ad_image.title || ' ' %>' time_to_next='<%= @ad_banner.transition_msec %>' link_open='<%= ad_image.link_open %>' link_url='<%= ad_image_link(ad_image) %>' style=' <%= 'cursor:pointer;' if !ad_image_link(ad_image).blank? %>'/>  
 | 
			
		||||
      <% end %>
 | 
			
		||||
    <% end %>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
<script type='text/javascript'>
 | 
			
		||||
$(document).ready(function(){
 | 
			
		||||
  jQuery(function( $ ){     
 | 
			
		||||
 | 
			
		||||
      $('#slideshow-<%= @ad_banner.title.dehumanize %>').cycle({
 | 
			
		||||
| 
						 | 
				
			
			@ -12,15 +23,5 @@
 | 
			
		|||
        }
 | 
			
		||||
      });
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<div style='position:relative'>
 | 
			
		||||
  <ul id='banner_nav' class='clear banner_nav-<%= @ad_banner.title.dehumanize %>'></ul>
 | 
			
		||||
  <div id='slideshow-<%= @ad_banner.title.dehumanize %>' class='slideshow'>
 | 
			
		||||
    <% (images = @ad_banner.ad_images).shuffle.each do |ad_image| %>
 | 
			
		||||
      <% if ad_image.display? %>
 | 
			
		||||
        <img src='<%= ad_image.file %>' alt='<%= ad_image.title || ' ' %>' title='<%= ad_image.title || ' ' %>' time_to_next='<%= @ad_banner.transition_msec %>' link_open='<%= ad_image.link_open %>' link_url='<%= ad_image_link(ad_image) %>' style=' <%= 'cursor:pointer;' if !ad_image_link(ad_image).blank? %>'/>  
 | 
			
		||||
      <% end %>
 | 
			
		||||
    <% end %>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
		Loading…
	
		Reference in New Issue