X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Froutetrade;h=68c727cdbd1aec41407534e2c1047e5b1d95b14b;hb=c9225ff45ee5e69855cb24cfb648d903dbba54a7;hp=71cdbd2152b7ba870e9cb4994e9993758f16a84d;hpb=764f11c76036161975282b87c4cc4298be5d1088;p=ypp-sc-tools.main.git diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index 71cdbd2..68c727c 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -603,6 +603,13 @@ $addcols->({ Total => 0, DoReverse => 1, TotalSubflows => 1 }, qw(
  • Data age summary
  • Relevant trades +% } else { +% my @tl= gmtime $now or die $!; +

    +Generated by YARRG at <% + sprintf "%04d-%02d-%02d %02d:%02d:%02d UTC", + $tl[5]+1900, @tl[4,3,2,1,0] + |h %>. % } % if ($optimise) { # ========== TRADING PLAN ========== @@ -615,7 +622,7 @@ $addcols->({ Total => 0, DoReverse => 1, TotalSubflows => 1 }, qw( %

    Voyage trading plan

    - +
    > % my $tbody= sub { % if (!printable($m)) { return ''; } %# return "

    "; @@ -840,14 +847,6 @@ END <&| query_age:agestable, now => $now, fetchrow => $fetchrow &> Islands shown in reverse order of visits.
    -% } else { -% my @tl= gmtime $now or die $!; -

    -Generated by YARRG at <% - sprintf "%04d-%02d-%02d %02d:%02d:%02d UTC", - $tl[5]+1900, @tl[4,3,2,1,0] - |h %>. -%# % } % if (!printable($m)) {