mirror of
				https://github.com/valentineus/iii-module.git
				synced 2025-11-04 04:29:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			263 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<div class="row">
 | 
						|
  <div class="col-md-12">
 | 
						|
      <table class="table table-striped">
 | 
						|
        <tr>
 | 
						|
          <th>#</th>
 | 
						|
          <th>Text</th>
 | 
						|
          <th>Date</th>
 | 
						|
        </tr>
 | 
						|
        <?php ShowRecord(GetID()); ?>
 | 
						|
      </table>
 | 
						|
  </div>
 | 
						|
</div>
 |