A slightly functional web interface (initial revision)
[gnucomo.git] / src / web / functions.php
index 9dfa47e..2151df2 100755 (executable)
@@ -1,4 +1,4 @@
-<? 
+<?php 
 /**************************************************************************
 ** This is free software; you can redistribute it and/or modify it under the
 ** terms of the GNU General Public License, see the file COPYING.
@@ -19,9 +19,10 @@ function login_form() {
 
        $login  = "<div class='login'>";
        $login .= "<h1 align=\"center\">GNU Computer Monitoring</h1>";
+       $login .= "<h4 align=\"center\"><i>Version 0.0.3, December 6, 2003</i></h4>";
        $login .= "<center><table>";
        $login .= "<tr>";
-       $login .= "<td width='50%'><img src='../doc/logo.png' alt='GnuCoMo logo'></td>";
+       $login .= "<td width='50%'><img src='logo.png' alt='GnuCoMo logo'></td>";
        $login .= "<td><form name=\"login\" method=\"POST\" action=\"login.php\">";
        $login .= "    <table>";
        $login .= "    <tr>";