mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-27 12:36:04 -05:00
Merge 81e2fa165c into c46bac0471
This commit is contained in:
commit
727efe577d
|
|
@ -536,14 +536,8 @@ if (!$user) {
|
|||
<th width="55" style="text-align:center"><abbr title="Elo rating">Elo</abbr></th>
|
||||
<th width="50" style="text-align:center"><abbr title="user's percentage chance of winning a random battle (aka GLIXARE)">GXE</abbr></th>
|
||||
<th width="80" style="text-align:center"><abbr title="Glicko-1 rating: rating±deviation">Glicko-1</abbr></th>
|
||||
<?php
|
||||
if ($user['userid'] === $curuser['userid']) {
|
||||
?>
|
||||
<th width="20" style="text-align:center"><abbr title="Wins">W</abbr></th>
|
||||
<th width="20" style="text-align:center"><abbr title="Losses">L</abbr></th>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
<?php
|
||||
echo $bufs['official'];
|
||||
|
|
@ -555,14 +549,8 @@ if (!$user) {
|
|||
<th width="55" style="text-align:center"><abbr title="Elo rating">Elo</abbr></th>
|
||||
<th width="50" style="text-align:center"><abbr title="user's percentage chance of winning a random battle (aka GLIXARE)">GXE</abbr></th>
|
||||
<th width="80" style="text-align:center"><abbr title="Glicko-1 rating: rating±deviation">Glicko-1</abbr></th>
|
||||
<?php
|
||||
if ($user['userid'] === $curuser['userid']) {
|
||||
?>
|
||||
<th width="20" style="text-align:center"><abbr title="Wins">W</abbr></th>
|
||||
<th width="20" style="text-align:center"><abbr title="Losses">L</abbr></th>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
<?php
|
||||
echo $bufs['unofficial'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user