echo $kls->kelas_name;
?>
        <small><?php 
echo Lang::t('Subject');
?>
: <?php 
echo $mp->mp_name;
?>
</small>
    </h1>
    <div class="row" style="margin-bottom: 10px;">
        <div class="col-md-3 col-xs-12">
            <?php 
//select on mon
$urlOnChange = _SPPATH . $webClass . "/" . $method . "?klsid=" . $kls->kelas_id;
Selection::subjectSelector($mp, $urlOnChange);
?>
        </div>
        <div class="col-md-3 col-xs-12">
            <?php 
//select on kelas
$urlOnChange = _SPPATH . $webClass . "/" . $method . "?mp_id=" . $mp->mp_id;
Selection::kelasSelector($kls, $urlOnChange);
$t = time();
?>
        </div>
    </div>
    <div class="table-responsive">


        <table class="table table-bordered table-hover">