| Server IP : 104.21.80.248 / Your IP : 162.159.115.42 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/supply_system/includes/ |
Upload File : |
<nav class="sidebar">
<div class="sidebar-header">
<h5><i class="bi bi-vector-pen"></i> เบิกพัสดุ</h5>
<small class="text-muted">ผอ. กลุ่มงาน</small>
</div>
<ul class="nav flex-column p-3">
<li class="nav-item mb-2">
<a class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'index.php') ? 'active' : ''; ?>" href="<?php echo BASE_URL; ?>/index.php">
<i class="bi bi-house-door-fill me-2"></i> หน้าหลัก
</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link <?php echo (strpos($_SERVER['REQUEST_URI'], '/requisitions/list_pending_head.php') !== false) ? 'active' : ''; ?>" href="<?php echo BASE_URL; ?>/requisitions/list_pending_head.php">
<i class="bi bi-journal-check me-2"></i> รับทราบคำขอเบิก
</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link <?php echo (strpos($_SERVER['REQUEST_URI'], '/requisitions/history_dept.php') !== false) ? 'active' : ''; ?>" href="<?php echo BASE_URL; ?>/requisitions/history_dept.php">
<i class="bi bi-clock-history me-2"></i> ประวัติการเบิกของกลุ่ม
</a>
</li>
<li class="nav-item mt-auto pt-3 border-top">
<span class="nav-link text-muted small">
<i class="bi bi-person-circle me-1"></i> <?php echo htmlspecialchars(getUserData('full_name')); ?>
</span>
</li>
<li class="nav-item">
<a class="nav-link text-danger" href="<?php echo BASE_URL; ?>/logout.php">
<i class="bi bi-box-arrow-right me-2"></i> ออกจากระบบ
</a>
</li>
</ul>
</nav>