34 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <html> 
 | |
| <head> 
 | |
|   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
 | |
|     <style>
 | |
|         .hiddenRow { display: none; }
 | |
|     </style>
 | |
|     <script>
 | |
|         function toggleNextRow(row) {
 | |
|             var nextRow = $(row).next();
 | |
|             nextRow.toggle();
 | |
|         }
 | |
|     </script>
 | |
| </head> <div class="Widgets">
 | |
| <table width='275' cellspacing='0' cellpadding='1'>
 | |
|   <tr onclick="toggleNextRow(this)">
 | |
|     <th>Konvos Status</font></th>
 | |
|   </tr>
 | |
|   <tr class="hiddenRow">
 | |
|     <td BGCOLOR='#FFFFFF'>
 | |
| 	    <table id='konvostable' width='275' border='0' cellspacing='0' cellpadding='1'><thead><tr onclick='togglebodyServers()' ><th>User</font></th><th>Status</font></th></tr></thead>
 | |
| 	<tbody><td BGCOLOR='#FFFFFF'><font color="black">Karl</font></td><td BGCOLOR='#FFFFFF'><font color="black"><?php require "http://konvos.cf:5280/status/karl/html"; ?></font></td></tr>
 | |
| 	<tbody><td BGCOLOR='#FFFFFF'><font color="black">Duly</font></td><td BGCOLOR='#FFFFFF'><font color="black"><?php require "http://konvos.cf:5280/status/duly/html"; ?></font></td></tr>
 | |
| 	<tbody><td BGCOLOR='#FFFFFF'><font color="black">Darren</font></td><td BGCOLOR='#FFFFFF'><font color="black"><?php require "http://konvos.cf:5280/status/darren/html"; ?></font></td></tr>
 | |
| 	<tbody><td BGCOLOR='#FFFFFF'><font color="black">Kris</font></td><td BGCOLOR='#FFFFFF'><font color="black"><?php require "http://konvos.cf:5280/status/kris/html"; ?></font></td></tr>
 | |
| 	</table>
 | |
| 	
 | |
| 	
 | |
| 	
 | |
| <div id="clockbox" style="font:12pt Arial; color:#0066FF;"></div>
 | |
| </select>
 | |
| </form>
 | |
| </td>
 | |
| </table>
 | |
| </div>
 |