Sha256: caf08f3b5979c9e6e8637d9ba872fa3237f682fc54df4f4272384fe57bc6d02c

Contents?: true

Size: 863 Bytes

Versions: 3

Compression:

Stored size: 863 Bytes

Contents

<% content_for :content do %>
	Show youtube clips. <div id="tip4" title="'Zombieland' Trailer" href="http://www.youtube.com/watch?v=M-cIjPOJdFM&amp;fs=1">Try now</div>
	
	
<% end %>


<% content_for :bottom do %>
	<% javascript_tag do %>
		$("#tip4").click(function() {
			$.fancybox({
				'padding'		: 0,
//				'autoScale'		: false,
				'transitionIn'	: 'none',
				'transitionOut'	: 'none',
//				'title'			: this.title,
//				'width'		: 680,
//				'height'		: 495,
//				'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
				'href'			: "http://www.youtube.com/watch?v=xbnr30901r8&playnext_from=TL&videos=y6xDII95RKg&feature=feedu".replace(new RegExp("watch\\?v=", "i"), 'v/'),				
				'type'			: 'swf',
				'swf'			: {
				   	 'wmode'		: 'transparent',
					'allowfullscreen'	: 'true'
				}
			});

			return false;
		});
	<% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
crystal-ext-0.0.3 lib/common_interface/app/views/theme/tmp.html.erb
crystal-ext-0.0.2 lib/common_interface/app/views/theme/tmp.html.erb
crystal-ext-0.0.1 lib/common_interface/app/views/theme/tmp.html.erb