PHP Labware source code viewer / Internal utilities | 11 Jul, 2025
Root | Help
./OrderSys/ordersys/header.php
<?php

/*
OrderSys
Version: 1.7.2
Date: 12 September 2014
Copyright: Santosh Patnaik, MD, PhD
License: GPL 3+
URL: www.bioinformatics.org/phplabware
*/

include(realpath(dirname(__FILE__) . '/start.php'));

header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Pragma: no-cache");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-control: private");
header('Content-Type: text/html; charset=utf-8');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<title><?php echo $mainsite_name, ' - ', $parentsite_name;?></title>
<style type="text/css" media="all">
/*<![CDATA[*/
@import "<?php echo $parentsite_url;?>style.css";
/*]]>*/
</style>
<meta name="Description" content="<?php echo $meta_description; ?>" />
<meta name="Keywords" content="<?php echo $meta_keywords; ?>" />
<meta name="Generator" content="<?php echo $meta_generator; ?>" />
<script type="text/javascript">
//<![CDATA[
<!--//
function popitup(url) {
  window.name='main';
  newwindow=window.open(url,'poppedfirst','<?php echo $popup_parameters;?>');
  if(window.focus) {newwindow.focus()}
  return false;
}

function confipop(url) {
  var agree = confirm ("Are you sure?");
  if(agree) {
    newwindow=window.open(url,'poppedfirst','height=200,width=200,scrollbars=no,resizable=no');
    if(window.focus) {newwindow.focus()}
  }
  return false;
}
// -->
//]]>
</script>
</head>
<body>
<div style="padding-left: 5px;">
<h1 class="onlyscreen"><?php echo '<a href="', $mainsite_url, '">', $mainsite_name, '</a> - <a href="index.php">', $parentsite_name, '</a>'; ?></h1>
<p>
Presented with Sourceer
PHP Labware home | visitors since Sept 2017