Subversion Repositories SmartDukaan

Rev

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

Rev 22860 Rev 23026
Line 27... Line 27...
27
</style>
27
</style>
28
 
28
 
29
<section class="wrapper">            
29
<section class="wrapper">            
30
	<div class="row">
30
	<div class="row">
31
		<div class="col-lg-12">
31
		<div class="col-lg-12">
32
			<h3 class="page-header"><i class="icon_document_alt"></i>SCHEMES</h3>
32
			<h3 class="page-header"><i class="icon_document_alt"></i>SCHEME</h3>
33
			<ol class="breadcrumb">
33
			<ol class="breadcrumb">
34
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
34
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
35
				<li><i class="icon_document_alt"></i>SCHEMES</li>						  	
35
				<li><i class="icon_document_alt"></i>SCHEMES</li>						  	
36
			</ol>
36
			</ol>
37
		</div>
37
		</div>
Line 47... Line 47...
47
	    					<th>Name</th>
47
	    					<th>Name</th>
48
	    					<th>Description</th>
48
	    					<th>Description</th>
49
	    					<th>Type</th>
49
	    					<th>Type</th>
50
	    					<th>Amount Type</th>
50
	    					<th>Amount Type</th>
51
	    					<th>Amount</th>
51
	    					<th>Amount</th>
52
	    					<th>Start Date</th>
52
	    					<th>Start Date Time</th>
53
	    					<th>End Date</th>
53
	    					<th>End Date Time</th>
54
	    					<th>Created On</th>
54
	    					<th>Created On</th>
55
	    					<th>Active</th>
55
	    					<th>Active</th>
56
	    					<th>Expire</th>
56
	    					<th>Expire</th>
57
	    				</tr>
57
	    				</tr>
58
	    				#if(!$schemes.isEmpty())
58
	    				#if(!$schemes.isEmpty())
Line 62... Line 62...
62
			    					<td>$scheme.getName()</td>
62
			    					<td>$scheme.getName()</td>
63
			    					<td>$scheme.getDescription()</td>
63
			    					<td>$scheme.getDescription()</td>
64
			    					<td>$scheme.getType()</td>
64
			    					<td>$scheme.getType()</td>
65
			    					<td>$scheme.getAmountType()</td>
65
			    					<td>$scheme.getAmountType()</td>
66
			    					<td>$scheme.getAmount()</td>
66
			    					<td>$scheme.getAmount()</td>
67
			    					<td>$scheme.getFormattedStartDate()</td>
67
			    					<td>$scheme.getFormattedStartDateTime()</td>
68
			    					<td>$scheme.getFormattedEndDate()</td>
68
			    					<td>$scheme.getFormattedEndDateTime()</td>
69
			    					<td>$scheme.getFormattedCreateTimestamp()</td>
69
			    					<td>$scheme.getFormattedCreateTimestamp()</td>
70
			    					#if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
70
			    					#if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
71
			    						<td><i class="fa fa-check" aria-hidden="true"></i></td>
71
			    						<td><i class="fa fa-check" aria-hidden="true"></i></td>
72
			    					#else
72
			    					#else
73
			    						<td><i class="fa fa-times" aria-hidden="true"></i></td>
73
			    						<td><i class="fa fa-times" aria-hidden="true"></i></td>