Exemple #1
0
    </div>




    <?php 
if ($this->player->getTotalNumberOfMatches() != 0) {
    ?>


    <div class="col-md-12">

        <h3>Overall Stats</h3>

        <?php 
    generateChart($this->player->getOveralStats(), 1, 'column');
    ?>



    </div>


    <?php 
}
?>
    
    
    
    
    
Exemple #2
0
echo SITE_URL . 'core/cache/Referee-' . $this->referee->getId() . '.png';
?>
">


        </div>


    </div>

    <?php 
if ($this->referee->getTotalMatches() != 0) {
    ?>

    <div class="col-md-12">

        <h3>Overall Stats</h3>

        <?php 
    generateChart($this->referee->getOverallStats(), 1, 'column');
    ?>



    </div>

    <?php 
}
?>

</div>
Exemple #3
0
    ?>
],
                        ['Tournaments',   <?php 
    echo $this->tournaments;
    ?>
],
                        ['Competitions',   <?php 
    echo $this->competitions;
    ?>
],
                    ]
                }]
            });
        });



    </script>

    <div class="container"><p></p></div>

    <h4 class="center">Total Matches (last 5 years)</h4>
    <div class="col-md-12"><br><?php 
    generateChart($this->getTotalMatchesStats(), 0, 'areaspline');
    ?>
</div>

</div>

<?php 
}
Exemple #4
0
        </div>


    </div>

    <?php 
if ($this->team->getTotalPlayedMatches() != 0) {
    ?>

    <div class="col-md-8">

        <h3>Overall Stats</h3>

        <?php 
    generateChart($this->team->getOverallStats(), 1, 'column');
    ?>

    </div>

    <?php 
}
?>
    
    
    <div class="col-md-4">
        <div id="graph-matches-won"></div>
    </div>
    
    
    <script>
Exemple #5
0
            <img src="<?php 
echo SITE_URL . 'images/Coach-' . $this->coach->getId() . '.png';
?>
">


        </div>


    </div>

    <?php 
if ($this->coach->getTotalMatches() != 0) {
    ?>

    <div class="col-md-12">

        <h3>Overall Stats</h3>

        <?php 
    generateChart($this->coach->getOverallStats(), 1, 'column');
    ?>

    </div>

    <?php 
}
?>

</div>