Subversion Repositories SmartDukaan

Rev

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

Rev 2716 Rev 2720
Line 317... Line 317...
317
	
317
	
318
	#if($localcount != 0)
318
	#if($localcount != 0)
319
          <span style="color: rgb(102, 102, 102);">|</span>
319
          <span style="color: rgb(102, 102, 102);">|</span>
320
	#end
320
	#end
321
 
321
 
322
	#set($videotype = $video.getVideoType())
322
	#set($videotype = $video.getType().name())
323
 
323
 
324
	#if($firstVideoType == "")
324
	#if($firstVideoType == "")
325
		#set($firstVideoType = $videotype)
325
		#set($firstVideoType = $videotype)
326
	#end
326
	#end
327
	
327
	
328
	#if($videotype == "withskin")
328
	#if($videotype == "VIDEO_WITH_SKIN")
329
		#set($videoHeight = $skinheight)
329
		#set($videoHeight = $skinheight)
330
		#set($videoWidth = $skinwidth)
330
		#set($videoWidth = $skinwidth)
331
	#else
331
	#else
332
		#set($videoHeight = $screenheight)
332
		#set($videoHeight = $screenheight)
333
		#set($videoWidth = $screenwidth)
333
		#set($videoWidth = $screenwidth)