Subversion Repositories SmartDukaan

Rev

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

Rev 2605 Rev 3640
Line 368... Line 368...
368
										
368
										
369
										#set($localcount = $velocityCount - 1)
369
										#set($localcount = $velocityCount - 1)
370
										#if($localcount != 0)
370
										#if($localcount != 0)
371
												        <span style="color: rgb(102, 102, 102);">|</span>
371
												        <span style="color: rgb(102, 102, 102);">|</span>
372
										#end
372
										#end
373
										#set($videotype = $video.getVideoType())
373
										#set($videotype = $video.getType())
374
										
374
										
375
										#if($videotype == "withskin")
375
										#if($videotype == "VIDEO_WITH_SKIN")
376
											#set($videoHeight = $skinheight)
376
											#set($videoHeight = $skinheight)
377
											#set($videoWidth = $skinwidth)
377
											#set($videoWidth = $skinwidth)
378
										#else
378
										#else
379
											#set($videoHeight = $screenheight)
379
											#set($videoHeight = $screenheight)
380
											#set($videoWidth = $screenwidth)
380
											#set($videoWidth = $screenwidth)