Subversion Repositories SmartDukaan

Rev

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

Rev 8467 Rev 8473
Line 278... Line 278...
278
#end 
278
#end 
279
        </ul>
279
        </ul>
280
#if($isImage == 0)
280
#if($isImage == 0)
281
        <div id="vtab-media-img-$velocityCount">
281
        <div id="vtab-media-img-$velocityCount">
282
<script language="javascript" type="text/javascript">
282
<script language="javascript" type="text/javascript">
283
<!-- 
-
 
284
var NumberOfImages_$velocityCount = 1;
283
var NumberOfImages_$velocityCount = 1;
285
var img_$velocityCount = new Array(NumberOfImages_$velocityCount)
284
var img_$velocityCount = new Array(NumberOfImages_$velocityCount)
286
#set($count=0)
285
#set($count=0)
287
img_$velocityCount[$count] = "${defaulturl}/images/media/${entityid}/${mediaPrefix}-default-${params.DEFAULT_IMAGE_SUFFIX}.jpg"
286
img_$velocityCount[$count] = "${defaulturl}/images/media/${entityid}/${mediaPrefix}-default-${params.DEFAULT_IMAGE_SUFFIX}.jpg"
288
#set($firstImageRef="${defaulturl}/images/media/${entityid}/${mediaPrefix}-default-${params.DEFAULT_IMAGE_SUFFIX}.jpg")
287
#set($firstImageRef="${defaulturl}/images/media/${entityid}/${mediaPrefix}-default-${params.DEFAULT_IMAGE_SUFFIX}.jpg")
289
var imgNumber$velocityCount = 0;  
288
var imgNumber$velocityCount = 0;  
290
 //-->
289
 
291
</script>
290
</script>
292
         <div class="container">
291
         <div class="container">
293
          <div class="slides">
292
          <div class="slides">
294
           <div>
293
           <div>
295
            <img src="$firstImageRef" name="Image$velocityCount" alt="$entitytitle" title="$entitytitle" />
294
            <img src="$firstImageRef" name="Image$velocityCount" alt="$entitytitle" title="$entitytitle" />
Line 417... Line 416...
417
#set( $video = $medias.get($videoLabel) )
416
#set( $video = $medias.get($videoLabel) )
418
#set($videoTitle = $video.getTitle())
417
#set($videoTitle = $video.getTitle())
419
#set( $youtubeId = $video.getYoutubeId())
418
#set( $youtubeId = $video.getYoutubeId())
420
video_title[$count] = "$videoTitle";
419
video_title[$count] = "$videoTitle";
421
#set($count = $count + 1)
420
#set($count = $count + 1)
422
#set($firstVideoTitle="$videoTitle")
-
 
423
#set($firstVideoId="$youtubeId")
421
#set($firstVideoId="$youtubeId")
424
#end
422
#end  
425
var vidNumber$velocityCount = 0;  
-
 
426
//-->
423
//-->
427
</script>
424
</script>
428
 
425
 
429
      <div class="container" style="width:481px">
426
      <div class="container" style="width:481px">
430
       <div class="slider-content" style="width:479px;margin-left:0">
427
       <div class="slider-content" style="width:479px;margin-left:0">
Line 477... Line 474...
477
        <span style="height:311px; $backgroundCSSStyle width:$481px; float:left;">
474
        <span style="height:311px; $backgroundCSSStyle width:$481px; float:left;">
478
          <span id="vedioContainer" style="height:311px; width:481px; margin:${screentopcornery}px 0px 0px ${screentopcornerx}px; float:left;">
475
          <span id="vedioContainer" style="height:311px; width:481px; margin:${screentopcornery}px 0px 0px ${screentopcornerx}px; float:left;">
479
            <div id="videoDiv"></div>
476
            <div id="videoDiv"></div>
480
          </span>
477
          </span>
481
        </span>
478
        </span>
482
        <div class="modelName">$firstVideoTitle</div>
-
 
483
      </div>
479
      </div>
484
    </div>
480
    </div>
485
  </div>
481
  </div>
486
</div>
482
</div>
487
#end
483
#end