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