1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-27 15:40:32 -05:00

-webfront now displays player info and link to repz account

-fixed time span issue in webfront
-fixed crash when RCON stops responding and removing a player
-version on footer
This commit is contained in:
RaidMax
2015-04-12 23:25:34 -05:00
parent 8e31cbe138
commit 65b65716d2
18 changed files with 339 additions and 81 deletions

View File

@ -1,11 +1,6 @@
<body>
<div id="container">
<div class="h0" style="margin-top: 0; line-height:normal;">BANS<br/><a style="padding: 0; margin: 0; font-size: 24px; float: right;" href="/">Back</a></div>
<div id="logo_shit"></div>
{{BANS}}
</div>
<div id="footer">IW4M Admin &mdash; <a href="http://raidmax.org/IW4MAdmin">RaidMax.org</a></div>
</body>
</html>
</div>

View File

@ -0,0 +1,3 @@
<div id="footer">IW4M Admin v{{VERSION}} &mdash; <a href="http://raidmax.org/IW4MAdmin">RaidMax.org</a></div>
</body>
</html>

View File

@ -97,7 +97,7 @@
}
tr.row-grey {
background-color: #eee;
background-color: #ddd;
}
th
@ -211,9 +211,9 @@
}
.server_title {
font-size: 24pt;
font-size: 20pt;
margin-bottom: 20px;
min-width: 550px;
min-width: 530px;
}
.server_info {
@ -233,8 +233,10 @@
}
.players {
width: 60%;
width: 40%;
text-align: left;
padding-top: 10px;
padding-bottom 10p;x
}
.bans {
@ -271,7 +273,20 @@
.players tbody tr td
{
padding: 1px;
padding: 3px;
}
.player_info{
width: 100%;
vertical-align: top;
text-align: left;
}
.player_info td
{
text-align: left;
vertical-align: top;
padding: 0;
}
</style>
</head>

View File

@ -6,7 +6,4 @@
<h1 style="margin-top: 0;">Currently Monitoring</h1>
<hr />
{{SERVERS}}
</div>
<div id="footer">IW4M Admin &mdash; <a href="http://raidmax.org/IW4MAdmin">RaidMax.org</a></div>
</body>
</html>
</div>

View File

@ -0,0 +1,8 @@
<body>
<div id="container">
<div class="h0" style="margin-top: 0; line-height:normal;">PLAYER<br /><a style="padding: 0; margin: 0; font-size: 24px; float: right;" href="/">Back</a></div>
<div id="logo_shit"></div>
<div style="clear:both"></div>
<hr/>
{{PLAYER}}
</div>

View File

@ -3,8 +3,4 @@
<div class="h0" style="margin-top: 0; line-height:normal;">STATS<br /><a style="padding: 0; margin: 0; font-size: 24px; float: right;" href="/">Back</a></div>
<div id="logo_shit"></div>
{{STATS}}
</div>
<div id="footer">IW4M Admin &mdash; <a href="http://raidmax.org/IW4MAdmin">RaidMax.org</a></div>
</body>
</html>
</div>