<div class="divider"></div> <div style="max-height:300px;overflow-y:scroll;"> <p class="dropdown-info"> <?php echo $row_student['student_id']; ?> </br> <?php echo $row_student['f_name']; ?> <?php echo $row_student['l_name']; ?> </br> <?php echo print_level($year_level); ?> </br> <?php echo $course_title; ?> </br> <?php echo ""; ?> </br> <?php echo $course_code . " "; ?> </br> <?php
<table> <colgroup> <col width="200"/> <col width="300"/> </colgroup> <tr> <th class="t-label">Student No:</th> <th class="t-value"><?php echo $student_id; ?> </th> </tr> <tr> <th class="t-label">Year Level:</th> <th class="t-value"><?php echo print_level($stud_year_level); ?> </th> </tr> <tr> <th class="t-label"><!-- Retention -->Status:</th> <th class="t-value"><?php echo $status; ?> </th> </tr> <tr> <th class="t-label"><!-- Academic Year -->Course code:</th> <th class="t-value"><?php echo $stud_course_code; //$year_of_reg."-".$next_yr;