Subversion Repositories SmartDukaan

Rev

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

Rev 29960 Rev 30012
Line 112... Line 112...
112
					<td class="currency">$pc.getModelSpecfic()</td>
112
					<td class="currency">$pc.getModelSpecfic()</td>
113
					#if($upgradeOffer)
113
					#if($upgradeOffer)
114
					<td class="currency">$pc.getUpgradeOffer()</td>
114
					<td class="currency">$pc.getUpgradeOffer()</td>
115
					#end
115
					#end
116
					#foreach($slabPayout in $pc.getSlabPayouts())
116
					#foreach($slabPayout in $pc.getSlabPayouts())
117
					#if($slabPayout.size()>0)
117
					#if($slabPayout && $slabPayout.size()>0)
118
					<td>
118
						<td>
-
 
119
							<select class="mk_criteria_slab"
119
					<select class="mk_criteria_slab" data-value="$slabPayout.entrySet().iterator().next().getValue()">
120
									data-value="$slabPayout.entrySet().iterator().next().getValue()">
120
						#foreach($payout in $slabPayout.entrySet())
121
								#foreach($payout in $slabPayout.entrySet())
121
							<option data-value="$payout.getValue()" value="$payout.getKey()">$payout.getKey() onwards</option>
122
									<option data-value="$payout.getValue()" value="$payout.getKey()">$payout.getKey()
-
 
123
										onwards
-
 
124
									</option>
122
						#end
125
								#end
123
					</select>
126
							</select>
124
					</td>
127
						</td>
125
					<td class="currency">$slabPayout.values().iterator().next()</td>
128
						<td class="currency">$slabPayout.values().iterator().next()</td>
126
					#else
129
					#else
127
					<td> - </td>
130
						<td> -</td>
128
					<td> - </td>
131
					<td> - </td>
129
					#end
132
					#end
130
					#end
133
					#end
131
					<td class="currency totalmargin" data-value="$pc.getTotalScheme()">$pc.getTotalScheme()</td>
134
					<td class="currency totalmargin" data-value="$pc.getTotalScheme()">$pc.getTotalScheme()</td>
132
					<td class="currency netprice" data-value="$pc.getNetPrice()">$pc.getNetPrice()</td>
135
					<td class="currency netprice" data-value="$pc.getNetPrice()">$pc.getNetPrice()</td>