Initial commit
[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"><font class="standout">MAPS</font>\r
28 Reports</h2>\r
29 </div>\r
30 <div class="content">\r
31   <?php\r
32     OpenDB ();\r
33     SetContext ($userid);\r
34     NavigationBar ($userid);\r
35   ?>\r
36 \r
37   <h2>Reports</h2>\r
38   <ul>\r
39     <li><a href="/maps/php/ListDomains.php">Returned messages by domain</a></li>\r
40     <li>Recent Activity</li>\r
41     <li><a href="/maps/php/Space.php">Space Usage</a> (this report may take a while)</li>\r
42   </ul>\r
43 \r
44   <?php copyright (2001);?>\r
45 </div>\r
46 </body>\r
47 </html>\r