mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
More entrance data on report
This commit is contained in:
parent
2f3827d60e
commit
c3642f1ae4
@ -6,11 +6,12 @@
|
||||
{% block content %}
|
||||
|
||||
<h2 id="cmult">Entrances</h2>
|
||||
<p>These are Entrances read from the <var>expoweb/entrance_data/*.html</var> files. These are NOT the *entrance data points in the survex files.
|
||||
<table>
|
||||
<tr><th>entrance</th>
|
||||
<th>ent slug</th>
|
||||
<th>N slugs</th>
|
||||
<th>slugs</th>
|
||||
<th>Best station</th>
|
||||
<th>**</th>
|
||||
</tr>
|
||||
{% for ent in ents %}
|
||||
<tr>
|
||||
@ -21,10 +22,10 @@
|
||||
{{ent.slug}}
|
||||
</td>
|
||||
<td>
|
||||
-
|
||||
{% if ent.best_station %}{{ent.best_station}}{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
-
|
||||
{% if ent.best_station %}{{ent.best_station_object.latlong}}{% endif %}
|
||||
</td>
|
||||
|
||||
{% endfor %}
|
||||
|
@ -50,6 +50,8 @@
|
||||
<td style="padding:1px; background-color:{{wallet.ticks.W}}" title="Website updated"> </td>
|
||||
</tr>
|
||||
{% empty %} <h2>No Wallet found</h2>
|
||||
<p>PROBABLY this is because this cave does not have a unqiue wallet, but shares a wallet with other caves. We do not have the multiple-caves-per-wallet thing working fully yet. Look through the <a href="/wallets/year/2017">wallets per year</a> instead, and do a text seearch on each page for the cave name.
|
||||
<p>
|
||||
<b>Before 1998</b> we used a survey book system, not wallets. But 1983 has some scraps recreated as wallets.
|
||||
<p>That is probably why you cannot see anything here. Look at the complete list of scanned files instead,
|
||||
at <a href="/survey_scans/">Scans</a> (it is slow, so be patient).
|
||||
|
Loading…
Reference in New Issue
Block a user