| Line 19... | Line 19... | 
          
            | 19 |   </script>
 | 19 |   </script>
 | 
          
            | 20 | </head>
 | 20 | </head>
 | 
          
            | 21 | <body>
 | 21 | <body>
 | 
          
            | 22 |        <h1 align='center'>Computer Asset Manager</h1>
 | 22 |        <h1 align='center'>Computer Asset Manager</h1>
 | 
          
            | 23 |        <h4 align='center'>version <?php echo VERSION . '<BR>' . BUILD_DATE; ?></h4>
 | 23 |        <h4 align='center'>version <?php echo VERSION . '<BR>' . BUILD_DATE; ?></h4>
 | 
          
            | - |   | 24 |        <h4 align='center'>SVN Revision <?php print SVN_REV; ?></h4>
 | 
          
            | 24 |        <h3 align="center">Daily Data, Inc.</h2>
 | 25 |        <h3 align="center">Daily Data, Inc.</h2>
 | 
          
            | 25 |        <h2 align='center'>Log In</h2>
 | 26 |        <h2 align='center'>Log In</h2>
 | 
          
            | 26 |        <?php if ($_GET['message']) print '<h3  style="color : red; text-align : center;">' . $_GET['message'] . '</h3>'; ?>
 | 27 |        <?php if ($_GET['message']) print '<h3  style="color : red; text-align : center;">' . $_GET['message'] . '</h3>'; ?>
 | 
          
            | 27 | <h3 align='center'>Enter your username and password below</h3>
 | 28 | <h3 align='center'>Enter your username and password below</h3>
 | 
          
            | 28 | <FORM action="login.html" method="POST" enctype="multipart/form-data">
 | 29 | <FORM action="login.html" method="POST" enctype="multipart/form-data">
 |