Subversion Repositories SmartDukaan

Rev

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

Rev 2268 Rev 3253
Line 1... Line 1...
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
#set($url= "2;url=" + $action.getRedirectUrl())
2
#set($url= "1;url=" + $action.getRedirectUrl())
3
<html>
3
<html>
4
	<head>
4
	<head>
5
		<meta http-equiv="REFRESH" content=$url></HEAD>
5
		<meta http-equiv="REFRESH" content=$url></HEAD>
6
	</head>
6
	</head>
7
	<body>
7
	<body>
8
		<div style="text-align:center;margin:auto;">
8
		<div style="text-align:center;margin-top:200px;">
9
			Your payment is being processed. Please do not click the back or refreh button.
9
			Your payment is being processed. Please do not click the back or refreh button.
10
		</div>
10
		</div>
-
 
11
		<div align="center" class="img">
-
 
12
    			<img title="loading" alt="loading" src="/images/loading.gif">
-
 
13
	    	</div>
11
	</body>
14
	</body>
12
</html>
-
 
13
15
</html>
-
 
16