Subversion Repositories SmartDukaan

Rev

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

Rev 1614 Rev 1618
Line 6... Line 6...
6
    <div class="tools">
6
    <div class="tools">
7
      <A id="research_delete">Delete</A>
7
      <A id="research_delete">Delete</A>
8
      <!-- <A href="#">Compare</A> -->
8
      <!-- <A href="#">Compare</A> -->
9
      <A class="add-to-cart-pane1">Add to Cart</A>
9
      <A class="add-to-cart-pane1">Add to Cart</A>
10
    </div>
10
    </div>
11
			#set($totalitems = 0)
11
      #set($totalitems = 0)
12
			#if($itemDetails)
12
      #if($itemDetails)
13
				#set($totalitems = $itemDetails.size())
13
        #set($totalitems = $itemDetails.size())
14
			#end
14
      #end
15
    <input type="hidden" name="research_total" id="research_total" value="$totalitems">
15
    <input type="hidden" name="research_total" id="research_total" value="$totalitems">
16
    <div id="pane1" class="scroll-pane tabwrap makeScroll" >
16
    <div id="pane1" class="scroll-pane tabwrap makeScroll" >
17
      <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 >
18
			<tbody>
18
      <tbody>
19
				<tr>
19
        <tr>
20
					<td align="center">
20
          <td align="center">
21
						<b>
21
            <b>
22
				#if($totalitems == 0)
22
        #if($totalitems == 0)
23
					Add items to research
23
          Add items to research
24
				#end
24
        #end
25
                        </b>
25
             </b>
26
                    </td>
26
           </td>
27
                </tr>
27
         </tr>
28
             </tbody>
28
       </tbody>
29
      </table>
29
      </table>
30
 
-
 
31
      			#set( $count = 0)
30
        #set( $count = 0)
32
				#foreach( $itemDetail in $itemDetails )
31
        #foreach( $itemDetail in $itemDetails )
33
					#set( $count = $count+1)
32
          #set( $count = $count+1)
34
					#set( $divid = "res" + $count)
33
          #set( $divid = "res" + $count)
35
					$itemDetail.ITEM_SNIPPET			   
34
          $itemDetail.ITEM_SNIPPET         
36
				#end
35
        #end
37
    </div>
36
    </div>
38
		  #if($userId == 0)
-
 
39
    <div class="quicksign">
-
 
40
      <A href="/login">Sign In</A> | <A href="/register">Register</A>  to save <br />" My Research "
-
 
41
    </div>
-
 
42
		  #end
-
 
43
  </div>
37
  </div>
44
<!-- Widget My Research end -->
38
<!-- Widget My Research end -->