Subversion Repositories SmartDukaan

Rev

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

Rev 1318 Rev 3253
Line 1... Line 1...
1
#set($url= "0;url=" + $action.getRedirectURL())
1
#set($url= "1;url=" + $action.getRedirectURL())
2
<html>
2
<html>
3
	<head>
3
	<head>
4
		<meta http-equiv="REFRESH" content=$url></HEAD>
4
		<meta http-equiv="REFRESH" content=$url></HEAD>
-
 
5
		<title>Saholic.com: Redirecting to HDFC Payment Gateway</title>
5
	</head>
6
	</head>
-
 
7
	<body>
-
 
8
    	<div style="text-align:center; margin-top:200px;">Please wait while we redirect you to the Payment Gateway.</div>
-
 
9
    	<div align="center" class="img">
-
 
10
    		<img title="loading" alt="loading" src="/images/loading.gif">
-
 
11
    	</div>
-
 
12
	</body>
6
</html>
13
</html>
7
14