%PDF- %PDF-
Direktori : /home/komfo908/www/suporte/_old/inc/ |
Current File : /home/komfo908/www/suporte/_old/inc/header.inc.php |
<?php /** * * This file is part of HESK - PHP Help Desk Software. * * (c) Copyright Klemen Stirn. All rights reserved. * https://www.hesk.com * * For the full copyright and license agreement information visit * https://www.hesk.com/eula.php * */ /* Check if this is a valid include */ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo (isset($hesk_settings['tmp_title']) ? $hesk_settings['tmp_title'] : $hesk_settings['hesk_title']); ?></title> <meta http-equiv="Content-Type" content="text/html;charset=<?php echo $hesklang['ENCODING']; ?>" /> <link href="<?php echo HESK_PATH; ?>hesk_style.css?<?php echo $hesk_settings['hesk_version']; ?>" type="text/css" rel="stylesheet" /> <script language="Javascript" type="text/javascript" src="<?php echo HESK_PATH; ?>hesk_javascript.js?<?php echo $hesk_settings['hesk_version']; ?>"></script> <?php /* Prepare Javascript that browser should load on page load */ $onload = "javascript:var i=new Image();i.src='" . HESK_PATH . "img/orangebtnover.gif';var i2=new Image();i2.src='" . HESK_PATH . "img/greenbtnover.gif';"; /* Tickets shouldn't be indexed by search engines */ if (defined('HESK_NO_ROBOTS')) { ?> <meta name="robots" content="noindex, nofollow" /> <?php } /* If page requires calendar include calendar Javascript and CSS */ if (defined('CALENDAR')) { ?> <script language="Javascript" type="text/javascript" src="<?php echo HESK_PATH; ?>inc/calendar/tcal.php"></script> <link href="<?php echo HESK_PATH; ?>inc/calendar/tcal.css" type="text/css" rel="stylesheet" /> <?php } /* If page requires WYSIWYG editor include TinyMCE Javascript */ if (defined('WYSIWYG') && $hesk_settings['kb_wysiwyg']) { ?> <script type="text/javascript" src="<?php echo HESK_PATH; ?>inc/tiny_mce/3.5.12/tiny_mce.js"></script> <?php } /* If page requires tabs load tabs Javascript and CSS */ if (defined('LOAD_TABS')) { ?> <link href="<?php echo HESK_PATH; ?>inc/tabs/tabber.css" type="text/css" rel="stylesheet" /> <?php } /* If page requires timer load Javascript */ if (defined('TIMER')) { ?> <script language="Javascript" type="text/javascript" src="<?php echo HESK_PATH; ?>inc/timer/hesk_timer.js"></script> <?php /* Need to load default time or a custom one? */ if ( isset($_SESSION['time_worked']) ) { $t = hesk_getHHMMSS($_SESSION['time_worked']); $onload .= "load_timer('time_worked', " . $t[0] . ", " . $t[1] . ", " . $t[2] . ");"; unset($t); } else { $onload .= "load_timer('time_worked', 0, 0, 0);"; } /* Autostart timer? */ if ( ! empty($_SESSION['autostart']) ) { $onload .= "ss();"; } } // Use ReCaptcha if (defined('RECAPTCHA')) { echo '<script src="https://www.google.com/recaptcha/api.js?hl='.$hesklang['RECAPTCHA'].'" async defer></script>'; echo '<script language="Javascript" type="text/javascript"> function recaptcha_submitForm() { document.getElementById("form1").submit(); } </script>'; } // Auto reload if (defined('AUTO_RELOAD') && hesk_checkPermission('can_view_tickets',0) && ! isset($_SESSION['hide']['ticket_list']) ) { ?> <script type="text/javascript"> var count = <?php echo empty($_SESSION['autoreload']) ? 30 : intval($_SESSION['autoreload']); ?>; var reloadcounter; var countstart = count; function heskReloadTimer() { count=count-1; if (count <= 0) { clearInterval(reloadcounter); window.location.reload(); return; } document.getElementById("timer").innerHTML = "(" + count + ")"; } function heskCheckReloading() { if (<?php if ($_SESSION['autoreload']) echo "getCookie('autorefresh') == null || "; ?>getCookie('autorefresh') == '1') { document.getElementById("reloadCB").checked=true; document.getElementById("timer").innerHTML = "(" + count + ")"; reloadcounter = setInterval(heskReloadTimer, 1000); } } function toggleAutoRefresh(cb) { if (cb.checked) { setCookie('autorefresh', '1'); document.getElementById("timer").innerHTML = "(" + count + ")"; reloadcounter = setInterval(heskReloadTimer, 1000); } else { setCookie('autorefresh', '0'); count = countstart; clearInterval(reloadcounter); document.getElementById("timer").innerHTML = ""; } } </script> <?php } // Include custom head code include(HESK_PATH . 'head.txt'); ?> </head> <body onload="<?php echo $onload; unset($onload); ?>"> <?php include(HESK_PATH . 'header.txt'); ?> <div align="center"> <table border="0" cellspacing="0" cellpadding="5" class="enclosing"> <tr> <td>