forked from expo/troggle
formatting
This commit is contained in:
@@ -23,7 +23,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
|
||||
<tr>
|
||||
<td style="padding:2px"><a href="{{wallet.get_absolute_url}}">{{wallet.walletname}}</a></td>
|
||||
|
||||
<td style="padding:2px">{{wallet.date}}</td>
|
||||
<td style="padding:2px">{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td>
|
||||
<td style="padding:2px">{{wallet.name}}</td>
|
||||
<td style="padding:2px">{{wallet.persons}}</td>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p>See also the <a href="/years/{{expedition.year}}/">documentation index</a> for this Expo
|
||||
<p>See also the <a href="/expofiles/surveyscans/{{expedition.year}}/walletindex.html">wallet completion status</a> for this Expo
|
||||
<p>See also the <a href="/wallets/year/{{expedition.year}}">wallet completion status</a> for this Expo
|
||||
{% if logged_in %}
|
||||
<p>Reparse and reload this year's logbook by clicking here: <a href="/expedition/{{expedition.year}}?reload">RELOAD</a>
|
||||
{% endif %}
|
||||
|
||||
@@ -23,7 +23,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
|
||||
<tr>
|
||||
<td style="padding:2px"><a href="{{wallet.get_absolute_url}}">{{wallet.walletname}}</a></td>
|
||||
|
||||
<td style="padding:2px" >{{wallet.date}}</td>
|
||||
<td style="padding:2px" >{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td>
|
||||
<td style="padding:2px">{{wallet.name}}</td>
|
||||
<td style="padding:2px">{{wallet.persons}}</td>
|
||||
<td style="padding:2px">{{wallet.cave}}</td>
|
||||
|
||||
@@ -57,10 +57,10 @@ ul {list-style: disc}
|
||||
|
||||
<h3>Unfinished wallets work to do:</h3>
|
||||
<ul>
|
||||
<li><a href="/expofiles/surveyscans/2016/walletindex.html">2016 wallets</a><br>
|
||||
<li><a href="/expofiles/surveyscans/2017/walletindex.html">2017 wallets</a><br>
|
||||
<li><a href="/expofiles/surveyscans/2018/walletindex.html">2018 wallets</a><br>
|
||||
<li><a href="/expofiles/surveyscans/2019/walletindex.html">2019 wallets</a><br>
|
||||
<li><a href="/wallets/year/2016">2016 wallets</a><br>
|
||||
<li><a href="/wallets/year/2017">2017 wallets</a><br>
|
||||
<li><a href="/wallets/year/2018">2018 wallets</a><br>
|
||||
<li><a href="/wallets/year/2019">2019 wallets</a><br>
|
||||
</ul>
|
||||
|
||||
<h3>Upload new data</h3>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<tr>
|
||||
<td style="padding:2px"><a href="{{wallet.get_absolute_url}}">{{wallet.walletname}}</a></td>
|
||||
|
||||
<td style="padding:2px" >{{wallet.date}}</td>
|
||||
<td style="padding:2px" >{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td>
|
||||
<td style="padding:2px">{{wallet.cave}}</td>
|
||||
<td style="padding:2px">{{wallet.name}}</td>
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
{% endif %}
|
||||
|
||||
<p><em>
|
||||
<a href="/expofiles/surveyscans/{{year}}/walletindex.html">Wallet index for this year</a> (old script, being replaced...)
|
||||
<a href="/wallets/year/{{year}}">Wallet index for this year</a>
|
||||
<br />
|
||||
<a href="/expedition/{{year}}">Logbook entries, people, Survex files for {{year}}</a>
|
||||
</em>
|
||||
|
||||
@@ -23,7 +23,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
|
||||
<tr>
|
||||
<td style="padding:2px"><a href="{{wallet.get_absolute_url}}">{{wallet.walletname}}</a></td>
|
||||
|
||||
<td style="padding:2px">{{wallet.date}}</td>
|
||||
<td style="padding:2px">{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td>
|
||||
<td style="padding:2px">{{wallet.name}}</td>
|
||||
<td style="padding:2px">{{wallet.persons}}</td>
|
||||
<td style="padding:2px">{{wallet.cave}}</td>
|
||||
|
||||
Reference in New Issue
Block a user