| Line 47... |
Line 47... |
| 47 |
<noscript>
|
47 |
<noscript>
|
| 48 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
48 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
| 49 |
</noscript>
|
49 |
</noscript>
|
| 50 |
|
50 |
|
| 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;">
|
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;">
|
| 52 |
Min Price : <span id='minPrice' style='color:#2789C1;font-weight:bold;'></span><br>
|
52 |
DP : <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>
|
53 |
MRP : <span id='maxPrice' style='color:#2789C1;font-weight:bold;'></span><br>
|
| 54 |
<input type='hidden' id='absMin' value=''></input>
|
54 |
<input type='hidden' id='absMin' value=''></input>
|
| 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>
|
55 |
MOP : <input id="sellingPriceBox" type="text" val="" style="width: 150px;border: 1px solid #777777;padding: 3px 10px;font-size:14px;color: #2789c1;"><br>
|
| 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>
|
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>
|
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>
|
58 |
</div>
|
| 59 |
<div style="line-height:37px;height:37px;background-color:#333;color:white;">
|
59 |
<div style="line-height:37px;height:37px;background-color:#333;color:white;">
|
| 60 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
|
60 |
<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">$action.getStoreCode()</span>
|
| 61 |
<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
|
61 |
<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
|
| 62 |
<a style="color:white;" href="/storewebsite/!doLogout">Logout</a>
|
62 |
<a style="color:white;" href="/storewebsite/!doLogout">Logout</a>
|
| 63 |
<span id="editSellingPriceButton" style="margin-left:20px;font-size:15px;cursor:pointer;text-decoration:underline;">Edit</span>
|
63 |
<span id="editSellingPriceButton" style="margin-left:20px;font-size:15px;cursor:pointer;text-decoration:underline;">Edit</span>
|
| 64 |
</div>
|
64 |
</div>
|
| 65 |
|
65 |
|
| Line 69... |
Line 69... |
| 69 |
<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;"
|
69 |
<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;"
|
| 70 |
#if ($q)
|
70 |
#if ($q)
|
| 71 |
value="$q"
|
71 |
value="$q"
|
| 72 |
#end></input>
|
72 |
#end></input>
|
| 73 |
<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>
|
73 |
<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>
|
| 74 |
<img style="float:right;margin-right:20px;" src="/storewebsite/images/Saholic-Logo.jpg">
|
- |
|
| - |
|
74 |
|
| 75 |
</form>
|
75 |
</form>
|
| 76 |
|
76 |
|
| 77 |
</div>
|
77 |
</div>
|
| 78 |
|
78 |
|
| 79 |
<!-- Main -->
|
79 |
<!-- Main -->
|