Beispiel #1
0
            <?php 
    echo $s->getStudentInfo();
    ?>
            <div id="makrs">

                <?php 
    $s->getStudentMarks($currentYear);
    ?>

            </div>



            <ul class="list-group avg">
                <li class="list-group-item">Tanulói átlag: <?php 
    echo $s->getMarksAvg($currentYear);
    ?>
</li>
                <li class="list-group-item">Legroszabb tantárgy: <?php 
    echo $s->getSubject($s->getSubjectId($currentYear, 2));
    ?>
</li>
                <li class="list-group-item">Legjobb tantárgy:  <?php 
    echo $s->getSubject($s->getSubjectId($currentYear, 1));
    ?>
</li>
            </ul>
            <ol <?php 
    echo $color;
    ?>
 class="breadcrumb misses">