Subversion Repositories SmartDukaan

Rev

Rev 7139 | Rev 7176 | 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">
    <link rel="stylesheet" href="css/rechargewebapp.css" type="text/css" />
        
        <script language="javascript" type="text/javascript" src="js/jquery-1.4.2.js"></script>
    <script language="javascript" type="text/javascript" src="js/jquery.colorbox-min.js"></script>
    <script language="javascript" type="text/javascript" src="js/jquery.validate.js"></script>
    <script language="javascript" type="text/javascript" src="js/jquery.dataTables.min.js"></script>
    <script language="javascript" type="text/javascript" src="js/rechargewebapp.js"></script>
</head>

<body style="margin: 0;">
<div style="height:45px;">
</div>
<div style="height:45px;background: url('images/topbar.png') repeat-x left bottom;color: white;margin: 0px;padding-left: 35px;">
        <span style="font-size: 35px;font-family:'Times New Roman', Times, serif;">HotSpot Recharge Dashboard<span style="font-size: 14px;font-family:Arial, Arial, sans-serif;">  -  Powered by Saholic.com</span></span>
</div>
<div id="main" style="width: 75%;margin: 25px 0 0 25px;border: solid 1px #2789C1;">
        
        <div style="height: 30px;background-color: #2789C1;font-size: 14px;font-weight: bold;color: white;">
                <div style="margin: 0px 10px 0px 10px;padding-top: 7px;">
                        <span style="float:left">RECHARGE RESULT</span>
                </div>
        </div>
        
        <div class='padding-row'>
    </div>
        
        <div class="row">
        <div class="text">$action.getResultMessage()</div>
    </div>
        #if($action.showPrintButton())
                
        <div class="row">
        <div class="text">Net Payable amount: </div>
        <div style="text-align:left;width: 340px;color: blue;" class="text">Rs.$action.getPaymentAmount()</div>
    </div>
        #end
        
        
        <div class="row">
        <div style="padding: 10px 20px 0 140px;margin-top: 25px;text-align: right;">
                <input id="home-button" type="button" value="Home Page" style="height: 30px;cursor: pointer;width: 150px;font-size: 20px;float: left;background-color: orange;" onclick="window.location.replace('/rch/')">
                        #if($action.showPrintButton())
                                <form action="recharge-result!downloadInvoice">
                                        <input type="hidden" name="rechargeId" value="$rechargeId"/>
                                        <input type="submit" value="Print Invoice" style="height: 22px;cursor: pointer;width: 100px;font-size: 14px;">
                                </form>
                        #end
        </div>
    </div>
        
        
        <div class='padding-row'>
    </div>
</div>


</body>

</html>