Subversion Repositories SmartDukaan

Rev

Rev 6058 | Rev 6107 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!-- Prevent MS Office toolbar from changing layout -->
        <meta name="google-site-verification" content="NPHVASYh9ZsYbjffRuAU4dhEHhx7xSKUj9GycYUMo_o" /> 
        <META name="y_key" content="116f6310a0df3c4f" />
        <meta name="msvalidate.01" content="A9BB200170442859BD6DF681353ACD78" />
        <title>Recharge payment details</title>

#include ( "templates/commoncssfiles.vm" )
#set($rechargeOrder = $action.getRechargeOrder()) 
#set($status = $action.getOrderStatus())
        <link rel="stylesheet" href="/css/home.css" type="text/css" />
        <style type="text/css">
                #myAccount .status h1 {
    color: #030303;
    font-size: 18px;
    font-weight: bold;
}
#myAccount .status .note {
    font-size: 12px;
    font-weight: normal;
}
#myAccount .status th {
    background: none repeat scroll 0 0 #DAF0F8;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    text-align: center;
}
#myAccount .status td {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    text-align: center;
}

#myAccount .status .message > ul {
    color: #0000FF;
    font-size: 14px;
}
a {
    color: #0000FF;
    outline: medium none;
    text-decoration: none;
}
</style>
        <link href="https://plus.google.com/108546508648658526684" rel="publisher" />
        <script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
</head>

<body>
        <noscript>
                <p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
        </noscript>
        $action.getHeaderSnippet()
        <!-- Main -->
        <div id="main">
                <div class="main-content">
                        <div class="main-top"></div>
                        <div class="main-left left">
                                <div class="main-left-banner">
                                        <script type='text/javascript'><!--//<![CDATA[
               var m3_u = (location.protocol=='https:'?'https://open.saholic.com/openx/www/delivery/ajs.php':'http://open.saholic.com/openx/www/delivery/ajs.php');
               var m3_r = Math.floor(Math.random()*99999999999);
               if (!document.MAX_used) document.MAX_used = ',';
               document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
               document.write ("?zoneid=1");
               document.write ('&amp;cb=' + m3_r);
               if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
               document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
               document.write ("&amp;loc=" + escape(window.location));
               if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
               if (document.context) document.write ("&context=" + escape(document.context));
               if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
               document.write ("'><\/scr"+"ipt>");
            //]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a592d2cd&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a592d2cd' border='0' alt='' /></a></noscript>
                                </div>
                                <div style="width: 100%;border: solid 1px #2789C1;float:left;font-size: 20px;color:#444444;height: 426px;" class="recharge-main-left-container">
<div id="myAccount">
<div class="status" style="width: 670px; height: 380px; border-top-width: 15px; padding: 23px 20px;">
<h1>Recharge Details</h1>
<div style="padding-top: 10px; padding-bottom: 20px;" class="note">Note: Please note the following details about your Online Recharge request.</div>
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="padding-top: 2px; padding-bottom: 2px; border-top-width: 0px; border-left-width: 0px;" id="rechargeData" class="tablesorter">
                                <thead>
                                    <tr>
                                        <th width="25%" style="padding-top: 4px; padding-bottom: 4px;">#if ($action.isDTH()) Account Number #else Mobile Number#end</th>
                                                                                <th width="25%">Operator</th>
                                        <th width="25%">Amount</th>
                                        <th width="25%" class="borderRight">Status</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <tr>
                                        <td style="padding-top: 5px; padding-bottom: 5px;">$rechargeOrder.getDeviceNumber()</td>
                                        <td>$action.getProvider()</td>
                                        <td>$rechargeOrder.getTotalAmount()</td>
                                        <td class="$status.get(0)">$status.get(1)</td>
                                    </tr>
                                </tbody>
                            </table>
<div class="message" style="padding-top: 30px;">
        $status.get(2)
</div>
</div>
</div>
                                </div>
                        </div>
                <div class="widgets right">
                                <div style="height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1"></div>
                </div>
                </div>
        </div>
        #include("templates/footer.vm")
</body>
</html>