I am trying to copy the "last complete walk" summary from the dowalk Basic Walk Settings page for a single profile, and add it to the dowalk Profiles page. I think it should be put below this line.
<readln max=1 rev $sumfile><sandr ">><BR>=" "" $ret><fmt %s $ret></readln></f></td>
Something like this:
<td nowrap>Last complete walk: <fmt "%at " "%Y-%m-%d %H:%M:%S" "now"><$x=($stop-$start)>(took <hms secs=$x>)<br> </td>
But this repeats the statistics for the very last walk, not for each walk. How do I do this?
Thanks, John
<readln max=1 rev $sumfile><sandr ">><BR>=" "" $ret><fmt %s $ret></readln></f></td>
Something like this:
<td nowrap>Last complete walk: <fmt "%at " "%Y-%m-%d %H:%M:%S" "now"><$x=($stop-$start)>(took <hms secs=$x>)<br> </td>
But this repeats the statistics for the very last walk, not for each walk. How do I do this?
Thanks, John