Subversion Repositories SmartDukaan

Rev

Rev 6058 | Rev 6073 | 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>Instant recharge for your mobile and DTH</title>

#include ( "templates/commoncssfiles.vm" )
 
        <link rel="stylesheet" href="/css/home.css" type="text/css" />
        <link href="https://plus.google.com/108546508648658526684" rel="publisher" />
        <script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
        <style>
                label.error{
                        color:red;
                        float:left;
                        font-size:12px;
                        padding: 2px 0;
                        width:500px;
    </style>
</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 class="recharge-main-left-container">
                                <!--
                                        <div id="rowOne"></div>
                                        <div id="rowTwo">
                                                <span id="spantext">Recharge Your : </span><span id="hello"></span><span id="hellotoo"></span>
                                        </div>
                                        <div class="rowWidth"><span id="mobNumberText">Hello World : </span><input id="mobNumberBox" type="text"></div>-->
                                        <div id="firstCol" style="width:33%; text-align:right; float:left">
                                                <br><br><br>
                                                Recharge Your :
                                                <br><br><br>
                                                #if($action.getServiceType() == "2")
                                                        DTH Number :
                                                #else
                                                        Mobile Number :
                                                #end
                                                <br><br><br>
                                                Operator :
                                                <br><br><br>
                                                Amount :
                                                <br><br><br>
                                                Email :
                                                <br>
                                        </div>
                                        <div id="secondCol" style="width:3%; float:left"><br></div>
                                        <div id="thirdCol" style="width:64%;  float:left;text-align:left">
                                                <br><br>
                                                <form id='serviceSelectForm' action='/recharge' method='post'>
                                                <input id='serviceType' type="hidden" name='serviceType' value=''>
                                                <input name='form' type="hidden" value='serviceSelect'>
                                                </form>
                                                <p style="display:block">
                                                        #if($action.getServiceType() == "2")
                                                                #set($dthImageSrc = '/images/dth_pressed.png')
                                                                #set($phoneImageSrc = '/images/phone.png')
                                                        #else
                                                                #set($phoneImageSrc = '/images/phone_pressed.png')
                                                                #set($dthImageSrc = '/images/dth.png')
                                                        #end
                                                        <img id="phone-image" src=$phoneImageSrc style="cursor:pointer"><img id="dth-image" src=$dthImageSrc style="cursor:pointer">
                                                </p>
                                                <br>
                                                <form id='rechargeDetailsForm' action='/confirm' method='post'>
                                                #if($action.getServiceType() == "2")
                                                        #set($inputClass = 'full-size-input')
                                                        <input type="text" name='dthnumber' maxlength="10" class="$inputClass"></input>
                                                #else
                                                        #set($inputClass = 'regular-size-input')
                                                        <input type="text" name='number' maxlength="10" class="$inputClass"></input>
                                                #end
                                                <input type='hidden' name='rechargeType' value='$action.getServiceType()'>
                                                <br><br>
                                                #set($providerMap = $action.getProviderMap())
                                                #set($providerKeys = $action.getProviderKeys())
                                                <select name='operator' style="font-size:20px; padding: 5px;">
                                                        <option value='0'>Select Operator</option>
                                                        #foreach($providerKey in $providerKeys)
                                                                <option value='$providerKey'>$providerMap.get($providerKey)</option>
                                                        #end
                                                </select>
                                                <br><br>
                                                #if($action.getServiceType() == "1")
                                                        #set($name='amount')
                                                #else
                                                        #set($name='dthamount')
                                                #end
                                                <input type="text" maxlength="5" name='$name' style="background: white url('/images/Rupee.png') no-repeat 2px;" class='regular-size-input'></input>
                                                <div style="margin-top:20px">
                                                        <input type="text" name='email' class='full-size-input'></input>
                                                        <br>
                                                        <span style="font-size:13px">We will send recharge confirmation on this address.</span>
                                                </div>
                                                </form>
                                                <br><br>
                                                <div id="confirm-button" class="submit-button">CONFIRM &gt;</div>
                                        </div>
                                
                                </div>
                        </div>
                        <div class="widgets right">
                                <div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1"></div>
                        </div>
                </div>
        </div>
        #include("templates/footer.vm")
        #include ( "templates/commonjsfiles.vm" )
        <script language="javascript" type="text/javascript" src="/js/recharge.js"></script>
</body>
</html>