templates/index.tpl
browsing at commit = 5245f440c4f8c6ee1f1c72b3eaff9ad67071fe82
{{%AUTOESCAPE context="HTML"}}
<html>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<META http-equiv="Content-Language" content="en">
<META name="description" content="OpenArena stats by oastats">
<LINK rel="stylesheet" href="static/css/oastat.css" type="text/css">
<TITLE>OpenArena Stats</TITLE>
</HEAD>
<BODY>
<DIV id="marco">
<DIV class="cuadropresentacion">
<DIV class="update">Last updated on {{GENERATION_DATE}}</DIV>
<DIV class="intro">OpenArena Stats</DIV>
<TABLE class="tabladatos">
<TR>
<TH><DIV class="tituloup"></DIV></TH>
<TH><DIV class="tituloup">Last seen</DIV></TH>
<TH><DIV class="tituloup">Is bot</DIV></TH>
</TR>
{{#PLAYER_LIST}}
<tr>
<td><div class="jugador{{EVEN_LINE}}">{{PLAYER_NAME}}</div></td>
<td><div class="dato{{EVEN_LINE}}">{{PLAYER_LAST_SEEN}}</div></td>
<td><div class="dato{{EVEN_LINE}}">{{PLAYER_IS_BOT}}</div></td>
<tr>
{{/PLAYER_LIST}}
</TABLE>
</DIV>
</DIV>
</BODY>
</html>