示例#1
0
<?php

require_once PLUGIN_DIR_PATH . 'admin/device.class.php';
require_once PLUGIN_DIR_PATH . 'admin/room.class.php';
require_once PLUGIN_DIR_PATH . 'admin/subject.class.php';
require_once PLUGIN_DIR_PATH . 'admin/lesson.class.php';
$args = ['fields' => ['display_name', 'id']];
$list_user = get_users($args);
$device = new Device();
$subject = new Subject();
$room = new Room();
$class = new Lesson();
$data = $class->getTable($where = "", $orderField = "mabh", $groupByField = "", Global_Define::KC_MANAGEMENT_ORDER . ' LIMIT ' . $class->num_item);
$num_page = $class->CountPage();
$list_device = $device->getTable($where = "", $orderField = "matb", $groupByField = "");
$list_room = $room->getTable($where = "", $orderField = "maphong", $groupByField = "");
$list_subject = $subject->getTable($where = "", $orderField = "mamon", $groupByField = "");
?>
<div id="wpbody" role="main">
	<div id="wpbody-content" aria-label="Nội dung chính" tabindex="0" style="overflow: hidden;">
			<div class="wrap">
				<h1><?php 
_e('Quản lý thiết bị phòng thực hành', KC_DOMAIN);
?>
</h1>
				<div id="welcome-panel" class="welcome-panel">
					<input type="hidden" id="welcomepanelnonce" name="welcomepanelnonce" value="d0b9b07e0f">        <a class="welcome-panel-close" href="http://manager.dev/wp-admin/?welcome=0">Hủy</a>
						<div class="welcome-panel-content">
							<h3><?php 
_e('Quản lý thiết bị môn học!', KC_DOMAIN);
?>