| Server IP : 172.67.187.206 / Your IP : 172.71.28.156 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 : /Inetpub/www/supply_system/includes/ |
Upload File : |
</div> </div> <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="<?php echo BASE_URL; ?>/assets/js/scripts.js"></script>
<script>
// Optional: Script to toggle sidebar on mobile
$(document).ready(function () {
$('#sidebarCollapse').on('click', function () {
// Find the closest sidebar and toggle the 'active' class
$(this).closest('.d-flex').find('.sidebar').toggleClass('active');
});
// Hide sidebar if clicking outside of it on mobile
$(document).on('click', function (event) {
var $sidebar = $('.sidebar');
var $toggler = $('#sidebarCollapse');
// Check if screen is small and sidebar is active
if ($(window).width() <= 768 && $sidebar.hasClass('active')) {
// Check if the click is outside the sidebar and not on the toggle button
if (!$sidebar.is(event.target) && $sidebar.has(event.target).length === 0 &&
!$toggler.is(event.target) && $toggler.has(event.target).length === 0) {
$sidebar.removeClass('active');
}
}
});
});
</script>
</body>
</html>