From: Ian Jackson Date: Sun, 18 Oct 2009 17:37:47 +0000 (+0100) Subject: Printable plan: Put generation date near the top with the input questions X-Git-Tag: 5.0^2~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=commitdiff_plain;h=4a64ff96caa3eddb15ed84e09b6b5c8b7d614fc8;ds=sidebyside Printable plan: Put generation date near the top with the input questions --- diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index b278506..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 ========== @@ -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)) {