Subversion Repositories SmartDukaan

Rev

Rev 7371 | 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">

#if($action.getMessage() == "")
        #set($class="normalshadow")
#else
        #set($class="errorshadow")
#end

<head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="css/rechargewebapp_18042013.css" type="text/css" />
        <style>
                li{
            border: 1px solid #CCCCCC;
            padding: 10px;
                        border-radius:7px;
                        margin:8px;
                        box-shadow:-2px -2px 15px 0px #cccccc inset;
                        width:500px;
                }
                
                li a{
                color: #2789C1;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
                }
                
                .inactive{
                        background-color:#EEEEEE;
                }
                
                .inactiveLink {
                        color:#AAAAAA;
                }
                
                ul{
                        list-style:none;
                }
        </style>
</head>



<body style="margin: 0;">
    <div style="line-height:37px;height:37px;background-color:#333;color:white;border-bottom: 5px solid white;">
        <span style="margin-left:20px;font-weight:bold;font-size:15px">SAHOLIC RECHARGE ADMIN CONSOLE </span>
                <span style="margin-left:120px;"><a style="color:white;" href="/rch/admin">Home</a></span>
        <span style="margin-left:50px;"><a style="color:white;" href="/rch/admin!doLogout">Logout</a></span>
    </div>

    <div id="main" style="width: 100%;min-width:500px;margin: 5px 0 0 0;">
                <h3>Please select an option from below</h3>
                <ul>
                        <li><a href='/rch/delete-frc'>Delete FRC</a></li>
                        <li><a href='/rch/add-frc'>Add/Update FRC</a></li>
                        <li><a href="/rch/manage-store">Reset Password</a></li>
                        <li><a href="/rch/add-series">Add Series</a></li>
                        <li><a href="/rch/bulk-recharge">Bulk Recharge</a></li>
                        <li class="inactive"><a class='inactiveLink' href="javascript:void(0)">Edit Store Details (Coming soon)</a></li>
                        <li class="inactive"><a class='inactiveLink' href="javascript:void(0)">Change Daily Limit (Coming soon)</a></li>
                </ul>
    </div>

</body>

</html>