Subversion Repositories SmartDukaan

Rev

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

Rev 22779 Rev 22780
Line -... Line 1...
-
 
1
<script type="text/javascript">
-
 
2
	var alldata = <?php json_encode($result); 
-
 
3
</script>
1
<div class="container">
4
<div class="container">
2
	<!--<div class="row">
-
 
3
		<div class="col-xs-12">
-
 
4
			<?php echo $this->Form->create('Retailer');
-
 
5
				$searchtype = array(0 => 'Invite code inserted', 1=> 'Invite code not inserted',2=>'Not Verified');
-
 
6
				echo $this->Form->input('searchReatailerBy',array('options'=> $searchtype ));
-
 
7
				echo $this->Form->end(__('Submit'));
-
 
8
			?>
-
 
9
			
-
 
10
		</div>
-
 
11
	</div>-->
-
 
12
	
5
	
13
	<?php if(isset($result) && !empty($result)):?>
6
	<?php if(isset($result) && !empty($result)):?>
14
		<div class="row">
7
		<div class="row">
15
			<div class="col-xs-12 ">
8
			<div class="col-xs-12 ">
16
				<table cellpadding="0" cellspacing="0" class="table table-striped">
9
				<table cellpadding="0" cellspacing="0" class="table table-striped">
Line 31... Line 24...
31
						<td><?php echo $rval['u']['email'];?></td>
24
						<td><?php echo $rval['u']['email'];?></td>
32
						<td><?php echo $rval['u']['mobile_number'];?></td>
25
						<td><?php echo $rval['u']['mobile_number'];?></td>
33
						<td><?php echo $rval['a']['name'];?></td>
26
						<td><?php echo $rval['a']['name'];?></td>
34
						<td><?php echo $rval['r']['type'];?></td>
27
						<td><?php echo $rval['r']['type'];?></td>
35
						<td><?php echo $rval['r']['number'];?></td>
28
						<td><?php echo $rval['r']['number'];?></td>
36
						<td><?php echo $rval['r']['created'];?></td>
29
						<td><?php echo $rval['r']['create_timestamp'];?></td>
37
						<td><button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#myModal">View Details</button> 
30
						<td><button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#myModal">View Details</button> 
38
					</tr>
31
					</tr>
39
					<?php endforeach;?>
32
					<?php endforeach;?>
40
					
33
					
41
				</table>
34
				</table>