mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 08:41:51 +00:00
More links
This commit is contained in:
parent
b907dcc993
commit
1365190330
@ -10,6 +10,7 @@
|
|||||||
<div id="related">
|
<div id="related">
|
||||||
<p><a href="{{ logbookentry.expedition.get_absolute_url }}">{{logbookentry.expedition.name}}</a>
|
<p><a href="{{ logbookentry.expedition.get_absolute_url }}">{{logbookentry.expedition.name}}</a>
|
||||||
<a href="/years/{{logbookentry.expedition.year}}/{{logbookentry.expedition.logbookfile}}">Full logbook</a>
|
<a href="/years/{{logbookentry.expedition.year}}/{{logbookentry.expedition.logbookfile}}">Full logbook</a>
|
||||||
|
<a href="/logreport/{{expedition.year}}">Expo logbook report</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% if logbookentry.cave %}
|
{% if logbookentry.cave %}
|
||||||
@ -74,6 +75,7 @@ th, td {
|
|||||||
<p>{{logbookentry.text|safe}}</p>
|
<p>{{logbookentry.text|safe}}</p>
|
||||||
</div>
|
</div>
|
||||||
<p><a href="/logbookedit/{{logbookentry.slug|safe}}">Edit this entry</a>.
|
<p><a href="/logbookedit/{{logbookentry.slug|safe}}">Edit this entry</a>.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -92,7 +92,8 @@
|
|||||||
|
|
||||||
<br /><br /><br />
|
<br /><br /><br />
|
||||||
{% if date %}<p>Link to <em><a href="/logbookentry/{{date}}/{{slug}}#">this entry</a></em> {% endif %}
|
{% if date %}<p>Link to <em><a href="/logbookentry/{{date}}/{{slug}}#">this entry</a></em> {% endif %}
|
||||||
Full logbook for this year: <a href="/years/{{year}}/logbook.html"><em>Logbook {{year}}</em></a>
|
Full logbook: <a href="/years/{{year}}/logbook.html"><em>Logbook {{year}}</em></a>
|
||||||
|
{{year}} <a href="/logreport/{{year}}">Logbook report</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<table class="expeditionlogbooks">
|
<table class="expeditionlogbooks">
|
||||||
<tr><th>Date</th><th>Logged trips and diary entries</th><th>Cave</th><th>Text..</th><th>Author</th><th>Who else</th></tr>
|
<tr><th>Date</th><th>Logged trips and diary entries</th><th>Cave</th><th>Text..</th><th>Words</th><th>Author</th><th>Who else</th></tr>
|
||||||
{% regroup dateditems|dictsort:"date" by date as dates %}
|
{% regroup dateditems|dictsort:"date" by date as dates %}
|
||||||
{% for date in dates %}
|
{% for date in dates %}
|
||||||
{% for entry in date.list %}
|
{% for entry in date.list %}
|
||||||
@ -39,6 +39,9 @@
|
|||||||
<td>
|
<td>
|
||||||
{{entry.text|striptags|safe|truncatechars:30}}
|
{{entry.text|striptags|safe|truncatechars:30}}
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
<div align="right">{{entry.text|wordcount}}</div>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/personexpedition/{{entry.author.personexpedition.person}}/{{year}}">{{entry.author.nickname_used}}</a>
|
<a href="/personexpedition/{{entry.author.personexpedition.person}}/{{year}}">{{entry.author.nickname_used}}</a>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user