Server IP : 103.11.96.170 / Your IP : 18.223.122.53 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/elibrary/repository/font/../../admin/admin_template/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title><?php echo $page_title; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="<?php echo SWB.'css/bootstrap.min.css'; ?>" /> <link rel="stylesheet" type="text/css" href="<?php echo SWB.'css/printed.css?v='.date('this'); ?>" /> <link rel="stylesheet" type="text/css" href="<?php echo SWB.'admin/'.$sysconf['admin_template']['css'].'?'.date('this'); ?>" /> <?php if (isset($css)) { echo $css; } ?> <style type="text/css"> body { background: #FFFFFF; } </style> <?php if (isset($js)) { echo $js; } ?> </head> <body> <div id="pageContent"> <?php echo $content; ?> </div> </body> </html>