Subversion Repositories computer_asset_manager_v1

Rev

Rev 60 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
56 rodolico 1
<?php
2
   include_once( '../../header.php' );
61 rodolico 3
   include_once( './database.php' );
56 rodolico 4
?>
5
<?xml version="1.0" encoding="utf-8"?>
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7
<html xmlns="http://www.w3.org/1999/xhtml">
8
<head>
9
  <title>Daily Data - Computer Asset Management Program</title>
10
  <link rel="stylesheet" type="text/css" href="../../camp.css">
11
</head>
12
   <body>
13
      <?php include_once('../../menu.php'); ?>
14
      <div id="content">
61 rodolico 15
         <p>This function not enabled yet</p>
56 rodolico 16
      </div>
17
   </body>
18
</html>
19