mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 19:47:11 +00:00
28 lines
1.9 KiB
HTML
28 lines
1.9 KiB
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
|
|
<img class = "onright" alt="troggle logo" src="/handbook/troggle/tricky-troggle.jpg">
|
|
<h3>Troggle Administration Utilities</h3>
|
|
<ul>
|
|
<li><a href="/logreport/{{year}}">Delete logbook entry</a> -Online logbook suffers duplicate entries <span style="color:red">{{error}}</span>
|
|
<li><a href="/pathsreport">Folder paths used</a> -folders settings used by this troggle installation
|
|
<li><a href="/entrances">Entrances</a> -tag station/other station, *fix 'p' station for each entrance
|
|
<li><a href="/enttags">Entrances: Lost</a> -where there is no lat./long. for the entrance (only for 1623)
|
|
<li><a href="/stations">Entrance *fix stations</a> -lat./long. and UTM and altitudes of stations
|
|
<li><a href="/cave_data/cavealiases.txt_edit">Edit cave aliases</a> -edit historical cave aliases to current names
|
|
<li><a href="/aliases/{{year}}">Expoer name aliases</a> -short names recognised by troggle
|
|
<li><a href="/dataissues">Data Issues on Imports</a> - warnings and errors from the recent data import
|
|
<li><a href="/survexfilewild/{{year}}">Wild survex files</a> - survex files containing blocks with no related wallet
|
|
<li><a href="/survexdir">Survex Directories</a> - Every Cave has an associated directory and a Primary survex file
|
|
<li><a href="/surveximport">Survex import record</a> - indented *include and begin/end tree<br /><li><a href="/survexdebug">Survex debug report</a> - warnings and details<br />
|
|
<li><a href="/therionissues">Therion Import issues</a> - warnings from the recent data import<br /><br />
|
|
|
|
<li><a href="/kataster/1623-2002-08">Kataster renumber</a> - Rename a cave to a new kataster number <span style="color:red">{{error}}</span>
|
|
|
|
<li><a href="/fix/1623">FIX</a> - One-off fix tool, varies<span style="color:red">{{error}}</span>
|
|
|
|
<li><a href="/admin/">Django admin</a> - Deep magic access to all models and data <span style="color:red">{{error}}</span>
|
|
</ul>
|
|
|
|
|
|
{% endblock %} |