Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

header.php

Go to the documentation of this file.
00001 <?php
00002 global $_page, $_numofpages;
00003 // Detect CSS automatically...
00004 $css = dirname($_SERVER['PHP_SELF']);
00005 $css = explode("/", $css);
00006 $css = array_pop($css);
00007 if ($css == "setup")
00008 {
00009         $css = "setup.php";
00010 }
00011 else
00012 {
00013         $css = "normal.php";
00014 }
00015 ?>
00016 <?xml version="1.0" encoding="UTF-8"?>
00017 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
00018     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
00019 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
00020 <head>
00021         <title><?php print $document->title() ?></title>
00022         <meta name="Generator" content="<?php print $document->version("full")?>" />
00023         <style type="text/css">
00024                 @import url("<?php print $document->theme() ?>/css/<?php print $css?>");
00025         </style>
00026 </head>
00027 <body>
00028 <?php print $document->formBegin() ?>
00029 <!-- Header // -->
00030 <div id="header">
00031 
00032 <!-- Logo // -->
00033 <div id="logo"><?php print $document->logo()?></div>
00034 <!-- // Logo -->
00035 
00036 <!-- Header -->
00037 <div id="head"><?php print $document->header()?></div>
00038 <div id="subhead"><?php print $document->subheader()?></div>
00039 
00040 <!-- Progress bar -->
00041 <?php print ProgressBar::Init()?>
00042 
00043 <!-- Where? -->
00044 <div id="where"><?php print translate("Current page: ")?><?php print $_page?>/<?php print $_numofpages?></div>
00045 
00046 <!-- Navigation arrows -->
00047 <div id="navigation_buttons"><?php print $document->navigationButtons()?></div>
00048 
00049 </div>
00050 <!-- // Header -->

Generated on Sun Oct 19 11:08:00 2003 for ImaComm by doxygen1.3