-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfull-rankings.html
22 lines (21 loc) · 1.32 KB
/
full-rankings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?
$title = 'Full Rankings';
$tpl = new TemplateMaker;
$tpl->Header('+'.$title);
?>
<div id="main">
<div class="inner">
<? $tpl->HeroImage(['title'=>$title,'img'=>'hadesstar-playerdrones-by-gabrielbjorkstiernstrom.jpg','url'=>'https://gabrielbjorkstiernstrom.artstation.com','by'=>'Gabriel Bjorkstiernstrom']) ?>
<p>The method applied to process the results of submitted games is known as the Elo rating system. Wikipedia has a decent rundown of it <a href="https://en.wikipedia.org/wiki/Elo_rating_system">here</a> if you would like to know more. This goes through the history, the formula used, and many of the applications it has been used for over the years. This is a great place to start if you want to know how the ratings are achieved.</p>
<?=$tpl->GetDownload(WSL_PATH_RANKINGS,'Download v'.WSL_VERSION)?><? $tpl->DownloadBtns('rankings_') ?>
<br><br>
</div>
<div class="inner">
<h2>Rankings Table</h2>
<p><i>Click column headers to sort, or filter with the search box below.</i></p>
<input type="text" id="myinput" placeholder="Search..." title="Type in something"><br>
<h3>Cycle <?$tpl->Version()?></h3>
<table class="table-wrapper rankings"></table>
</div>
</div>
<? $tpl->Footer(['https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.17.8/js/jquery.tablesorter.min.js','tables.js']) ?>