--- a/lib/common.inc.php +++ b/lib/common.inc.php @@ -10,12 +10,12 @@ die("A database error occurred.\n"); } -define('ROOT' , pathinfo(__FILE__, PATHINFO_DIRNAME)); +define('ROOT', pathinfo(__FILE__, PATHINFO_DIRNAME)); if (strstr($_SERVER['PHP_SELF'], "labs/")) { $basePath = "../"; } -require ROOT . DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'openid.php'; +require ROOT . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'openid.php'; $openid = new LightOpenID($_SERVER['HTTP_HOST']); function login() { @@ -105,9 +105,11 @@ $standardQ = ' "childCN" is null '; // AND YEAR(contractStart) >= 2007 AND YEAR(contractStart) <= 2010'; $start = 0.0; + function local_url() { return "http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . "/"; } + function include_header($title) { global $start; ?> @@ -115,8 +117,9 @@ "http://www.w3.org/TR/html4/strict.dtd"> - Contract Dashboard - <?php echo $title; ?> + <?php echo $title; ?> - Contract Dashboard + @@ -235,7 +236,7 @@
- -
+
+
+ +
+
' . "Processing time: " . sprintf("%.4f", ($end - $start)) . " seconds" . '
'; + echo '
'; } include ("graphs.inc.php"); - ?> + + + +