Details |
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 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
7 |
<head>
|
|
|
8 |
<title>Computer Asset Management Program - MODULE NAME - PAGE NAME</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 |
</div>
|
|
|
15 |
</body>
|
|
|
16 |
</html>
|