Subversion Repositories SmartDukaan

Rev

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

Rev 23343 Rev 23752
Line 1... Line 1...
1
<div class="row">
1
<div class="row">
2
	<div class="col-lg-12">
2
	<div class="col-lg-12">
3
		<table class="table table-striped table-advance table-hover">
3
		<table class="table table-striped table-advance table-hover">
4
			<tbody>
4
			<tbody>
5
				<tr>
5
				<tr>
-
 
6
					<th>ID</th>
6
					<th>Name</th>
7
					<th>Name</th>
7
					<th>Description</th>
8
					<th>Description</th>
8
					<th>Type</th>
9
					<th>Type</th>
9
					<th>Amount Type</th>
10
					<th>Amount Type</th>
10
					<th>Amount</th>
11
					<th>Amount</th>
Line 15... Line 16...
15
					<th>Expire</th>
16
					<th>Expire</th>
16
				</tr>
17
				</tr>
17
				#if(!$schemes.isEmpty())
18
				#if(!$schemes.isEmpty())
18
	    			#foreach( $scheme in $schemes )
19
	    			#foreach( $scheme in $schemes )
19
	    				<tr class="scheme-details" data="$scheme.getId()">
20
	    				<tr class="scheme-details" data="$scheme.getId()">
-
 
21
	    					<td>$scheme.getId()</td>
20
	    					<td>$scheme.getName()</td>
22
	    					<td>$scheme.getName()</td>
21
	    					<td>$scheme.getDescription()</td>
23
	    					<td>$scheme.getDescription()</td>
22
	    					<td>$scheme.getType()</td>
24
	    					<td>$scheme.getType()</td>
23
	    					<td>$scheme.getAmountType()</td>
25
	    					<td>$scheme.getAmountType()</td>
24
	    					<td>$scheme.getAmount()</td>
26
	    					<td>$scheme.getAmount()</td>