| Line 22... |
Line 22... |
| 22 |
}
|
22 |
}
|
| 23 |
li {
|
23 |
li {
|
| 24 |
color: blue;
|
24 |
color: blue;
|
| 25 |
padding-top: 10px;
|
25 |
padding-top: 10px;
|
| 26 |
}
|
26 |
}
|
| - |
|
27 |
#scraping-data td {
|
| - |
|
28 |
font-size: 14px;
|
| - |
|
29 |
padding: 4px;
|
| - |
|
30 |
text-align: center;
|
| - |
|
31 |
}
|
| 27 |
</style>
|
32 |
</style>
|
| 28 |
<style type="text/css">
|
33 |
<style type="text/css">
|
| 29 |
.loading-image {
|
34 |
.loading-image {
|
| 30 |
position: fixed;
|
35 |
position: fixed;
|
| 31 |
top: 50%;
|
36 |
top: 50%;
|
| Line 62... |
Line 67... |
| 62 |
</head>
|
67 |
</head>
|
| 63 |
<div id="ajax-spinner" style="display:none;">
|
68 |
<div id="ajax-spinner" style="display:none;">
|
| 64 |
<img src="/Support/images/ajax_loader_blue.gif" class="loading-image">
|
69 |
<img src="/Support/images/ajax_loader_blue.gif" class="loading-image">
|
| 65 |
</div>
|
70 |
</div>
|
| 66 |
<span class="itemId" style="display:none;">$action.getItemId()</span>
|
71 |
<span class="itemId" style="display:none;">$action.getItemId()</span>
|
| - |
|
72 |
<span class="supcCode" style="display:none;">$action.getSupc()</span>
|
| 67 |
<span class="totalItems" style="display:none;">$action.getCountForCompetitionData($action.getItemId())</span>
|
73 |
<span class="totalItems" style="display:none;">$action.getCountForCompetitionData($action.getItemId())</span>
|
| 68 |
<div style="padding-top: 6px; padding-left: 25px;">
|
74 |
<div style="padding-top: 6px; padding-left: 25px;">
|
| 69 |
<span class="productName" style="font-weight: bold; color: blue; font-size: 20px;">$action.getProductName()</span>
|
75 |
<span class="productName" style="font-weight: bold; color: blue; font-size: 20px;">$action.getProductName()</span>
|
| - |
|
76 |
<input type="button" value="Show Live Data" name="fetchLiveData" id="fetchLiveData" style="padding-left: 5px; margin-left: 10px;width: 15%;float:right;">
|
| 70 |
</div>
|
77 |
</div>
|
| 71 |
<div id="competition-details" style="padding-top: 15px;">
|
78 |
<div id="competition-details" style="padding-top: 15px;">
|
| 72 |
</div>
|
79 |
</div>
|
| 73 |
<div class="display" style="float: left;display:none;">
|
80 |
<div class="display" style="float: left;display:none;">
|
| 74 |
Showing <span class="valueStart">1</span> to <span class="valueEnd">10</span> of
|
81 |
Showing <span class="valueStart">1</span> to <span class="valueEnd">10</span> of
|
| Line 83... |
Line 90... |
| 83 |
<li style="">Competitor SP is lowest seller sp in case we are not lowest otherwise it is second lowest seller sp</li>
|
90 |
<li style="">Competitor SP is lowest seller sp in case we are not lowest otherwise it is second lowest seller sp</li>
|
| 84 |
<li>Competitor TP is lowest seller tp in case we are not lowest otherwise it is second lowest seller tp</li>
|
91 |
<li>Competitor TP is lowest seller tp in case we are not lowest otherwise it is second lowest seller tp</li>
|
| 85 |
<li>Competitor inventory is inventory of top vendors if we are not lowest else it is second lowest seller inventory</li>
|
92 |
<li>Competitor inventory is inventory of top vendors if we are not lowest else it is second lowest seller inventory</li>
|
| 86 |
|
93 |
|
| 87 |
</o1></div>
|
94 |
</o1></div>
|
| - |
|
95 |
|
| - |
|
96 |
<div style="display: none;padding: 15px; border: 1px solid rgb(41, 120, 193); position: fixed; font-size: 15px; background: none repeat scroll 0% 0% white; box-shadow: 0px 0px 10px 5px darkgrey; top: 110px; width: 90%; left: 60px;" id="hidden-data">
|
| - |
|
97 |
<div style="font-size: 20px; font-weight: bold; color: rgb(85, 85, 85); padding-left: 10px;">
|
| - |
|
98 |
<span>Live Result</span>
|
| - |
|
99 |
<span id="closeDiv" style="background: url('/Support/images/close_button.png');height: 25px;width: 25px;cursor:pointer;float: right;"></span>
|
| - |
|
100 |
</div>
|
| - |
|
101 |
<table style="width: 100%; padding-top: 15px;" id="scraping-data">
|
| - |
|
102 |
<thead>
|
| - |
|
103 |
<tr>
|
| - |
|
104 |
<th>Our Selling Price</th>
|
| - |
|
105 |
<th>Our Offer Price</th>
|
| - |
|
106 |
<th>Competitor Selling Price</th>
|
| - |
|
107 |
<th>Competitor Offer Price</th>
|
| - |
|
108 |
<th>Our Rank</th>
|
| - |
|
109 |
<th>Our Inventory</th>
|
| - |
|
110 |
<th>Competitor Inventory</th>
|
| - |
|
111 |
<th>Total Sellers</th>
|
| - |
|
112 |
</tr></thead>
|
| - |
|
113 |
<tbody>
|
| - |
|
114 |
<tr style="width: 100%;">
|
| - |
|
115 |
<td></td>
|
| - |
|
116 |
<td></td>
|
| - |
|
117 |
<td></td>
|
| - |
|
118 |
<td></td>
|
| - |
|
119 |
<td></td>
|
| - |
|
120 |
<td></td>
|
| - |
|
121 |
<td></td>
|
| - |
|
122 |
<td></td>
|
| - |
|
123 |
</tr></tbody>
|
| - |
|
124 |
</table>
|
| - |
|
125 |
</div>
|
| - |
|
126 |
|
| - |
|
127 |
|
| - |
|
128 |
|
| 88 |
</html>
|
129 |
</html>
|
| 89 |
|
130 |
|