From 723a686cfc1e5c91e3837499f22c7a56b1c77620 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 28 Sep 2020 23:58:32 +0300 Subject: Parse and process dates --- iss/templates/passes.html | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/iss/templates/passes.html b/iss/templates/passes.html index a0ea45e..5e4ce06 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -17,6 +17,7 @@ Length + Date Time Azimuth Time @@ -26,27 +27,59 @@ Time Azimuth - + [[ pred.length ]] + [[ pred.date ]] [[ pred.rise.time ]] - [[ pred.rise.azimuth ]] ([[ pred.rise.direction ]]) + + [[ pred.rise.direction ]] + [[ pred.rise.azimuth ]] + [[ pred.culminate.time ]] - [[ pred.culminate.azimuth ]] ([[ pred.culminate.direction ]]) + + [[ pred.culminate.direction ]] + [[ pred.culminate.azimuth ]] + [[ pred.culminate.degrees ]] [[ pred.culminate.distance ]] [[ pred.set.time ]] - [[ pred.set.azimuth ]] ([[ pred.set.direction ]]) + + [[ pred.set.direction ]] + [[ pred.set.azimuth ]] + -- cgit v1.3.1