Subversion Repositories SmartDukaan

Rev

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

Rev 29487 Rev 29622
Line 104... Line 104...
104
			      		<div class="caption" style="padding:9px 0 0">
104
			      		<div class="caption" style="padding:9px 0 0">
105
						    <div style="margin:0 0 -2px -2px">
105
						    <div style="margin:0 0 -2px -2px">
106
						    	<button class="btn btn-lg btn-default mk_plan_select" style="width:100%" 
106
						    	<button class="btn btn-lg btn-default mk_plan_select" style="width:100%" 
107
						    		data-key="${plan.productId}"
107
						    		data-key="${plan.productId}"
108
						    		data-amount="${plan.premium}"
108
						    		data-amount="${plan.premium}"
109
						    	>${plan.duration} Rs.<span class="currency">@${plan.premium}</span>
109
						    	>${plan.duration}@ Rs.<span class="currency">${plan.premium}</span>
110
						    	</button>
110
						    	</button>
111
						    </div>
111
						    </div>
112
						</div>
112
						</div>
-
 
113
						<div>
-
 
114
							Your Landing(DP) - ${plan.dp}
-
 
115
						</div>
113
					</div>
116
					</div>
114
				</div>`;
117
				</div>`;
115
			templateArr.push(template);
118
			templateArr.push(template);
116
			if(index%4==3 || +index+1==plansList.length) {
119
			if(index%4==3 || +index+1==plansList.length) {
117
				templateArr = [`<div class="row col-lg-12">${templateArr.join('')}</div>`];
120
				templateArr = [`<div class="row col-lg-12">${templateArr.join('')}</div>`];