Subversion Repositories computer_asset_manager_v1

Rev

Rev 60 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60 Rev 61
Line 1... Line 1...
1
<?php
1
<?php
2
   include_once( '../../header.php' );
2
   include_once( '../../header.php' );
-
 
3
   include_once( './database.php' );
3
?>
4
?>
4
<?xml version="1.0" encoding="utf-8"?>
5
<?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
<!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
<html xmlns="http://www.w3.org/1999/xhtml">
7
<head>
8
<head>
Line 9... Line 10...
9
  <link rel="stylesheet" type="text/css" href="../../camp.css">
10
  <link rel="stylesheet" type="text/css" href="../../camp.css">
10
</head>
11
</head>
11
   <body>
12
   <body>
12
      <?php include_once('../../menu.php'); ?>
13
      <?php include_once('../../menu.php'); ?>
13
      <div id="content">
14
      <div id="content">
14
         <?php editTable( 'license_product' ); ?>
15
         <p>This function not enabled yet</p>
15
      </div>
16
      </div>
16
   </body>
17
   </body>
17
</html>
18
</html>
18
 
19