Subversion Repositories SmartDukaan

Rev

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

Rev 26418 Rev 26766
Line 86... Line 86...
86
	
86
	
87
</div>	
87
</div>	
88
#end	
88
#end	
89
#end		
89
#end		
90
 
90
 
-
 
91
 
-
 
92
#if(!$pastApproved.isEmpty())
-
 
93
<h4 class="modelHeaderCustom" style="font-size:22px;padding:10px;"> Refferals</h4>
-
 
94
#foreach($pstApproved in $pastApproved.keySet())
-
 
95
<div class="row">
-
 
96
 
-
 
97
		  <div class="col-lg-2 form-group">
-
 
98
				   	<input placeholder="refereeEmail" id="refereeEmail" name="refereeEmail" type="text" value="$pstApproved" class="form-control input-sm" readonly>
-
 
99
		</div>	
-
 
100
		
-
 
101
       <div class="col-lg-2 form-group">
-
 
102
				<input placeholder="Count" id="count" name="count" type="text" value="$pastApproved.get($pstApproved)" class="form-control input-sm" readonly>
-
 
103
		</div>
-
 
104
	#if($pastApproved.get($pstApproved) <= 4)
-
 
105
	   	#set($mul =$pastApproved.get($pstApproved) * 5000)
-
 
106
             <div class="col-lg-2 form-group">
-
 
107
				   	<input placeholder="Amount" id="refferalAmount" name="refferalAmount" type="text" value="$mul" class="form-control input-sm" readonly>
-
 
108
		</div>	
-
 
109
		#elseif($pastApproved.get($pstApproved) <= 9)'
-
 
110
			#set($mul =$pastApproved.get($pstApproved)* 10000)
-
 
111
		    <div class="col-lg-2 form-group">
-
 
112
				   	<input placeholder="Amount" id="refferalAmount" name="refferalAmount" type="text" value="$mul" class="form-control input-sm" readonly>
-
 
113
		</div>	
-
 
114
		#elseif($pastApproved.get($pstApproved) >=10)
-
 
115
		    <div class="col-lg-2 form-group">
-
 
116
				   	<input placeholder="Amount" id="refferalAmount" name="refferalAmount" type="text" value="200000" class="form-control input-sm" readonly>
-
 
117
		</div>	
-
 
118
		#end
-
 
119
  		
-
 
120
	<div class="col-lg-2 form-group">
-
 
121
			<button class="btn btn-primary" type="button" onclick="refferalAmountSubmit(`$pstApproved`,$pastApproved.get($pstApproved),`$previousMonth`)"> Add Money to wallet</button>
-
 
122
	</div>			
-
 
123
	
-
 
124
</div>	
-
 
125
#end	
-
 
126
#end	
-
 
127
 
91
	
128
	
92
 
129
 
93
	</section>
130
	</section>
94
131