| 7272 |
amit.gupta |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>$action.getPageTitleSnippet()</title>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
6 |
<meta name="Description" content="$action.getPageMetaDescSnippet()" />
|
|
|
7 |
<meta property="og:url" content="$action.getProductUrl()" />
|
|
|
8 |
<meta property='og:image' content="$action.getRootUrl()/images/website/$action.getProductId()/icon.jpg" />
|
|
|
9 |
<meta property='og:type' content="product" />
|
|
|
10 |
<meta property='og:title' content="$action.getProductName()" />
|
|
|
11 |
<meta property='og:site_name' content="${in.shop2020.title}" />
|
|
|
12 |
<meta property="og:description" content="$action.getPageMetaDescSnippet()"/>
|
|
|
13 |
<meta property='fb:admins' content="100002073769572" />
|
| 7427 |
anupam.sin |
14 |
<link rel="stylesheet" href="/storewebsite/css/entity_20130608.css" type="text/css" />
|
| 7323 |
anupam.sin |
15 |
<link rel="stylesheet" href="/storewebsite/css/common.css" type="text/css" />
|
|
|
16 |
<link rel="stylesheet" href="/storewebsite/css/product.css" type="text/css" />
|
|
|
17 |
<link rel="stylesheet" href="/storewebsite/css/header-footer.css" type="text/css" />
|
| 7325 |
anupam.sin |
18 |
<link rel="stylesheet" href="/storewebsite/css/jquery.ui.autocomplete.css" type="text/css" />
|
| 7272 |
amit.gupta |
19 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-1.4.2.js"></script>
|
|
|
20 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/widget_slidetab.js"></script>
|
|
|
21 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/loopedslider.js"></script>
|
|
|
22 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.tipsy.js"></script>
|
|
|
23 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jsapi.js"></script>
|
|
|
24 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/gallery.js"></script>
|
|
|
25 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/scrolltab.js"></script>
|
|
|
26 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery-ui.min.js"></script>
|
|
|
27 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.colorbox-min.js"></script>
|
|
|
28 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.validate.js"></script>
|
|
|
29 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.dataTables.min.js"></script>
|
| 7695 |
anupam.sin |
30 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/storewebsite_20130704.js"></script>
|
| 7272 |
amit.gupta |
31 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.ui.autocomplete.js"></script>
|
|
|
32 |
<script type="text/javascript" src="/storewebsite/js/saholicmobilephones.js"></script>
|
|
|
33 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/jquery.qtip-1.0.0-rc3.min.js"></script>
|
| 7768 |
amit.gupta |
34 |
<script type="text/javascript" src="/storewebsite/js/entity_20130719.js"></script>
|
| 7272 |
amit.gupta |
35 |
<script language="javascript" type="text/javascript" src="/storewebsite/js/ga-invoker.js"></script>
|
|
|
36 |
<script type="text/javascript">
|
|
|
37 |
if(typeof Entity === 'undefined'){
|
|
|
38 |
Entity = {};
|
|
|
39 |
}
|
|
|
40 |
Entity.orderedItems = $action.getEntityLogisticsEstimation();
|
|
|
41 |
</script>
|
|
|
42 |
|
|
|
43 |
#set($userinfo = $action.getUserInfo())
|
|
|
44 |
</head>
|
|
|
45 |
|
| 7575 |
anupam.sin |
46 |
<body style="min-width:1000px;">
|
| 7272 |
amit.gupta |
47 |
<noscript>
|
|
|
48 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
|
|
49 |
</noscript>
|
|
|
50 |
|
| 7358 |
anupam.sin |
51 |
<div id="pricePopupBox" style="display:none;padding:10px;line-height:35px;font-size:16px;color:#777777;position: fixed;min-height: 150px;width: 33%;background-color: white;z-index:10;top: 33%;left: 33%;border: 1px solid #2789C1;box-shadow: 0 0 30px 5px #2789C1;">
|
| 7423 |
anupam.sin |
52 |
Minimum Price : <span id='minPrice' style='color:#2789C1;font-weight:bold;'></span><br>
|
|
|
53 |
Max Price : <span id='maxPrice' style='color:#2789C1;font-weight:bold;'></span><br>
|
| 7358 |
anupam.sin |
54 |
<input type='hidden' id='absMin' value=''></input>
|
| 7423 |
anupam.sin |
55 |
Selling Price : <input id="sellingPriceBox" type="text" val="" style="width: 150px;border: 1px solid #777777;padding: 3px 10px;font-size:14px;color: #2789c1;"><br>
|
| 7323 |
anupam.sin |
56 |
<input type="button" value="SAVE" id="savePriceEdit" style="cursor:pointer;width: 50px;height: 25px;color: white;background-color: #2789C1;border: 1px solid blue;border-radius: 5px;margin: 10px 30px;"></input>
|
|
|
57 |
<input type="button" value="CANCEL" id="cancelPriceEdit" style="cursor:pointer;width: 70px;height: 25px;color: white;background-color: red;border: 1px solid blue;border-radius: 5px;margin: 10px 30px;"></input>
|
|
|
58 |
</div>
|
| 7272 |
amit.gupta |
59 |
<div style="line-height:37px;height:37px;background-color:#333;color:white;">
|
| 7386 |
anupam.sin |
60 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
|
| 7427 |
anupam.sin |
61 |
<a style="margin:0px 25px 0px 25px;color:white;font-size:15px" href="/storewebsite/home">HOME</a>
|
|
|
62 |
<a style="color:white;font-size:15px" href="/storewebsite/!doLogout">Logout</a>
|
| 19706 |
amit.gupta |
63 |
#if($action.getOCRSession())
|
|
|
64 |
<a style="margin:0px 0px 0px 25px;color:white;font-size:15px" href="/storewebsite/report">REPORTS</a>
|
| 7327 |
anupam.sin |
65 |
<span id="editSellingPriceButton" style="margin-left:20px;font-size:15px;cursor:pointer;text-decoration:underline;">Edit</span>
|
| 19706 |
amit.gupta |
66 |
#end
|
| 7272 |
amit.gupta |
67 |
</div>
|
|
|
68 |
|
|
|
69 |
<div style="line-height:60px;height: 70px;background-color:#DBEEFF;color: #333333;margin: 0px;border-bottom:1px solid #67ABD3">
|
| 7483 |
anupam.sin |
70 |
<img style="float:left;" src="/storewebsite/images/hotspotLogoBlue.jpg">
|
| 7272 |
amit.gupta |
71 |
<form id="formSearch" method='GET' action='/storewebsite/search'>
|
|
|
72 |
<input id="query" name="q" type="text" style="height: 26px;margin: 20px 0px 20px 20px;width: 400px;border: 1px solid #999999;padding: 2px 5px 2px 10px;font-size: 17px;color: #777777;box-shadow: 1px -1px 10px -1px #999999 inset;"
|
|
|
73 |
#if ($q)
|
|
|
74 |
value="$q"
|
|
|
75 |
#end></input>
|
|
|
76 |
<input type="submit" value="Search" style="height: 26px;margin: 20px 0 20px 20px;color: white;background-color: #2789c1;border: 1px solid blue;cursor: pointer;"></input>
|
| 7386 |
anupam.sin |
77 |
|
| 7272 |
amit.gupta |
78 |
</form>
|
|
|
79 |
|
|
|
80 |
</div>
|
|
|
81 |
|
|
|
82 |
<!-- Main -->
|
| 7323 |
anupam.sin |
83 |
<div id="main" style='float:left;margin:25px;'>
|
| 7272 |
amit.gupta |
84 |
<div class="main-content">
|
|
|
85 |
<div class="main-left left">
|
|
|
86 |
<!-- Product Detail -->
|
|
|
87 |
$action.getProductSummarySnippet()
|
|
|
88 |
<!-- /Product Detail -->
|
|
|
89 |
|
|
|
90 |
<!-- wrapper-->
|
|
|
91 |
<div id="wrapper">
|
| 7515 |
anupam.sin |
92 |
<input id="defaultpincode" name="defaultpincode" value=$action.getStorePin() type="hidden" />
|
| 7272 |
amit.gupta |
93 |
|
|
|
94 |
<!-- slide guide -->
|
|
|
95 |
<div id="slideGuide">
|
|
|
96 |
$action.getSlideGuideSnippet()
|
|
|
97 |
</div>
|
|
|
98 |
<!-- /slide guide -->
|
|
|
99 |
</div>
|
|
|
100 |
<!-- /wrapper-->
|
|
|
101 |
</div>
|
|
|
102 |
</div>
|
|
|
103 |
</div>
|
|
|
104 |
<!-- /Main -->
|
|
|
105 |
<script type="text/javascript" charset="utf-8">
|
|
|
106 |
$(function(){
|
|
|
107 |
/* This code is for compare with button */
|
|
|
108 |
var availableNames = [];
|
|
|
109 |
for (var k in productIdNames['$action.getCompareCategory()'])availableNames.push(k);
|
|
|
110 |
$("#mobilename").autocomplete({ autoFocus: true, minLength: 3,
|
|
|
111 |
source: availableNames
|
|
|
112 |
});
|
|
|
113 |
});
|
|
|
114 |
/*youtube video init*/
|
|
|
115 |
google.load("swfobject", "2.1");
|
|
|
116 |
</script>
|
|
|
117 |
</body>
|
|
|
118 |
</html>
|