Welcome to MAPS 2.0
[clearscm.git] / maps / php / ListDomains.php
1 <?php\r
2 ////////////////////////////////////////////////////////////////////////////////\r
3 //\r
4 // File:        $RCSFile$\r
5 // Revision:    $Revision: 1.1 $\r
6 // Description: Lists domains\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 $top = $_REQUEST ["top"];\r
19 \r
20 if (!$top) {\r
21   $top = 20;\r
22 } // if\r
23 ?>\r
24 \r
25 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
26 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">\r
27 <head>\r
28   <title>MAPS: Returned Messages by Domain</title>\r
29   <?php MAPSHeader ()?>\r
30   <script src="/maps/JavaScript/ListActions.js" type="text/javascript"></script>\r
31 </head>\r
32 <body>\r
33 <div class="heading">\r
34 <h2 class="header" align="center">Returned Messages by Domain</h2>\r
35 </div>\r
36 <div class="content">\r
37   <?php\r
38     OpenDB ();\r
39     SetContext ($userid);\r
40     NavigationBar ($userid);\r
41   ?>\r
42 <form method="post" action="/maps/bin/processaction.cgi" enctype="application/x-www-form-urlencoded" name="domains">\r
43 <?php ListDomains ($top);?>\r
44 </form>\r
45 <?php copyright (2001);?>\r
46 </div>\r
47 </body>\r
48 </html>\r