mirror of
				https://github.com/optim-enterprises-bv/control-pane.git
				synced 2025-10-30 01:22:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			444 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			444 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $clonos->useDialogs(array(
 | |
| 	
 | |
| ));
 | |
| ?>
 | |
| <div id="tab1">
 | |
| <h1>Template for instances:</h1>
 | |
| 
 | |
| <!-- p><span class="top-button icon-plus id:jail-settings">Создать контейнер</span></p-->
 | |
| 
 | |
| <table class="tsimple" id="instanceslist" width="100%">
 | |
| 	<thead>
 | |
| 		<tr>
 | |
| 			<th class="txtleft wdt-150">Logo</th>
 | |
| 			<th class="txtleft wdt-100">Name</th>
 | |
| 			<th>Desc</th>
 | |
| 		</tr>
 | |
| 	</thead>
 | |
| 	<tbody></tbody>
 | |
| </table>
 | |
| 
 | |
| </div>
 | |
| <div id="tab2"></div>
 | 
