Revision: 6370 http://ipcop.svn.sourceforge.net/ipcop/?rev=6370&view=rev Author: owes Date: 2012-02-18 22:04:38 +0000 (Sat, 18 Feb 2012) Log Message: ----------- Fix some html validation errors. Use similar date display as in other log cgis.
Modified Paths: -------------- ipcop/trunk/html/cgi-bin/logurlfilter.cgi Modified: ipcop/trunk/html/cgi-bin/logurlfilter.cgi =================================================================== --- ipcop/trunk/html/cgi-bin/logurlfilter.cgi 2012-02-18 21:54:22 UTC (rev 6369) +++ ipcop/trunk/html/cgi-bin/logurlfilter.cgi 2012-02-18 22:04:38 UTC (rev 6370) @@ -228,9 +228,7 @@ </td> </tr> <tr> - <td colspan=7> - <hr /> - </td> + <td colspan='7'><hr /></td> </tr> END ; @@ -293,7 +291,7 @@ print <<END </td> - <td colspan=2> + <td colspan='2'> END ; if ($filtersettings{'ENABLE_USERNAME_LOG'} eq 'on') { @@ -366,7 +364,7 @@ &oldernewer(); } -print "<b>$Lang::tr{'web hits'} $year $Lang::tr{$General::longMonths[$cgiparams{'MONTH'}]} $daystr: $lines</b>\n<p>\n"; +print "<p><b>$Lang::tr{'web hits'} $date: $lines</b></p>\n"; my @slice = splice(@log, $start, $offset); @@ -418,13 +416,13 @@ } - print "<td width='10%' align='center' nowrap>$time</td>\n"; - print "<td width='11%' align='center' nowrap>$category[1]</td>\n"; - print "<td width='15%' align='center' nowrap>$ip[0]</td>\n"; + print "<td width='10%' align='center'>$time</td>\n"; + print "<td width='11%' align='center'>$category[1]</td>\n"; + print "<td width='15%' align='center'>$ip[0]</td>\n"; my $site = ''; if ($filtersettings{'ENABLE_USERNAME_LOG'} eq 'on') { - print "<td width='12%' align='center' nowrap>$loginfo[3]</td>\n"; + print "<td width='12%' align='center'>$loginfo[3]</td>\n"; $site = substr($dsturl,0,55); if (length($dsturl) > 55) { $site .= "..."; } } @@ -440,7 +438,7 @@ } } - print "</table><br>\n"; + print "</table>\n"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn