New query - survey staus request

This commit is contained in:
Philip Sargent 2018-08-18 15:18:10 +02:00
parent 763673d076
commit bd1c109dff
2 changed files with 33 additions and 0 deletions

View File

@ -39,6 +39,10 @@
<li><a href="essentials.html">Download GPS data to my device</a> - to find caves and to not get lost.</li>
<li><a href="gpxupload.html">Upload GPS data from my phone (or device)</a> - where I found a new cave.</li>
<li><a href="survey/newcave.html">Record my new cave discovery</a> - on paper and online</li>
<br>
<li><a href="survey/status.html">Discover whether my trip notes have been scanned</a> - what is the current status of all expo cave surveying?</li>
<br>
<li><a href="stool.htm">Perform bodily functions up the mountain</a> - on a matter of stooling.</li>

View File

@ -0,0 +1,29 @@
<html>
<head>
<title>Expo server</title>
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
</head>
<body>
<h2 id="tophead">CUCC Expedition Handbook - status of surveys</h2>
<h1>Current status of surveying during expo</h1>
<h3>How do I.. find out the progress of surveying during expo?</h3>
<p>You simply look online at <br>
<a href="http://expo.survex.com/expofiles/surveyscans/2018/index.html"><b>/expofiles/surveyscans/2018/</b></a>
<br>
replacing "2018" with whatever year you want to check up on.
<p>Then scroll down to check the list against your own name, or the status of the particular wallet
you want to know about.
<p>The online wallet system and how it works are <a href="newcave.html#onlinew">well documented in the survey handbook</a>.
<hr />
<ul id="links">
<li><a href="index.htm">Expedition Handbook</a>
</ul>
</body>
</html>