IW4M-Admin/Admin/webfront/main.html
Michael Snyder f42ee69580 Just pushing some changes
-webfront now displays player info and link to repz account
-webfront shows ips for authed admin ( determined by ip )
-webfront now show chat and allows authed players to send ingame messages
-fixed time span issue in webfront
-fixed most recent ban always missing
-fixed crash when RCON stops responding and removing a player
-version on footer
2015-04-19 13:14:30 -05:00

14 lines
316 B
HTML

<script>
function show_data()
{
$('#chatList').load('/?chat');
}
setInterval('show_data()', 5000);
</script>
<div id="container">
<div class="h0" style="margin-top: 0">IW4M Admin</div><div id="header_img"></div>
<h1 style="margin-top: 0;">Currently Monitoring</h1>
<hr />
{{SERVERS}}
</div>