Subversion Repositories SmartDukaan

Rev

Rev 5401 | Rev 5654 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5401 Rev 5639
Line 16... Line 16...
16
	<form action="/download" method="post"></form>
16
	<form action="/download" method="post"></form>
17
	<table>
17
	<table>
18
	<thead>
18
	<thead>
19
		<tr>
19
		<tr>
20
			<th width="264">&nbsp;</th>
20
			<th width="264">&nbsp;</th>
21
			<th width="131">Saholic</th>
21
			<th width="105">Saholic</th>
22
			<th width="131">Flipkart</th>
22
			<th width="105">Flipkart</th>
23
			<th width="131">HomeShop18</th>
23
			<th width="105">HomeShop18</th>
24
			<th width="131">Infibeam</th>
24
			<th width="105">Infibeam</th>
25
			<th width="131">Snapdeal</th>
25
			<th width="105">Snapdeal</th>
-
 
26
			<th width="105">Sulekha</th>
-
 
27
			<th width="105">Tradus</th>
26
			<th>Max-Min<br />difference</th>
28
			<th>Max-Min<br />difference</th>
27
		</tr>
29
		</tr>
28
	</thead>
30
	</thead>
29
	</table>
31
	</table>
30
<div id="datatable-container">
32
<div id="datatable-container">
Line 112... Line 114...
112
				<a href="{{ 'http://www.snapdeal.com/' + phone['snapdeal']['url'] if phone['snapdeal']['url'] is not None else '#' }}" target="_blank">
114
				<a href="{{ 'http://www.snapdeal.com/' + phone['snapdeal']['url'] if phone['snapdeal']['url'] is not None else '#' }}" target="_blank">
113
					{{ phone['snapdeal']['text'] }}
115
					{{ phone['snapdeal']['text'] }}
114
				</a>
116
				</a>
115
		{% end %}
117
		{% end %}
116
			</td>
118
			</td>
-
 
119
			
-
 
120
			
-
 
121
		{% if phone['sulekha']['data'] is not None %}
-
 
122
			<td class="price conflict" data='{{ phone["sulekha"]["data"] }}' source="sulekha">
-
 
123
		{% else %}
-
 
124
			<td class="price" source="sulekha">
-
 
125
		{% end %}
-
 
126
		
-
 
127
		{% if phone['sulekha']['price'] is None and phone['sulekha']['data'] is None %}
-
 
128
				<a href="{{ phone['sulekha']['url'] }}" target="_blank">{{ phone['sulekha']['text'] }}</a>
-
 
129
		{% elif phone['sulekha']['data'] is not None %}
-
 
130
				<a href="{{ 'http://www.sulekha.com/' + phone['sulekha']['url'] if phone['sulekha']['url'] is not None else '#' }}">
-
 
131
					{{ phone['sulekha']['text'] }}
-
 
132
				</a>
-
 
133
		{% else %}
-
 
134
				<a href="{{ 'http://www.sulekha.com/' + phone['sulekha']['url'] if phone['sulekha']['url'] is not None else '#' }}" target="_blank">
-
 
135
					{{ phone['sulekha']['text'] }}
-
 
136
				</a>
-
 
137
		{% end %}
-
 
138
			</td>	
-
 
139
		 
-
 
140
		{% if phone['tradus']['data'] is not None %}
-
 
141
			<td class="price conflict" data='{{ phone["tradus"]["data"] }}' source="tradus">
-
 
142
		{% else %}
-
 
143
			<td class="price" source="tradus">
-
 
144
		{% end %}
-
 
145
		
-
 
146
		{% if phone['tradus']['price'] is None and phone['tradus']['data'] is None %}
-
 
147
				<a href="{{ phone['tradus']['url'] }}" target="_blank">{{ phone['tradus']['text'] }}</a>
-
 
148
		{% elif phone['tradus']['data'] is not None %}
-
 
149
				<a href="{{ 'http://www.tradus.com/' + phone['tradus']['url'] if phone['tradus']['url'] is not None else '#' }}">
-
 
150
					{{ phone['tradus']['text'] }}
-
 
151
				</a>
-
 
152
		{% else %}
-
 
153
				<a href="{{ 'http://www.tradus.com/' + phone['tradus']['url'] if phone['tradus']['url'] is not None else '#' }}" target="_blank">
-
 
154
					{{ phone['tradus']['text'] }}
-
 
155
				</a>
-
 
156
		{% end %}
-
 
157
			</td>	
-
 
158
		
-
 
159
		
117
		</tr>
160
		</tr>
118
	{% end %}
161
	{% end %}
119
	</tbody>
162
	</tbody>
120
	</table>
163
	</table>
121
</div>
164
</div>