Subversion Repositories SmartDukaan

Rev

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

Rev 7537 Rev 7580
Line 17... Line 17...
17
#set($allmedias = $expentity.getAllMedias())
17
#set($allmedias = $expentity.getAllMedias())
18
#set($allimagelabels = $expentity.getAllImageLabels())
18
#set($allimagelabels = $expentity.getAllImageLabels())
19
#set($allvideolabels = $expentity.getAllYoutubeLabels())
19
#set($allvideolabels = $expentity.getAllYoutubeLabels())
20
 
20
 
21
<!-- slide guide -->
21
<!-- slide guide -->
22
<div id="slideGuideContent">
22
<div id="slideGuideContent" class="contweak">
23
      <div class="controls contweak">
23
      <div class="controls container-inner">
24
      <!-- slideGuideNav -->
24
      <!-- slideGuideNav -->
25
        <div id="slideGuideNav">
25
        <div id="slideGuideNav" class="sidebar">
-
 
26
        <div style="width:143px;float:left"></div>
26
          <ul id="sideNav">
27
          <ul id="sideNav">
27
			<li class="ui-state-default ui-corner-top" style="height: 20px;">
28
			<li class="ui-state-default ui-corner-top" style="height: 20px;">
28
                               <span style="color: #1c94c4; text-decoration: none; height:20px" class="vt"></span>
29
                               <span style="color: #1c94c4; text-decoration: none; height:20px" class="vt"></span>
29
               </li>
30
               </li>
30
## Get necessary data from summary slide. This data will be used later on in the code 
31
## Get necessary data from summary slide. This data will be used later on in the code 
Line 276... Line 277...
276
#end
277
#end
277
 
278
 
278
  	<div class="compare-links right">
279
  	<div class="compare-links right">
279
  		<a class="util_compare">Compare With...</a>
280
  		<a class="util_compare">Compare With...</a>
280
  		<a class="util_addnewresearch right">Add to Compare</a>
281
  		<a class="util_addnewresearch right">Add to Compare</a>
-
 
282
		#if($slideDefinitionID == 130001)   
-
 
283
	<div id='social-plugins-div' style="width:206px; height:35px; margin:10px 0px 10px 20px; background-color: #ECEEF5; border: 1px solid #CAD4E7;bottom:0">
-
 
284
		<div style="width:100px; font-size:11px; height:25px; margin:5px 0px 5px 15px; float: left;"><div id="fb-root"></div>
-
 
285
			<iframe src="http://www.facebook.com/plugins/like.php?href=$params.PRODUCT_URL&amp;layout=button_count&amp;show_faces=true&amp;width=120&amp;action=like&amp;font&amp;colorscheme=light&amp;height=25" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:25px;" allowTransparency="true"></iframe>
-
 
286
		</div>
-
 
287
		<span style="float:left; display:inline; margin:5px 0px 5px 0px;" id="plusone">
-
 
288
			<g:plusone size="medium"></g:plusone>
-
 
289
		</span>
-
 
290
	</div>
-
 
291
	#end
281
  	</div>
292
  	</div>
282
 
293
 
283
  </div>
294
  </div>
284
      <div class="demo">
295
      <div class="demo">
285
	   <div id="vtab-media-$velocityCount">
296
	   <div id="vtab-media-$velocityCount">
Line 505... Line 516...
505
      </div>
516
      </div>
506
    </div>
517
    </div>
507
  </div>
518
  </div>
508
#end
519
#end
509
	   </div>
520
	   </div>
510
	   
-
 
511
	#if($slideDefinitionID == 130001)   
-
 
512
	<div id='social-plugins-div' style="width:260px; height:35px; margin:10px 0px 10px 20px; background-color: #ECEEF5; border: 1px solid #CAD4E7;">
-
 
513
		<div style="width:120px; font-size:11px; height:25px; margin:5px 0px 5px 20px; float: left;"><div id="fb-root"></div>
-
 
514
			<iframe src="http://www.facebook.com/plugins/like.php?href=		$params.PRODUCT_URL&amp;layout=button_count&amp;show_faces=true&amp;width=120&amp;action=like&amp;font&amp;colorscheme=light&amp;height=25" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:25px;" allowTransparency="true"></iframe>
-
 
515
		</div>
-
 
516
		<span style="float:left; display:inline; margin:5px 0px 5px 0px;" id="plusone">
-
 
517
			<g:plusone size="medium"></g:plusone>
-
 
518
		</span>
-
 
519
	</div>
-
 
520
	#end
-
 
521
	   
-
 
522
	 </div>
521
	 </div>
523
<script type="text/javascript">
522
<script type="text/javascript">
524
  $(function() {
523
  $(function() {
525
    $("#vtab-media-$velocityCount").tabs();
524
    $("#vtab-media-$velocityCount").tabs();
526
  });
525
  });
Line 528... Line 527...
528
<!-- demo end -->
527
<!-- demo end -->
529
<div class="clearBoth"></div>
528
<div class="clearBoth"></div>
530
	 </div>
529
	 </div>
531
#end
530
#end
532
#end
531
#end
-
 
532
#if ($expertReviews)
-
 
533
<!-- Expert Review-->
-
 
534
<div style="border-top:1px solid #67ABD3;padding:20px 10px;margin:15px">
-
 
535
	<h3>What Experts Say</h3>
-
 
536
	#foreach($expertReview in $expertReviews)
-
 
537
		<div style="padding-top:10px;">
-
 
538
			<div><i>$expertReview.getReviewContent()</i></div>
-
 
539
			<b>$expertReview.getSource()</b>
-
 
540
		</div>
-
 
541
	#end
-
 
542
    <!-- /Expert Review -->
-
 
543
</div>
-
 
544
#end
533
    </div>
545
    </div>
534
    <!-- /slideGuideProduct -->
546
    <!-- /slideGuideProduct -->
535
    <div class="clearBoth"></div>
547
    <div class="clearBoth"></div>
536
   </div>
548
   </div>
537
</div>
549
</div>