Subversion Repositories SmartDukaan

Rev

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

Rev 1799 Rev 3830
Line -... Line 1...
-
 
1
#set($totalitems = $action.getTotalItems())
-
 
2
 
1
<!-- Widget My Research start -->
3
<div class="common-widget-top-bar">
2
  <div class="hdr" id="hdr0">
4
	<div class="common-widget-top-bar-text">
3
    <A href="javascript:void(0);">My Research</A>
5
		<img src="/images/IconDownArrow_UnselectedTab.png"> 
-
 
6
		<span class="common-widget-top-bar-text-right">COMPARE LIST</span>
4
  </div>
7
	</div>
-
 
8
</div>
5
  <div  class="holder osX" id="winker0">
9
<div class="common-widget-control-bar">
6
    <div class="tools">
10
	<div class="common-widget-control-bar-text">
7
      <A id="research_delete">Delete</A>
11
		<span id="research_compare" class="left">Compare Selected</span>
8
      <A id="research_compare">Compare</A>
12
		<span id="research_delete" class="right">Delete</span>
9
      <A class="add-to-cart-pane1">Add to Cart</A>
13
	</div>
10
    </div>
14
</div>
11
      #set($totalitems = $action.getTotalItems())
-
 
12
    <input type="hidden" name="research_total" id="research_total" value="$totalitems">
15
<input type="hidden" name="research_total" id="research_total" value="$totalitems">
13
    <div id="pane1" class="scroll-pane tabwrap makeScroll" >
16
<div id="pane1" class="common-widget-content-area">
14
      <table cellspacing="1" cellpadding="0" border="0"  width="100%" id="research_default" #if($totalitems != 0 ) style="display:none;" #end >
17
	<table cellspacing="1" cellpadding="0" border="0"  width="100%" id="research_default" #if($totalitems != 0 ) style="display:none;" #end >
15
      <tbody>
18
      <tbody>
16
        <tr>
19
        <tr>
17
          <td align="center">
20
          <td align="center">
18
            <b>
21
            <b>
19
        #if($totalitems == 0)
22
        #if($totalitems == 0)
Line 22... Line 25...
22
             </b>
25
             </b>
23
           </td>
26
           </td>
24
         </tr>
27
         </tr>
25
       </tbody>
28
       </tbody>
26
      </table>
29
      </table>
27
	    $action.getSnippets()
30
	$action.getSnippets()
28
    </div>
-
 
29
  </div>
31
</div>
30
<!-- Widget My Research end -->
-