コード例 #1
0
ファイル: default.php プロジェクト: kbaerthel/com_clm
        if ($ex > 0) {
            ?>
<div class="hint"><?php 
            echo JText::_('LEAGUE_RATING_IMPOSSIBLE');
            ?>
</div><?php 
        }
        if ($ey > 0) {
            ?>
<div class="hint"><?php 
            echo JText::_('LEAGUE_WITH_UNCONTESTED');
            ?>
</div><?php 
        }
        if ($count > 9) {
            $punkte = CLMModelStatistik::checkSpieler($bestenliste[9]->Punkte);
            if ($punkte == 11) {
                ?>
<br>
<div class="hint">** <?php 
                echo JText::_('LEAGUE_RATING_ONE_MORE');
                ?>
 <?php 
                echo $bestenliste[9]->Punkte;
                ?>
</div>
<?php 
            }
            if ($punkte > 11) {
                ?>
<div class="hint">** <?php