Subversion Repositories SmartDukaan

Rev

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

Rev 6293 Rev 6336
Line 1... Line 1...
1
#if($action.getError() && $action.getError()!="")
1
#if($action.getError() && $action.getError()!="")
2
	<div style='padding:15px;'>
2
	<div style='padding:15px;'>
3
		$action.getError()
3
		$action.getError()
4
	</div>
4
	</div>
5
#else
5
#else
-
 
6
	#set($denominationType = $action.getDenominationType())
6
	#set($rechargeDenominations = $action.getRechargeDenominations())
7
	#set($rechargeDenominations = $action.getRechargeDenominations())
7
    <table style="width:100%">
8
    <table style="width:100%">
8
    	<thead>
9
    	<thead>
9
    		<tr style="font-size: 17px;font-weight: normal;text-align: center;padding: 5px;">
10
    		<tr style="font-size: 17px;font-weight: normal;text-align: center;padding: 5px;">
10
    			<th>Amount</th>
11
    			<th>Amount</th>
11
				<th>Validity</th>
12
				<th>Validity</th>
-
 
13
				#if($denominationType == "1")
-
 
14
					<th>Amount</th>
-
 
15
				#else
12
    			<th>Benefits</th>
16
					<th>Benefits</th>
-
 
17
				#end
13
    		</tr>
18
    		</tr>
14
    	</thead>
19
    	</thead>
15
    	<tbody>
20
    	<tbody>
16
			#foreach($rechargeDenomination in $rechargeDenominations)
21
			#foreach($rechargeDenomination in $rechargeDenominations)
17
				#set($validity=$rechargeDenomination.getValidity())
22
				#set($validity=$rechargeDenomination.getValidity())