2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:49:50 +00:00

tidied login and control panel pages

This commit is contained in:
2025-01-22 20:19:33 +00:00
parent 18517f5ec7
commit a5341c4eb2
4 changed files with 20 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
{% if jobs_completed %}
<div class="noticeBox">
&nbsp;Just finished running:
@@ -14,14 +15,16 @@
</div>
{% endif %}
<!--
{% if error %}
<div class="noticeBox">
{{ error }}
</div>
{% endif %}
<h3>Administration Utilities</h3>
-->
<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 (needs admin logon)
<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="/cave_data/cavealiases.txt_edit">Edit cave aliases</a> -edit historical cave aliases to current names
<li><a href="/aliases/2023">Expoer name aliases</a> -short names recognised by troggle
@@ -30,10 +33,11 @@
<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="/admin/">Django admin</a> - Deep magic access to all models and data
<li><a href="/admin/">Django admin</a> - Deep magic access to all models and data <span style="color:red">{{error}}</span>
</ul>
<h3>This control panel is/will/mabe being redeveloped</h3>
<h3>This control panel is/will/maybe being redeveloped</h3>
<!--
<p>Do not attempt to use any of these import functions as they are in active development.
<ol>
<li>Importing things in the wrong order will screw-up the database links and break things.
@@ -114,6 +118,9 @@
<p></font>
<hr />
-->
<!--
<h3>Export Logbook to a different format:</h3>
<p>This creates 'logbook-new-format.html' in the years/&lt;year&gt;/ folder
<table>
@@ -158,4 +165,5 @@
<p>&nbsp;
</div>
</font>
-->
{% endblock %}