Phil Underwood : 2006
44.0 m surveyed this year.
Other years: | 1996 | 1997 | 1998 | 1999 | 2000 | 2001 | 2002 | 2005 | 2006 | 2007 | 2018
Table of all trips and surveys aligned by date
Date | Trips | Surveys | |||
---|---|---|---|---|---|
July 23, 2006 | Phil's birthday | ||||
July 27, 2006 | Hauchhoehle | ||||
July 28, 2006 | Surface wanders | ||||
July 31, 2006 | 234 Monster Munch | spitswallow | inst notes | 34.0 m | |
-- | qm05-05c | inst notes | 9.9 m | ||
Aug. 1, 2006 | 204 Tourist trip | ||||
Aug. 7, 2006 | Surface bimble | ||||
Aug. 8, 2006 | Surface surveying | ||||
Aug. 9, 2006 | 204e derig | ||||
Aug. 14, 2006 | 204 Bivvi de-rig |
Horrible bug here but only when there is more than one survex block per day, e.g. see Wookey 1999 where there are 3 eiscream survex blocks on 5th August. it duplicates the entry but gets it wrong. The length from the first block is displayed twice but there should be 3 rows: eiscream, eiscream2, eiscream3.
Fortunately it is just this display on this page which is wrong: no bad calculations get into the database.
The interaction of django database query idioms with django HTML templating language is a bit impenetrable here.
- The template is in troggle/templates/personexpedition.html
- The code is in function personexpedition() which calls
GetPersonChronology() in troggle/core/views_logbooks.py
- the connection between the two is made in the URL resolver in troggle/urls.py
To be fixed!