Subversion Repositories SmartDukaan

Rev

Rev 1688 | Rev 2079 | 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 http-equiv="imagetoolbar" content="false">
<meta name="MSSmartTagsPreventParsing" content="true">

<title>Saholic</title>
 #set($currentUrl = $request.getRequestURL().toString()) 
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
 <link rel="canonical" href="$currentUrl" /> 
 #include ( "templates/commoncssfiles.vm" )  
</head>

<body>
        <noscript>
                <p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
        </noscript>

        $action.getHeaderSnippet()                      
     <!-- Wrapper start -->
        <div id="main">
                $action.getMainMenuSnippet()
                $action.getSearchBarSnippet()

                <!-- wrapper-->
                <div id="wrapper">
                        $action.getShippingHeaderSnippet()
        </div>
                <!-- /wrapper-->
                
                <!-- sidebar-->
                <div id="sidebar">
                        $action.getCustomerServiceSnippet()
                </div>
                <div class="clearBoth"></div>

                <!-- /sidebar-->
                
                <!-- Registration Form-->
                $action.getShippingDetailsSnippet()
                
                <div class="clearBoth"></div>
    </div><!-- /main -->
         
        $action.getFooterSnippet()

     <!-- color by color lightbox -->
    <div style="display:none;">
        <div class="colorSelLightBoxColor">
                <form id="paymentModeSelection" name="paymentModeSelection" action="/order" method="post">
                        <h1>Choose Payment Mode</h1>
                        <h2>We accept VISA and Master cards issued by <b>all banks.</b></h2>
                        <input type="hidden" name="addressid" id="addressid"/>
                        <div class="content">
                                <label style="margin-bottom:0px; line-height:21px; width:100px"">
                                                <input type="radio" name="paymode" value="true" /> <span>Credit Card</span>
                                        </label><img src="/images/visa-master-logo.jpg"/><br/>
                                <label style="margin-bottom:0px; line-height:21px; width:200px">
                                                <input type="radio" name="paymode" value="true" /> <span>Non-Maestro Debit/ATM Card</span>
                                        </label><br/>
                                        <label style="margin-bottom:0px; line-height:21px; width:170px">
                                                <input type="radio" name="paymode" value="false" /> <span>Maestro Debit/ATM Card</span>
                                        </label><img src="/images/maestro-logo.gif"/><br/>
                                <label style="margin-bottom:0px; line-height:21px; width:200px">
                                                <input type="radio" name="paymode" value="false" /> <span>Net Banking</span>
                                        </label><br/>
                        </div>
                        
                                <div class="clearBoth"></div>
                                
                        <div class="bigImgButton yellow-image">
                                <input value="Continue" type="submit" class="button" />
                        </div>
                        <div class="clearBoth"></div>
                        
                </form>
        </div>
    </div>
    <!-- /color by color lightbox -->
         
#include ( "templates/commonjsfiles.vm" )
<script language="javascript" type="text/javascript" src="/js/jquery.colorbox-min.js"></script>
</body>
</html>