예제 #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';
$args = ['fields' => ['display_name', 'id']];
$list_user = get_users($args);
$device = new Device();
$subject = new Subject();
$room = new Room();
$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);
?>
</h3>
예제 #2
0
<?php

require_once PLUGIN_DIR_PATH . 'admin/subject.class.php';
$class = new Subject();
$data = $class->getTable($where = "", $orderField = "mamon", $groupByField = "", Global_Define::KC_MANAGEMENT_ORDER . ' LIMIT ' . $class->num_item);
$num_page = $class->CountPage();
?>
<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">
           <a class="welcome-panel-close" href="#">Hủy</a>
            <div class="welcome-panel-content">
                <h3><?php 
_e('Quản lý môn học!', KC_DOMAIN);
?>
</h3>
                        <!-- Action select -->
                    <div id="tool-box">
                        <div class="tablenav top postbox-container block-none"></div>

                        <div class="tablenav top postbox-container select">