text-align:center;
border-bottom:3px solid gray;
}
+.header p {
+ position:absolute;
+ right:0;
+ top:0;
+}
.card {
position:absolute;
<?php
error_reporting(E_ALL);
+global $REV;
+$REV ="$Rev$";
+
include_once("config.php");
include_once("output.php"); /* html output only */
include_once("db.php"); /* database only */
function output_header()
{
+ global $REV;
?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
<body onload="high_last();">
<div class="header">
<h1> Welcome to E-Doko </h1>
+<p> Revision: $REV</p>
</div>
<?php