Subversion Repositories SmartDukaan

Rev

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

Rev 2671 Rev 2716
Line 86... Line 86...
86
            <input id="item_id" name="item_id" value=$item.ITEM_ID type="hidden" />
86
            <input id="item_id" name="item_id" value=$item.ITEM_ID type="hidden" />
87
            <input id="catelog_id" name="catalog_id" value=$item.CATALOG_ID type="hidden" />
87
            <input id="catelog_id" name="catalog_id" value=$item.CATALOG_ID type="hidden" />
88
            <div class="bigImgButton yellow-image">
88
            <div class="bigImgButton yellow-image">
89
                <input type="button" alt="Buy This Item" value="  Add to Cart >>  " class="button" id="addcart"  />
89
                <input type="button" alt="Buy This Item" value="  Add to Cart >>  " class="button" id="addcart"  />
90
            </div>
90
            </div>
91
            <!--
-
 
92
            <div id="btn-view-mynotes" class="bigImgButton yellow-image">
-
 
93
                <input type="button" alt="Buy This Item" value="View My Notes" class="button" id="view-mynotes"  />
-
 
94
            </div>
-
 
95
            -->
-
 
96
          <!-- add to cart -->
91
          <!-- add to cart -->
97
                    
92
                    
98
        </div>
93
        </div>
99
      <div class="clearBoth"></div>
94
      <div class="clearBoth"></div>
100
    </div>
95
    </div>
Line 115... Line 110...
115
<div class="center">
110
<div class="center">
116
	
111
	
117
	<div class="blockLeft">
112
	<div class="blockLeft">
118
		
113
		
119
		<div class="smallImgButton btnWidth2_IE7 yellow-image">
114
		<div class="smallImgButton btnWidth2_IE7 yellow-image">
120
				<input type="button" id="util_addnewresearch" class="button" value="Add to Research" onclick="javascript:addResearch('', 'single')" title="Add to Reasearch" name="">
115
			<input type="button" id="util_addnewresearch" class="button" value="Add to Research" onclick="javascript:addResearch('', 'single')" title="Add to Reasearch" name="">
-
 
116
		</div>
-
 
117
		
-
 
118
		<div class="smallImgButton yellow-image" style="margin-left:6px">
-
 
119
			<input type="button" alt="My Notes" value="Notes" class="button" id="view-mynotes" />
121
		</div>
120
		</div>
122
		
121
		
123
		#if($params.IS_MOBILE=="TRUE")
122
		#if($params.IS_MOBILE=="TRUE")
124
		<div class="smallImgButton btnWidth1_IE7 yellow-image"   style="margin-left:8px" >
123
		<div class="smallImgButton btnWidth1_IE7 yellow-image" style="margin-left:6px">
125
				 <input type="button" title="Compare" class="button" value="Compare with" id="util_compare">
124
			<input type="button" title="Compare" class="button" value="Compare with" id="util_compare">
126
		</div>
125
		</div>
127
		#end
126
		#end
128
		
127
		
129
		<input type="hidden" value="$params.CATALOG_ID" id="product_id" name="">
128
		<input type="hidden" value="$params.CATALOG_ID" id="product_id" name="">
130
		<div class="clearBoth"></div>
129
		<div class="clearBoth"></div>