Subversion Repositories SmartDukaan

Rev

Rev 8473 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8473 Rev 8865
Line 352... Line 352...
352
#foreach( $imageLabel in $imageRefs )
352
#foreach( $imageLabel in $imageRefs )
353
#set($localcount = $velocityCount - 1)
353
#set($localcount = $velocityCount - 1)
354
#if($localcount != 0)
354
#if($localcount != 0)
355
             <span style="color: rgb(102, 102, 102);">&bull;</span>
355
             <span style="color: rgb(102, 102, 102);">&bull;</span>
356
#end
356
#end
357
             <li onclick="javascript:goToImg('Image$slideno','$localcount',img_$slideno,title_$slideno,'vtab-$slideDefinitionID')">$imageLabel</li>
357
             <li onclick="javascript:goToImg('Image$slideno','$localcount',img_$slideno,title_$slideno,'vtab-$slideDefinitionID')">$medias.get($imageLabel).getLabel()</li>
358
#end
358
#end
359
            </ul>
359
            </ul>
360
           </div>
360
           </div>
361
          </div>
361
          </div>
362
         </div>
362
         </div>
Line 457... Line 457...
457
	#set($videoWidth = $screenwidth)
457
	#set($videoWidth = $screenwidth)
458
 
458
 
459
	#if($firstVideoInitCode == "")
459
	#if($firstVideoInitCode == "")
460
		#set($firstVideoInitCode = "goToVid('ytPlayer', '" + $youtubeId + "', '" + $localcount + "', video_title, 'vtab-" + $slideDefinitionID + "', 'VIDEO_WITH_SKIN', '" + 311 + "', '" + 481 + "', '" + $screentopcornerx + "', '" + $screentopcornery + "')")
460
		#set($firstVideoInitCode = "goToVid('ytPlayer', '" + $youtubeId + "', '" + $localcount + "', video_title, 'vtab-" + $slideDefinitionID + "', 'VIDEO_WITH_SKIN', '" + 311 + "', '" + 481 + "', '" + $screentopcornerx + "', '" + $screentopcornery + "')")
461
	#end
461
	#end
462
		<li ytid="$youtubeId" onclick="javascript:goToVid('ytPlayer', '$youtubeId', '$localcount', video_title,'vtab-$slideDefinitionID', 'VIDEO_WITH_SKIN', '311', '481', '$screentopcornerx', '$screentopcornery')">$videoLabel</li>
462
		<li ytid="$youtubeId" onclick="javascript:goToVid('ytPlayer', '$youtubeId', '$localcount', video_title,'vtab-$slideDefinitionID', 'VIDEO_WITH_SKIN', '311', '481', '$screentopcornerx', '$screentopcornery')">$medias.get($videoLabel).getLabel()</li>
463
#end
463
#end
464
         </ul>
464
         </ul>
465
        </div>
465
        </div>
466
       </div>
466
       </div>
467
      </div>
467
      </div>