KLanding/konvos.php

34 lines
1.6 KiB
PHP
Raw Permalink Normal View History

2015-11-25 21:35:06 +00:00
<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>
2016-04-07 13:25:35 +01:00
</head> <div class="Widgets">
2015-11-25 21:35:06 +00:00
<table width='275' cellspacing='0' cellpadding='1'>
2016-02-14 16:55:55 +00:00
<tr onclick="toggleNextRow(this)">
2016-04-07 13:25:35 +01:00
<th>Konvos Status</font></th>
2015-11-25 21:35:06 +00:00
</tr>
2015-11-25 21:41:58 +00:00
<tr class="hiddenRow">
<td BGCOLOR='#FFFFFF'>
2016-04-07 18:03:31 +01:00
<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>
2016-04-07 17:57:27 +01:00
<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>
2015-11-25 21:35:06 +00:00
</table>
<div id="clockbox" style="font:12pt Arial; color:#0066FF;"></div>
</select>
</form>
</td>
2016-04-07 13:25:35 +01:00
</table>
</div>