X-Git-Url: http://www.andromeda.nl/gitweb/?a=blobdiff_plain;f=src%2Fweb%2Fabuse.php;h=5da4b0d4a7111efa165c6ed7565fea0ee0268dfd;hb=31422ea85d1f6bdf9fddd2c0dead9241d238eeb4;hp=03347bf128f48e1269a5bb7e156eac4e617bd648;hpb=d04c1326f90988d766d8169a49eec8e95a2744f6;p=gnucomo.git diff --git a/src/web/abuse.php b/src/web/abuse.php index 03347bf..5da4b0d 100644 --- a/src/web/abuse.php +++ b/src/web/abuse.php @@ -9,7 +9,7 @@ *********************** ** FILE NAME : abuse.php ** SYSTEM NAME : Gnucomo - Gnu Computer Monitoring -** VERSION NUMBER : $Revision: 1.3 $ +** VERSION NUMBER : $Revision: 1.4 $ ** ** DESCRIPTION : Abuse list page ** @@ -27,7 +27,12 @@ /***************************** $Log: abuse.php,v $ - Revision 1.3 2007-10-19 07:15:52 arjen + Revision 1.4 2007-11-21 14:38:06 arjen + The buttonbar at the top of each page is now a fixed 'div' element + instead of a framed page. + Contributed by Edwin Nadorp. + + Revision 1.3 2007/10/19 07:15:52 arjen In the abuse list, IP addresses can be whitelisted. Revision 1.2 2007/01/11 13:44:29 arjen @@ -39,7 +44,7 @@ ******************************/ -// RCSID = "$Id: abuse.php,v 1.3 2007-10-19 07:15:52 arjen Exp $"; +// RCSID = "$Id: abuse.php,v 1.4 2007-11-21 14:38:06 arjen Exp $"; ini_set('include_path', '.:./classes:../phpclasses'); @@ -56,7 +61,10 @@ class abuse_list extends page $res = pg_exec($this->database, "SELECT objectname FROM object WHERE objectid=CAST('" . $_GET['oid']."' AS BIGINT)"); $obj = pg_fetch_object($res, 0); - echo "

Abuse List for " . $obj->objectname . "


"; + + echo ""; if (!empty($_POST['ACTION']) && ($_POST['ACTION'] == 'Abuse')) { @@ -176,14 +184,14 @@ class abuse_list extends page } else { - echo "
"; + echo ""; echo "Report "; echo " for IP address "; echo " or "; echo " with status "; echo "
"; - echo "
"; + echo ""; echo ""; echo " or "; echo " this subnet: ";