Subversion Repositories SmartDukaan

Rev

Rev 8025 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8025 Rev 8865
Line 311... Line 311...
311
																#foreach( $imageLabel in $imageRefs )
311
																#foreach( $imageLabel in $imageRefs )
312
																	#set($localcount = $velocityCount - 1)
312
																	#set($localcount = $velocityCount - 1)
313
																	#if($localcount != 0)
313
																	#if($localcount != 0)
314
																		<span style="color: rgb(102, 102, 102);">|</span>
314
																		<span style="color: rgb(102, 102, 102);">|</span>
315
																	#end
315
																	#end
316
																	<li onclick="javascript:goToImg('Image$slideno','$localcount',img_$slideno,title_$slideno,'vtab-$slideno')">$imageLabel</li>
316
																	<li onclick="javascript:goToImg('Image$slideno','$localcount',img_$slideno,title_$slideno,'vtab-$slideno')">$media.get($imageLabel).getLabel()</li>
317
																#end
317
																#end
318
																
318
																
319
															 </ul>
319
															 </ul>
320
														</div>
320
														</div>
321
                                                   </div>
321
                                                   </div>
Line 387... Line 387...
387
										#end
387
										#end
388
	
388
	
389
										#if($firstVideoInitCode == "")
389
										#if($firstVideoInitCode == "")
390
											#set($firstVideoInitCode = "goToVid('ytPlayer$slideno', '$youtubeId', '$localcount', video_title_$slideno, 'vtab-$slideno', '$videotype', '$videoHeight', '$videoWidth', '$screentopcornerx', '$screentopcornery')")
390
											#set($firstVideoInitCode = "goToVid('ytPlayer$slideno', '$youtubeId', '$localcount', video_title_$slideno, 'vtab-$slideno', '$videotype', '$videoHeight', '$videoWidth', '$screentopcornerx', '$screentopcornery')")
391
										#end
391
										#end
392
											            <li onclick="javascript:goToVid('ytPlayer$slideno', '$youtubeId', '$localcount', video_title_$slideno, 'vtab-$slideno', '$videotype', '$videoHeight', '$videoWidth', '$screentopcornerx', '$screentopcornery')">$videoLabel</li>
392
											            <li onclick="javascript:goToVid('ytPlayer$slideno', '$youtubeId', '$localcount', video_title_$slideno, 'vtab-$slideno', '$videotype', '$videoHeight', '$videoWidth', '$screentopcornerx', '$screentopcornery')">$media.get($videoLabel).getLabel()</li>
393
									#end
393
									#end
394
													</ul>
394
													</ul>
395
												</div>
395
												</div>
396
											</div>
396
											</div>
397
										</div>
397
										</div>