mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 06:45:00 +00:00
trying to fix last column
This commit is contained in:
@@ -49,7 +49,7 @@ for r in lines[1:]:
|
||||
else:
|
||||
output += '<td></td>'
|
||||
# print number of expos, non-caving in red. Only print numbers > 0
|
||||
output += '<td style="text-align: right; width:15px">'
|
||||
output += '<td style="text-align: right; width:35px">'
|
||||
if(expos_notcaving):
|
||||
if(expos_caving):
|
||||
output += '%d + <span class="didntcave">%d</span>' % (expos_caving, expos_notcaving)
|
||||
@@ -94,7 +94,7 @@ expeditions each has attended and the total number of people on each expedition.
|
||||
|
||||
<p>Qualification for inclusion involves some active contribution to the
|
||||
expedition such as going underground, surface surveying, sherpa-ing, camp-shopping or
|
||||
diving for resurgences. Years marked in <span style="didntcave">red</span>
|
||||
diving for resurgences. Years marked in <span class="didntcave">red</span>
|
||||
indicate some certainty that the person didn't go underground that year.
|
||||
Persons marked in <span class="didntcave">red</span> are thought to have never
|
||||
been underground on expo at all. Note that diving in <span lang="de-at">Altausseer
|
||||
|
||||
Reference in New Issue
Block a user