Removed /usr/local from CDPATH
[clearscm.git] / maps / php / Reports.php
1 <?php\r
2 ////////////////////////////////////////////////////////////////////////////////\r
3 //\r
4 // File:        $RCSFile$\r
5 // Revision:    $Revision: 1.1 $\r
6 // Description: MAPS Reports\r
7 // Author:      Andrew@DeFaria.com\r
8 // Created:     Fri Nov 29 14:17:21  2002\r
9 // Modified:    $Date: 2013/06/12 14:05:48 $\r
10 // Language:    PHP\r
11 //\r
12 // (c) Copyright 2000-2006, Andrew@DeFaria.com, all rights reserved.\r
13 //\r
14 ////////////////////////////////////////////////////////////////////////////////\r
15 include "site-functions.php";\r
16 include "MAPS.php";\r
17 ?>\r
18 \r
19 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
20 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">\r
21 <head>\r
22   <title>MAPS: Reports</title>\r
23   <?php MAPSHeader ()?>\r
24 </head>\r
25 <body>\r
26 <div class="heading">\r
27 <h2 class="header" align="center">Reports</h2>\r
28 </div>\r
29 <div class="content">\r
30   <?php\r
31     OpenDB ();\r
32     SetContext ($userid);\r
33     NavigationBar ($userid);\r
34   ?>\r
35 \r
36   <h2>Reports</h2>\r
37   <ul>\r
38     <li><a href="/maps/php/ListDomains.php">Returned messages by domain</a></li>\r
39     <li>Recent Activity</li>\r
40     <li><a href="/maps/php/Space.php">Space Usage</a> (this report may take a while)</li>\r
41   </ul>\r
42 \r
43   <?php copyright (2001);?>\r
44 </div>\r
45 </body>\r
46 </html>\r