示例#1
0
<div class="hint"><?php 
    echo JText::_('LEAGUE_RATING_COMMENT');
    ?>
</div>
<?php 
    if ($ex > 0) {
        ?>
<div class="hint"><?php 
        echo JText::_('SEASON_RATING_IMPOSSIBLE');
        ?>
</div><?php 
    }
}
if (isset($spieler[9]->Punkte)) {
    $punkte = CLMModelInfo::checkSpieler($spieler[9]->Punkte);
} else {
    $punkte = 0;
}
if ($punkte == 11) {
    ?>
<div class="hint">** <?php 
    echo JText::_('SEASON_RATING_ONE_MORE');
    ?>
 <?php 
    echo $spieler[9]->Punkte;
    ?>
</div>
<?php 
}
if ($punkte > 11) {