mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
28 lines
966 B
HTML
28 lines
966 B
HTML
<!-- svxcavesingle404.html - this text visible because this template has been included -->
|
|
{% extends "base.html" %}
|
|
{% block title %}List of survex files{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>Cave not found in database</h1>
|
|
|
|
<h3>Cave number looked for: '{{cave}}'</h3>
|
|
<ul>
|
|
<li>- unofficial number like this not found</li>
|
|
<li>- kataster number like this not found</li>
|
|
</ul>
|
|
|
|
<h3>You probably got here because a survex (.svx) file has been stored on the server in the
|
|
<a href="/handbook/computing/repos.html"><var>:loser:</var></a> repository
|
|
but whoever was
|
|
responsible has not yet created the appropriate XML file the
|
|
<a href="/handbook/computing/repos.html"><var>:expoweb:</var></a> repository
|
|
which registers the cave description and ties together
|
|
the survex files with everything else.
|
|
</h3>
|
|
|
|
<p>The process for registering a new cave is documented in
|
|
<a href="/handbook/survey/caveentry.html">this part of the survey handbook</a>.
|
|
<p>
|
|
{% endblock %}
|