<?php echo $this->lang->line('quick_link'); ?>: <?php if(has_permission(VIEW, 'teacher', 'department')){ ?> <a href="<?php echo site_url('teacher/department/index'); ?>"><?php echo $this->lang->line('department'); ?></a> <?php } ?> <?php if(has_permission(VIEW, 'teacher', 'teacher')){ ?> | <a href="<?php echo site_url('teacher/teacher/index'); ?>"><?php echo $this->lang->line('teacher'); ?></a> <?php } ?> <?php if(has_permission(VIEW, 'teacher', 'lecture')){ ?> | <a href="<?php echo site_url('teacher/lecture/index'); ?>"><?php echo $this->lang->line('class_lecture'); ?></a> <?php } ?> <?php if(has_permission(VIEW, 'teacher', 'rating') && $this->session->userdata('role_id') == STUDENT){ ?> | <a href="<?php echo site_url('teacher/rating/index'); ?>"><?php echo $this->lang->line('rating'); ?></a> <?php } ?> <?php if(has_permission(VIEW, 'teacher', 'rating') && $this->session->userdata('role_id') != STUDENT){ ?> | <a href="<?php echo site_url('teacher/rating/manage'); ?>"><?php echo $this->lang->line('rating'); ?></a> <?php } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
department | Folder | 0777 |
|
|
lecture | Folder | 0777 |
|
|
rating | Folder | 0777 |
|
|
researcharea | Folder | 0777 |
|
|
get-single-teacher.php | File | 7.44 KB | 0777 |
|
index.html | File | 131 B | 0777 |
|
index.php | File | 76.27 KB | 0777 |
|
quick-link.php | File | 1.08 KB | 0777 |
|