Subversion Repositories SmartDukaan

Rev

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

Rev 2847 Rev 3304
Line 40... Line 40...
40
 
40
 
41
 
41
 
42
	$action.getHeaderSnippet()
42
	$action.getHeaderSnippet()
43
    <!-- Wrapper start -->
43
    <!-- Wrapper start -->
44
    <div id="main">
44
    <div id="main">
45
		$action.getMainMenuSnippet()
45
		#include("templates/mainmenu.vm")
46
		$action.getSearchBarSnippet()
46
		$action.getSearchBarSnippet()
47
 
47
 
48
      <!-- wrapper-->
48
      <!-- wrapper-->
49
      <div id="wrapper">
49
      <div id="wrapper">
50
 
50
 
Line 80... Line 80...
80
          </div>
80
          </div>
81
 
81
 
82
        </div>
82
        </div>
83
        <!-- /Product detail -->
83
        <!-- /Product detail -->
84
 
84
 
85
        <!-- banner -->
-
 
86
        <!--
-
 
87
              <div id="productBanner">
-
 
88
                  <a href="#"><img src="/images/product-banner.jpg" width="736" alt="" /></a>
-
 
89
              </div>
-
 
90
			-->
-
 
91
        <!-- /banner -->
-
 
92
 
-
 
93
        <!-- tab buttons -->
85
        <!-- tab buttons -->
94
        <ul id="tabButton" class="menu">
86
        <ul id="tabButton" class="menu">
95
          <li class="tabButton1" id="catTab1">
87
          <li class="tabButton1" id="catTab1">
96
            <a class="showBrowse" href="#" title="" id="catTab1-first">
88
            <a class="showBrowse" href="#" title="" id="catTab1-first">
97
              <span>
89
              <span>
Line 451... Line 443...
451
    <!-- /wrapper-->
443
    <!-- /wrapper-->
452
 
444
 
453
    <!-- sidebar-->
445
    <!-- sidebar-->
454
    <div id="sidebar">
446
    <div id="sidebar">
455
      <!-- sidebar banner -->
447
      <!-- sidebar banner -->
456
      <!--
-
 
457
            <div id="sidebarBanner">
-
 
458
            	<a href="#"><img src="/images/sidebar-banner.jpg" width="240" height="100" alt="" /></a>
-
 
459
            </div>
-
 
460
			-->
448
 
461
      <!-- /sidebar banner -->
-
 
462
			$action.getCustomerServiceSnippet()
-
 
463
			<div id="myresearch" class="lightbox">
449
			<div id="myresearch" class="lightbox">
464
                $action.getMyResearchSnippet()
450
                #include("templates/myresearch.vm")
465
            </div>
451
            </div>
466
            <div id="browsehistory" class="lightbox">
452
            <div id="browsehistory" class="lightbox">
467
                $action.getBrowseHistorySnippet()
453
                #include("templates/browsehistory.vm")
468
            </div>
454
            </div>
469
            <div id="paymentoptions" class="lightbox">
455
            <div id="paymentoptions" class="lightbox">
470
                #include("templates/paymentmodes.vm")
456
                #include("templates/paymentmodes.vm")
471
            </div>
457
            </div>
472
      <div style="clear:both;padding:2px;">&nbsp;</div>
458
      <div style="clear:both;padding:2px;">&nbsp;</div>
Line 474... Line 460...
474
    <!-- /sidebar-->
460
    <!-- /sidebar-->
475
 
461
 
476
    <div class="clearBoth"></div>
462
    <div class="clearBoth"></div>
477
  </div><!-- /main -->
463
  </div><!-- /main -->
478
 
464
 
479
	 $action.getFooterSnippet()
465
  #include("templates/footer.vm")
480
 
466
 
481
  <!-- color by color lightbox -->
467
  <!-- color by color lightbox -->
482
  <div style="display:none;">
468
  <div style="display:none;">
483
    <div class="colorSelLightBoxColor">
469
    <div class="colorSelLightBoxColor">
484
      <form name="frmColorSelName" method="post" action="#">
470
      <form name="frmColorSelName" method="post" action="#">
Line 496... Line 482...
496
    </div>
482
    </div>
497
  </div>
483
  </div>
498
  <!-- /color by color lightbox -->
484
  <!-- /color by color lightbox -->
499
 
485
 
500
    #include ( "templates/commonjsfiles.vm" )
486
    #include ( "templates/commonjsfiles.vm" )
501
    <!--<script language="javascript" type="text/javascript" src="/js/jquery-ui-1.8.6.custom.min.js"></script>-->
-
 
502
    <script language="javascript" type="text/javascript" src="/js/priceSlider.js"></script>
487
    <script language="javascript" type="text/javascript" src="/js/priceSlider.js"></script>
503
    <script type="text/javascript" charset="utf-8">
488
    <script type="text/javascript" charset="utf-8">
504
        $(function(){
489
        $(function(){
505
			$('ul.product-description li').truncate({addtitle: true});
490
			$('ul.product-description li').truncate({addtitle: true});
506
        });
491
        });