Esempio n. 1
0
                    <div class="col-md-5">
                        <div style="width: 20px; float: left;"><?php 
        echo $gameImg;
        ?>
</div>
                        <div><?php 
        echo $this->escape($war->getWarEnemyTag());
        ?>
</div>
                    </div>
                    <div class="small" style="margin-top: 3px; float: left;">vs.</div>
                    <div class="col-md-3" style="padding-left: 5px;">
                        <?php 
        echo $this->escape($war->getWarGroupTag());
        ?>
                    </div>
                </a>
                <div class="small" style="margin-top: 3px; margin-right: 3px;" align="right">
                    <?php 
        echo $warMapper->countdown(date("Y", strtotime($warTime)), date("m", strtotime($warTime)), date("d", strtotime($warTime)), date("H", strtotime($warTime)), date("i", strtotime($warTime)));
        ?>
                </div>
            </div>
        </div>
    <?php 
    }
} else {
    ?>
    <?php 
    echo $this->getTranslator()->trans('noWars');
}