Esempio n. 1
0
</td>
					<td class="value" id="map_currentcallvote">
						<?php 
    echo $data['serverInfo']['map']['callvote']['login'] . ' : ' . $data['serverInfo']['map']['callvote']['cmdname'] . ' (' . $data['serverInfo']['map']['callvote']['cmdparam'] . ')';
    ?>
						<input class="button light" type="submit" name="CancelVote" id="CancelVote" value="<?php 
    echo Utils::t('Cancel vote');
    ?>
" />
					</td>
				</tr>
			<?php 
}
?>
			<?php 
if (AdminServ::isGameMode('Team', $data['serverInfo']['srv']['gameModeId']) && AdminServAdminLevel::hasPermission('force_scores')) {
    ?>
				<tr>
					<td class="key"><?php 
    echo Utils::t('Scores');
    ?>
</td>
					<td class="value" id="map_teamscore">
						<span class="team_0" title="<?php 
    echo Utils::t('Blue team');
    ?>
"></span>
						<input class="text" type="number" min="0" name="ScoreTeamBlue" id="ScoreTeamBlue" value="<?php 
    echo $data['serverInfo']['map']['scores']['blue'];
    ?>
" />