Пример #1
0
?>
</th>
        <th title="Player Efficiency Rating"><?php 
echo custom_sort('Efficiency', 'efficiency');
?>
</th>
        <th title="Player Skill Rating"><?php 
echo custom_sort('Skill', 'skill');
?>
</th>
        <th title="Player Skill Rating as Alien"><?php 
echo custom_sort('Skill Alien', 'skill_a');
?>
</th>
        <th title="Player Skill Rating as Human"><?php 
echo custom_sort('Skill Human', 'skill_h');
?>
</th>
      </tr>
    </thead>

    <tfoot>
      <tr>
        <td colspan="10">
          Pages: <?php 
echo $this->pagelister->GetHTML();
?>
        </td>
      </tr>
    </tfoot>
Пример #2
0
    <thead>
      <tr>
        <th title="Feed Rank"><?php 
echo custom_sort('#', 'rank');
?>
</th>
        <th><?php 
echo custom_sort('Player', 'player');
?>
</th>
        <th title="Average Kills to Enemy per Round"><?php 
echo custom_sort('AVG Kills', 'average_kills');
?>
</th>
        <th title="Average Deaths by Enemy per Round"><?php 
echo custom_sort('AVG Deaths', 'average_deaths');
?>
</th>
      </tr>
    </thead>

    <tfoot>
      <tr>
        <td colspan="4">
          Pages: <?php 
echo $this->pagelister->GetHTML();
?>
        </td>
      </tr>
    </tfoot>
Пример #3
0
?>
</th>
        <th><?php 
echo 'Known as';
?>
</th>
        <th><?php 
echo custom_sort('Kills', 'kills');
?>
</th>
        <th><?php 
echo custom_sort('Deaths', 'deaths');
?>
</th>
        <th><?php 
echo custom_sort('Efficiency', 'efficiency');
?>
</th>
      </tr>
    </thead>

    <tfoot>
      <tr>
        <td colspan="5">
          Pages: <?php 
echo $this->pagelister->GetHTML();
?>
        </td>
      </tr>
    </tfoot>
Пример #4
0
?>
</th>
        <th><?php 
echo custom_sort('Player', 'player');
?>
</th>
        <th title="Average Kills to Enemy per Round"><?php 
echo custom_sort('AVG Kills', 'average_kills');
?>
</a></th>
        <th title="Average Deaths by Enemy per Round"><?php 
echo custom_sort('AVG Deaths', 'average_deaths');
?>
</th>
        <th title="Average Kills to Team per Round"><?php 
echo custom_sort('AVG Team Kills', 'average_team_kills');
?>
</th>
      </tr>
    </thead>

    <tfoot>
      <tr>
        <td colspan="5">
          Pages: <?php 
echo $this->pagelister->GetHTML();
?>
        </td>
      </tr>
    </tfoot>