Subversion Repositories SmartDukaan

Rev

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

Rev 6339 Rev 6341
Line 245... Line 245...
245
    						"won Gift Coupons worth Rs." + rechargeOrder.getTotalAmount() + " which you can use to shop for Mobiles, Laptops, Cameras, Accessories.<br><br>" +
245
    						"won Gift Coupons worth Rs." + rechargeOrder.getTotalAmount() + " which you can use to shop for Mobiles, Laptops, Cameras, Accessories.<br><br>" +
246
    						"Voucher details have been sent to your email.<a target='_blank' href='/static/giftvoucher-offer'> Learn more.</a>" +
246
    						"Voucher details have been sent to your email.<a target='_blank' href='/static/giftvoucher-offer'> Learn more.</a>" +
247
    						"<br><br>Please help us spread the word." +
247
    						"<br><br>Please help us spread the word." +
248
    						"<div style=\"margin-top: 40px;text-align: center;\">" +
248
    						"<div style=\"margin-top: 40px;text-align: center;\">" +
249
    						"<a target='_blank' href='" + twitterUrl + "'>" +
249
    						"<a target='_blank' href='" + twitterUrl + "'>" +
250
                            "<input type='button' onclick=\"trackEventWithGA('Recharge', 'Twitter Share', '')\" style=\"background: url('/images/tweet-about-us.png') 0px 1px;width: 160px;height: 40px;margin-right: 40px;\"></a>" + 
250
                            "<input type='button' onclick=\"trackEventWithGA('Recharge', 'Twitter Share', '')\" style=\"background: url('/unversioned/images/tweet-about-us.png') 0px 1px;width: 160px;height: 40px;margin-right: 40px;\"></a>" + 
251
                            "<a target='_blank' href='" + fbUrl + "'>" +
251
                            "<a target='_blank' href='" + fbUrl + "'>" +
252
                                    "<input type=\"button\" onclick=\"trackEventWithGA('Recharge', 'Facebook Share', '');\" style=\"background:url('/images/Post-On-Facebook.jpg');width: 160px;height: 40px;\">" +
252
                                    "<input type=\"button\" onclick=\"trackEventWithGA('Recharge', 'Facebook Share', '');\" style=\"background:url('/unversioned/images/Post-On-Facebook.jpg');width: 160px;height: 40px;\">" +
253
                                    "</a></div>";
253
                                    "</a></div>";
254
    			}
254
    			}
255
    		}
255
    		}
256
    		return new String[] {"", "SUCCESS", giftMessage};
256
    		return new String[] {"", "SUCCESS", giftMessage};
257
    	}
257
    	}