Rev 1 |
    Details |
    Compare with Previous |
    Last modification |
    View Log
    | RSS feed
  
  
  
     
        
        | Rev | Author | Line No. | Line | 
     
     
        
           | 1 | 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 | >
 | 
        
           |  |  | 7 | <html xmlns="http://www.w3.org/1999/xhtml">
 | 
        
           |  |  | 8 |   <head>
 | 
        
           |  |  | 9 |     <title>Computer Asset Management Program - SysInfo</title>
 | 
        
           |  |  | 10 |     <link rel="stylesheet" type="text/css" href="../../camp.css">
 | 
        
           |  |  | 11 |   </head>
 | 
        
           |  |  | 12 |   <body>
 | 
        
           |  |  | 13 |     <?php include_once('../../menu.php'); 
 | 
        
           |  |  | 14 |     ?>
 | 
        
           |  |  | 15 |     <div id="content">
 | 
        
           |  |  | 16 |       <h1>
 | 
        
           |  |  | 17 |          Download Client Software
 | 
        
           |  |  | 18 |       </h1>
 | 
        
           | 61 | rodolico | 19 |       <p>Client software for various platforms is available at<br /><a href='http://unixservertech.com/scripts/' target='_blank'>http://unixservertech.com/scripts/</a></p>
 | 
        
           | 1 | rodolico | 20 |     </div>
 | 
        
           |  |  | 21 |   </body>
 | 
        
           |  |  | 22 | </html>
 |