Subversion Repositories computer_asset_manager_v1

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
99 rodolico 1
<?php 
2
   include_once( '../../header.php' );
3
   include_once( './functions.php' );
4
   include_once( '../../includes/functions.php' );
5
   define ( DEBUG, false );
6
?>
7
<?xml version="1.0" encoding="utf-8"?>
8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
9
<html xmlns="http://www.w3.org/1999/xhtml">
10
   <head>
11
      <title>Computer Asset Management Program - Attributes - Main</title>
12
      <link rel="stylesheet" type="text/css" href="../../camp.css">
13
   </head>
14
   <body>
15
      <?php include_once('../../menu.php'); ?>
16
      <div id="content">
17
         <?php if ( DEBUG ) { print "<pre>"; print_r( $_REQUEST ); print "</pre>\n"; } ?>
18
         <h1>
19
            Device Attributes
20
         </h1>
21
      </div>
22
   </body>
23
</html>