Subversion Repositories SmartDukaan

Rev

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

Rev 19780 Rev 19792
Line 48... Line 48...
48
				</div>
48
				</div>
49
				
49
				
50
			</div>
50
			</div>
51
		</div>
51
		</div>
52
		
52
		
53
		<?php if(!empty($tinresult)):?>
53
		
54
		<div class="col-lg-6">
54
		<div class="col-lg-6">
55
			<div class = "row">
55
			<div class = "row">
56
				<div class="col-lg-12 table-responsive">
56
				<div class="col-lg-12 table-responsive">
57
					
57
					<?php if(!empty($tinresult)):?>
58
					<h2><?php echo __('Tin Detail'); ?></h2>
58
						<h2><?php echo __('Tin Detail'); ?></h2>
59
	
59
		
60
					<table cellpadding="0" cellspacing="0" border="1" class="table table-striped" >
60
						<table cellpadding="0" cellspacing="0" border="1" class="table table-striped" >
61
						<tr>							
61
							<tr>							
62
							<th style="text-align:center">Counter Name</th>
62
								<th style="text-align:center">Counter Name</th>
63
							<td><?php echo $tinresult['counter_name'];?></td>
63
								<td><?php echo $tinresult['counter_name'];?></td>
64
						</tr>
64
							</tr>
65
						<tr>
65
							<tr>
66
							<th style="text-align:center">Counter Address</th>
66
								<th style="text-align:center">Counter Address</th>
67
							<td><?php echo $tinresult['counter_address'];?></td>
67
								<td><?php echo $tinresult['counter_address'];?></td>
68
						</tr>
68
							</tr>
69
						<tr>
69
							<tr>
70
							<th style="text-align:center">State	</th>
70
								<th style="text-align:center">State	</th>
71
							<td><?php echo $tinresult['state'];?></td>
71
								<td><?php echo $tinresult['state'];?></td>
72
						</tr>
72
							</tr>
73
						<tr>
73
							<tr>
74
							<th style="text-align:center">PAN</th>
74
								<th style="text-align:center">PAN</th>
75
							<td><?php echo $tinresult['pan'];?></td>
75
								<td><?php echo $tinresult['pan'];?></td>
76
						</tr>
76
							</tr>
77
						<tr>
77
							<tr>
78
							<th style="text-align:center">Date of Registration</th>
78
								<th style="text-align:center">Date of Registration</th>
79
							<td><?php echo $tinresult['registered_on'];?></td>
79
								<td><?php echo $tinresult['registered_on'];?></td>
80
						</tr>
80
							</tr>
81
					</table>
81
						</table>
82
					
82
					<?php else:?>
-
 
83
						<div><br><br><br><br>* Invalid tin or no reponse from the api.</div>
-
 
84
					<?php endif;?>
83
				</div>
85
				</div>
84
				
86
				
85
			</div>
87
			</div>
86
		</div>
88
		</div>
87
		<?php endif;?>
89
		
88
		
90
		
89
	</div>
91
	</div>
90
	
92
	
91
	<form action="/admin/retailers/retailerverify" method="post" id="RetailerAdminRetailerverifyForm">
93
	<form action="/admin/retailers/retailerverify" method="post" id="RetailerAdminRetailerverifyForm">
92
	 Your Input: <textarea id="RetailerText" name="data[Retailer][text]" cols="25" rows="5">
94
	 Your Input: <textarea id="RetailerText" name="data[Retailer][text]" cols="25" rows="5">