Subversion Repositories SmartDukaan

Rev

Rev 1036 | Rev 1778 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1761 vikas 1
<!-- Widget My Research start -->
2
  <div class="hdr" id="hdr0">
3
    <A href="javascript:void(0);">My Research</A>
4
  </div>
5
  <div  class="holder osX" id="winker0">
6
    <div class="tools">
7
      <A id="research_delete">Delete</A>
8
      <!-- <A href="#">Compare</A> -->
9
      <A class="add-to-cart-pane1">Add to Cart</A>
10
    </div>
11
      #set($totalitems = $action.getTotalItems())
12
    <input type="hidden" name="research_total" id="research_total" value="$totalitems">
13
    <div id="pane1" class="scroll-pane tabwrap makeScroll" >
14
      <table cellspacing="1" cellpadding="0" border="0"  width="100%" id="research_default" #if($totalitems != 0 ) style="display:none;" #end >
15
      <tbody>
16
        <tr>
17
          <td align="center">
18
            <b>
19
        #if($totalitems == 0)
20
          Add items to research
21
        #end
22
             </b>
23
           </td>
24
         </tr>
25
       </tbody>
26
      </table>
27
	    $action.getSnippets()
28
    </div>
29
  </div>
30
<!-- Widget My Research end -->