33 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.5 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> 
 | 
						|
<table width='275' cellspacing='0' cellpadding='1'>
 | 
						|
  <tr onclick="toggleNextRow(this)">
 | 
						|
    <th style='text-align: left;'><font color='white'>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 style='text-align: left;'><font color='white'>User</font></th><th style='text-align: left;'><font color='white'>Status</font></th></tr></thead>
 | 
						|
	<tbody><td BGCOLOR='#FFFFFF'>Karl</td><td BGCOLOR='#FFFFFF'><?php require "http://konvos.cf:5280/status/karl/html"; ?></td></tr>
 | 
						|
	<tbody><td BGCOLOR='#FFFFFF'>Duly</td><td BGCOLOR='#FFFFFF'><?php require "http://konvos.cf:5280/status/duly/html"; ?></td></tr>
 | 
						|
	<tbody><td BGCOLOR='#FFFFFF'>Darren</td><td BGCOLOR='#FFFFFF'><?php require "http://konvos.cf:5280/status/darren/html"; ?></td></tr>
 | 
						|
	<tbody><td BGCOLOR='#FFFFFF'>Kris</td><td BGCOLOR='#FFFFFF'><?php require "http://konvos.cf:5280/status/kris/html"; ?></td></tr>
 | 
						|
	</table>
 | 
						|
	
 | 
						|
	
 | 
						|
	
 | 
						|
<div id="clockbox" style="font:12pt Arial; color:#0066FF;"></div>
 | 
						|
</select>
 | 
						|
</form>
 | 
						|
</td>
 | 
						|
</table>
 |