mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-28 07:05:22 +00:00
[svn r6523] All sorts of changes, look at the diffs, I haven't got time to enumerate them all - sorry!
This commit is contained in:
@@ -39,7 +39,12 @@ print TABLE << "END";
|
||||
<body>
|
||||
|
||||
<h1>Steinbrückenhöhle Question Mark list</h1>
|
||||
|
||||
<div>
|
||||
<a href="#qmextant">Extant QM's</a>
|
||||
-- <a href="#qmdone">Finished QM's</a>
|
||||
-- <a href="204.html">204 index</a>
|
||||
</div>
|
||||
<hr />
|
||||
<h2>Conventions</h2>
|
||||
|
||||
<p>For question mark list conventions, see <a href="../../qm.html">here</a>.</p>
|
||||
@@ -114,13 +119,13 @@ while (<CSV>) {
|
||||
}
|
||||
|
||||
print TABLE << "END";
|
||||
<h3>Incomplete QMs</h3>
|
||||
<h3><a id="qmextant">Extant QMs</a></h3>
|
||||
|
||||
<dl>
|
||||
$incomplete
|
||||
</dl>
|
||||
|
||||
<h3>Completed QMs</h3>
|
||||
<h3><a id="qmdone">Completed QMs</a></h3>
|
||||
|
||||
<dl>
|
||||
$complete
|
||||
|
||||
Reference in New Issue
Block a user