Add files
This commit is contained in:
51
ReallifeGamemode.Client/assets/html/onlinelist/index.html
Normal file
51
ReallifeGamemode.Client/assets/html/onlinelist/index.html
Normal file
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de" class="colorblind-mode">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, target-densitydpi=device-dpi, user-scalable=no">
|
||||
<title>Spielerliste</title>
|
||||
<link rel="stylesheet" href="package://assets/css/onlinelist/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="heading">
|
||||
<h1>Spielerliste</h1>
|
||||
<h2>Spieler: <span id="player-count"></span></h2>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>Fraktion</th>
|
||||
<th>Ping (ms)</th>
|
||||
<tr>
|
||||
</thead>
|
||||
|
||||
<tbody id="players">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<ol class="inline stats">
|
||||
<li><abbr title="Los Santos Police Department" class="group group--1">LSPD</abbr>: <span id="1">5</span></li>
|
||||
<li><abbr title="Federal Investigation Bureau" class="group group--3">FIB</abbr>: <span id="3">5</span></li>
|
||||
<li><abbr title="Los Santos Emergency Department" class="group group--2">LSED</abbr>: <span id="2">5</span></li>
|
||||
</ol>
|
||||
|
||||
<ol class="inline stats">
|
||||
<li><abbr title="Grove Street Families" class="group group--7">GSF</abbr>: <span id="7">5</span></li>
|
||||
<li><abbr title="Front Yard Ballas" class="group group--8">FYB</abbr>: <span id="8">5</span></li>
|
||||
<li><abbr title="Los Santos Vagos" class="group group--5">LSV</abbr>: <span id="5">5</span></li>
|
||||
</ol>
|
||||
|
||||
<ol class="inline stats">
|
||||
<li><abbr title="Weazel News" class="group group--9">NR</abbr>: <span id="9">5</span></li>
|
||||
<li><abbr title="Zivilisten" class="group group--0">Zivilisten</abbr>: <span id="0">5</span></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<script src="package://assets/js/onlinelist/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user