Subversion Repositories SmartDukaan

Rev

Rev 4106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4106 Rev 5639
Line 15... Line 15...
15
			<th width="131">AdexMart</th>
15
			<th width="131">AdexMart</th>
16
			<th width="131">Flipkart</th>
16
			<th width="131">Flipkart</th>
17
			<th width="131">HomeShop18</th>
17
			<th width="131">HomeShop18</th>
18
			<th width="131">Infibeam</th>
18
			<th width="131">Infibeam</th>
19
			<th width="131">Let's Buy</th>
19
			<th width="131">Let's Buy</th>
-
 
20
			<th width="131">Sulekha</th>
-
 
21
			<th width="131">Tradus</th>
20
			<th>Max-Min<br />difference</th>
22
			<th>Max-Min<br />difference</th>
21
		</tr>
23
		</tr>
22
	</thead>
24
	</thead>
23
	</table>
25
	</table>
24
<div id="datatable-container">
26
<div id="datatable-container">
Line 61... Line 63...
61
				<a href="{{ phone['letsbuy']['url'] }}" target="_blank">{{ phone['letsbuy']['price'] }}</a>
63
				<a href="{{ phone['letsbuy']['url'] }}" target="_blank">{{ phone['letsbuy']['price'] }}</a>
62
			{% else %}
64
			{% else %}
63
				<a href="{{ phone['letsbuy']['url'] }}" target="_blank">Not Found</a>
65
				<a href="{{ phone['letsbuy']['url'] }}" target="_blank">Not Found</a>
64
			{% end %}
66
			{% end %}
65
			</td>
67
			</td>
-
 
68
			<td class="price">
-
 
69
			{% if 'sulekha' in phone %}
-
 
70
				<a href="{{ phone['sulekha']['url'] }}" target="_blank">{{ phone['sulekha']['price'] }}</a>
-
 
71
			{% else %}
-
 
72
				<a href="{{ phone['sulekha']['url'] }}" target="_blank">Not Found</a>
-
 
73
			{% end %}
-
 
74
			</td>
-
 
75
			<td class="price">
-
 
76
			{% if 'tradus' in phone %}
-
 
77
				<a href="{{ phone['tradus']['url'] }}" target="_blank">{{ phone['tradus']['price'] }}</a>
-
 
78
			{% else %}
-
 
79
				<a href="{{ phone['tradus']['url'] }}" target="_blank">Not Found</a>
-
 
80
			{% end %}
-
 
81
			</td>
66
		</tr>
82
		</tr>
67
	{% end %}
83
	{% end %}
68
	</tbody>
84
	</tbody>
69
	</table>
85
	</table>
70
</div>
86
</div>