Esempio n. 1
0
    ?>
				Don't show players with an RD higher than
				<input type="text" name="rdlimit" size="4"  value="<?php 
    echo $rdlimit;
    ?>
">
				of 350 <input type="submit" value="Apply"> (lower RD = more accurate rating)
			<?php 
} else {
    ?>
			<?php 
    echo l('Only show players with');
    ?>
<br />
				<input type="text" name="minkills" size="4" maxlength="2" value="<?php 
    echo $playersObj->getOption('minkills');
    ?>
"><br />
				<?php 
    echo l('or more kills');
    ?>
.<br />
				<input type="submit" value="<?php 
    echo l('Apply');
    ?>
">
			<?php 
}
?>
		</form>
	</div>
Esempio n. 2
0
?>
</a>
			</li>
		</ul>
		<form method="GET" action="index.php">
			<input type="hidden" name="game" value="<?php 
echo $game;
?>
" />
			<input type="hidden" name="mode" value="players" />
			<?php 
echo l('Only show players with');
?>
<br />
			<input type="text" name="minkills" size="4" maxlength="4" value="<?php 
echo $playersObj->getOption('minkills');
?>
"><br />
			<?php 
echo l('or more kills');
?>
.<br />
			<button type="submit" title="<?php 
echo l('Apply');
?>
">
				<?php 
echo l('Apply');
?>
			</button>
		</form>
Esempio n. 3
0
}
# get the players overview
$pData = $playersObj->getPlayersOveriew();
?>

<h2>Players</h2>
<table cellpadding="0" cellspacing="0">
	<tr>
		<th>
			<a href="index.php?<?php 
echo makeQueryString(array('sort' => 'name', 'sortorder' => $newSort));
?>
">
				Name
				<?php 
if ($playersObj->getOption("sort") == "name") {
    if ($newSort == "ASC") {
        echo '<span class="icon blue" data-icon="|"></span>';
    } else {
        echo '<span class="icon blue" data-icon="~"></span>';
    }
}
?>
			</a>
		</th>
		<th>
			<a href="index.php?<?php 
echo makeQueryString(array('sort' => 'skill', 'sortorder' => $newSort));
?>
">
				Skill