Subversion Repositories SmartDukaan

Rev

Rev 1788 | Rev 4126 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!-- Widget My Research start -->
  <div class="hdr" id="hdr0">
    <A href="javascript:void(0);">My Research</A>
  </div>
  <div  class="holder osX" id="winker0">
    <div class="tools">
      <A id="research_delete">Delete</A>
      <A id="research_compare">Compare</A>
      <A class="add-to-cart-pane1">Add to Cart</A>
    </div>
      #set($totalitems = $action.getTotalItems())
    <input type="hidden" name="research_total" id="research_total" value="$totalitems">
    <div id="pane1" class="scroll-pane tabwrap makeScroll" >
      <table cellspacing="1" cellpadding="0" border="0"  width="100%" id="research_default" #if($totalitems != 0 ) style="display:none;" #end >
      <tbody>
        <tr>
          <td align="center">
            <b>
        #if($totalitems == 0)
          Add items to research
        #end
             </b>
           </td>
         </tr>
       </tbody>
      </table>
            $action.getSnippets()
    </div>
  </div>
<!-- Widget My Research end -->