[Openfirst-cvscommit] logger index.php,1.15,1.16
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-03-22 21:35:12
|
Update of /cvsroot/openfirst/logger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28865/logger Modified Files: index.php Log Message: Small HTML detail Index: index.php =================================================================== RCS file: /cvsroot/openfirst/logger/index.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.php 14 Mar 2005 00:51:03 -0000 1.15 --- index.php 22 Mar 2005 21:34:46 -0000 1.16 *************** *** 82,86 **** echo " <td>$log->HostLookup</td>"; echo "<td> ! <a href='./?DELETE=$log->IPAddress'><img border='0' src='$basepath/members/icons/actions/button_cancel.png'></a> <a href='track.php?ID=$log->IPAddress'><img src='$basepath/members/icons/actions/filefind.png' border='0'></a> </td>"; --- 82,86 ---- echo " <td>$log->HostLookup</td>"; echo "<td> ! <a href='./?DELETE=$log->IPAddress'><img border='0' src='$basepath/members/icons/actions/button_cancel.png' /></a> <a href='track.php?ID=$log->IPAddress'><img src='$basepath/members/icons/actions/filefind.png' border='0'></a> </td>"; |