Subversion Repositories SmartDukaan

Rev

Rev 7343 | Rev 7427 | 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="/storewebsite/css/storewebsite.css" type="text/css" />
</head>

<body style="margin: 0;">
        <div style="line-height:35px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
        <span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
        
        <a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
        <a style="color:white;margin-right:25px;" href="/storewebsite/!doLogout">Logout</a>
                <span id="editPriceButton" style="color:white;cursor:pointer;text-decoration:underline;display:none;">Edit</span>
                <span id="editPriceSpan" style='display:none;'>
                        <input id="editPriceBox" type="text" style="height: 15px;font-size: 14px;" value=""></input>
                        <input id="priceFixButton" style='margin:0px;' type="button" value="OK" class="submitButton"></input>
                </span>
    </div>
        
        <div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
        <img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
                <span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
        <img style="float:right;margin-right:20px;" src="/storewebsite/images/Saholic-Logo.jpg">
    </div>
        
        <div id="main" style="float:left;width:66%;min-width:900px;overflow: hidden;">
                <div style="float:left;margin:25px;height:481px;width:311px;padding:5px;border:1px solid #AAAAAA;">
                        <img src='$imageSource' height="481px" width="311px"></img>
                </div>
                
                <div style="overflow: hidden;position: relative;">
                        
                        <h2 style="margin-top: 25px;">$productName</h2>
                        
                        <div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
                        
                        <form id="pincodeForm" action="/storewebsite/home">
                                Please enter the pincode<br>
                                <input type="hidden" name="product_id" value="$product_id">
                <input id="pincodeText" name="pin" type="text" maxlength="6" class='orderInputBox w150'>
                <input id="pincodeSubmit" type="submit" value="submit" class="submitButton">
            </form>
                        
                        <div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
                        
                        #if($bestDealText && !$bestDealText.isEmpty())
                        <fieldset style="padding: 5px 0 10px 10px;border: 1px solid #CCCCCC;color: #666666;">
                        <legend style="color: RED;">BEST DEAL</legend>
                        $bestDealText
                </fieldset>
                        <div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
                        #end
                        
                        <span id='loading' style="display:none;width:200px;height: 30px;background: url('/storewebsite/images/loading.gif') no-repeat 8px 0;padding-left: 45px;padding-top: 7px;">Please Wait ...</span>
                        
                        <div id="priceDiv"></div>
                        <div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
                        
                        <form id='shippingAddress' action='/storewebsite/payment-details' method='post' onsubmit="return validateAddress()" style="display:none;margin-bottom:20px;">
                <fieldset style='border:1px solid #CCCCCC;color:#666666'>
                    <legend style='color:#2789C1;font-size:17px;font-weight:bold;'>SHIPPING INFO</legend>
                                        <div class='addressLine'><div class='addressText'>Name<span class='mandatory'>*</span>&nbsp;&nbsp;</div><input name="name" type="text" class='orderInputBox w300'></input></div>
                                        <div class='addressLine'><div class='addressText'>Email&nbsp;&nbsp;</div><input name="email" type="text" class='orderInputBox w300'></input></div>
                                        <div class='addressLine'><div class='addressText'>Mobile Number<span class='mandatory'>*</span>&nbsp;&nbsp;</div><input name="phone" type="text" maxlength='10' class='orderInputBox plus91'></input></div>
                    <div class='addressLine'><div class='addressText'>Address Line 1<span class='mandatory'>*</span>&nbsp;&nbsp;</div><input class='orderInputBox w300' name="line1" type="text"></input></div>
                    <div class='addressLine'><div class='addressText'>Address Line 2&nbsp;&nbsp;</div><input name="line2" type="text" class='orderInputBox w300'></input></div>
                                        <div class='addressLine'><div class='addressText'>City<span class='mandatory'>*</span>&nbsp;&nbsp;</div><input name="city" type="text" class='orderInputBox w300'></input></div>
                                        <div class='addressLine'><div class='addressText'>State<span class='mandatory'>*</span>&nbsp;&nbsp;</div><input name="state" type="text" class='orderInputBox w300'></input></div>
                    <div class='addressLine'><div class='addressText'>Pincode&nbsp;&nbsp;</div><span id="pinSpan" class="infoValue"></span></div>
                                        <div class='addressLine' style='text-align:center;'>
                                                <input id="pincodeInput" type="hidden" name="pincode" value=""></input>
                                                <input type="hidden" name="product_id" value="$product_id"></input>
                                        <input type="hidden" name="price" value="$price"></input>
                                        <input type="hidden" name="advanceAmount" value=""></input>
                                                <input type="hidden" name="deliveryDate" value=""></input>
                                                <input type='hidden' name='maxPrice' value=''></input>
                                                <input type='hidden' name='minPrice' value=''></input>
                                                <input type='hidden' name='productName' value='$productName'></input>
                                                <input type='hidden' name='bestDealText' value=''></input>
                                                <input type='hidden' name='catalogItemId' value='$item.getCatalogItemId()'></input>
                                                <input class="submitButton" type="submit" style="background-color:orange;color:black;" value="NEXT">
                                                <input id="changePincode" class="submitButton" type="button" value="Change Pincode">
                                        </div>
                </fieldset>
            </form>

                </div>
        </div>
</body>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-1.4.2.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-ui.min.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.colorbox-min.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.validate.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.dataTables.min.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/storewebsite.js"></script>
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.ui.autocomplete.js"></script>
</html>