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:
@ -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 — <a href="http://raidmax.org/IW4MAdmin">RaidMax.org</a></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
3
Admin/webfront/footer.html
Normal file
3
Admin/webfront/footer.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div id="footer">IW4M Admin v{{VERSION}} — <a href="http://raidmax.org/IW4MAdmin">RaidMax.org</a></div>
|
||||
</body>
|
||||
</html>
|
@ -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>
|
||||
|
@ -6,7 +6,4 @@
|
||||
<h1 style="margin-top: 0;">Currently Monitoring</h1>
|
||||
<hr />
|
||||
{{SERVERS}}
|
||||
</div>
|
||||
<div id="footer">IW4M Admin — <a href="http://raidmax.org/IW4MAdmin">RaidMax.org</a></div>
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
8
Admin/webfront/player.html
Normal file
8
Admin/webfront/player.html
Normal 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>
|
@ -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 — <a href="http://raidmax.org/IW4MAdmin">RaidMax.org</a></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
Reference in New Issue
Block a user