Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 6050 |
anupam.sin |
1 |
#set($url= "1;url=" + $action.getRedirectURL())
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="REFRESH" content=$url></HEAD>
|
|
|
5 |
<title>${domain.name}: Redirecting to HDFC Payment Gateway</title>
|
|
|
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>
|
|
|
13 |
</html>
|