X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2Fsearch.cgi;h=7dfa805d6ba4c8aec6d09fd5be5f9d0a5574ae51;hb=e9c727e87a9d1a0b997432d6b3610c0c9945aaab;hp=167ed36cfdf53199706a952d462b0ceeee429115;hpb=4f37839bc9faacb57d9bce9196d916595f14b114;p=clearscm.git diff --git a/maps/bin/search.cgi b/maps/bin/search.cgi index 167ed36..7dfa805 100755 --- a/maps/bin/search.cgi +++ b/maps/bin/search.cgi @@ -21,6 +21,7 @@ local $0 = $FindBin::Script; use lib "$FindBin::Bin/../lib"; use lib "$FindBin::Bin/../../lib"; +use DateUtils; use MAPS; use MAPSWeb; @@ -124,9 +125,17 @@ sub Body { td {-class => "subject"}, a {-href => "display.cgi?sender=$rec->{sender}"}, $rec->{subject}, td {-class => "dateright", - -width => "115"}, SQLDatetime2UnixDatetime $rec->{date}, + -width => "115"}, SQLDatetime2UnixDatetime $rec->{timestamp}, + ]; + } # for + + print + Tr [ + td {-class => 'tableborderbottomleft'}, ' ', + td {-class => 'tableborder'}, ' ', + td {-class => 'tableborder'}, ' ', + td {-class => 'tableborderbottomright'}, ' ' ]; - } # foreach print end_table; return;