Add <hr /> at the start of each logbook entry to allow troggle to parse them

Add some menu div tags and tidy some html
This commit is contained in:
Sam Wenham
2019-03-10 11:00:33 +00:00
parent 7a37691ca1
commit b440bec301
10 changed files with 487 additions and 252 deletions

View File

@@ -8,23 +8,20 @@ Kaninchenh&ouml;hle Picture gallery - "old" cave thumbnails
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<p><center><a href="top.htm"><img alt="Overview "
src="../../../icons/ovview.png" width=40 height=40></a>
<a href="pixsf.htm"><img alt=" New Cave "
src="../../../icons/vtour.png" width=40 height=40></a>
<img alt="Rigging" src="../../../icons/rigbut.png" width=40 height=40>
<a href="names.htm"><img alt=" Glossary "
src="../../../icons/idx161.png" width=40 height=40></a>
<a href="../index.html#id161"><img alt=" Desc "
src="../../../icons/desc.png" width=40 height=40></a>
<a href="../../index.htm"><img alt=" Expo "
src="../../../icons/ausbut.png" width=40 height=40></a>
<a href="../../infodx.htm"><img alt=" Topics "
src="../../../icons/index.png" width=40 height=40></a>
<a href="../../indxal.htm"><img alt=" Index "
src="../../../icons/indxal.png" width=40 height=40></a>
<a href="../../../index.htm"><img alt=" CUCC"
src="../../../icons/cucc.png" width=40 height=40></a></center>
<p>
<center>
<a href="top.htm"><img alt="Overview " src="../../../icons/ovview.png" width=40 height=40></a>
<a href="pixsf.htm"><img alt=" New Cave " src="../../../icons/vtour.png" width=40 height=40></a>
<img alt="Rigging" src="../../../icons/rigbut.png" width=40 height=40>
<a href="names.htm"><img alt=" Glossary " src="../../../icons/idx161.png" width=40 height=40></a>
<a href="../index.html#id161"><img alt=" Desc " src="../../../icons/desc.png" width=40 height=40></a>
<a href="../../index.htm"><img alt=" Expo " src="../../../icons/ausbut.png" width=40 height=40></a>
<a href="../../infodx.htm"><img alt=" Topics " src="../../../icons/index.png" width=40 height=40></a>
<a href="../../indxal.htm"><img alt=" Index " src="../../../icons/indxal.png" width=40 height=40></a>
<a href="../../../index.htm"><img alt=" CUCC" src="../../../icons/cucc.png" width=40 height=40></a>
</center>
</p>
<h1>Kaninchenh&ouml;hle Picture gallery<br>
The Right Hand Route - from 161a</h1>
@@ -33,7 +30,7 @@ The Right Hand Route - from 161a</h1>
description, but are also gathered together here for a visual tour of
Kaninchenh&ouml;hle. Clicking on an image will take you to a bigger version
with descriptive caption and links back to web pages relevant to that
picture.
picture.</p>
<h2>The Right Hand Route - from 161a</h2>
@@ -201,20 +198,23 @@ The <a href="pixss.htm">Steinschlagschacht</a> (1623/136) route
<hr />
<!-- LINKS -->
<ul id="links">
<li><b>More Pictures:</b>
<ul>
<li><a href="../../gallery/cave.htm">Underground</a> in some of our other caves</li>
<li><a href="../../gallery/ents.htm">Entrance</a> portraits</li>
<li><a href="../../gallery/surf.htm">Surface</a> routes and views</li>
<li><a href="../../gallery/low.htm">Base camp and non-caving</a> activities</li>
</ul></li>
<li><a href="top.htm">Kaninchenh&ouml;hle</a> Cave Description - Overview</li>
<li><a href="../../index.htm">Back to Expedition Intro page</a></li>
<li><a href="../../infodx.htm">Index to info/topic pages</a></li>
<li><a href="../../areas.htm">Area/subarea descriptions</a></li>
<li><a href="../../../index.htm">Back to CUCC Home page</a></li>
</ul>
<div id="menu">
<ul id="links">
<li><b>More Pictures:</b>
<ul>
<li><a href="../../gallery/cave.htm">Underground</a> in some of our other caves</li>
<li><a href="../../gallery/ents.htm">Entrance</a> portraits</li>
<li><a href="../../gallery/surf.htm">Surface</a> routes and views</li>
<li><a href="../../gallery/low.htm">Base camp and non-caving</a> activities</li>
</ul>
</li>
<li><a href="top.htm">Kaninchenh&ouml;hle</a> Cave Description - Overview</li>
<li><a href="../../index.htm">Back to Expedition Intro page</a></li>
<li><a href="../../infodx.htm">Index to info/topic pages</a></li>
<li><a href="../../areas.htm">Area/subarea descriptions</a></li>
<li><a href="../../../index.htm">Back to CUCC Home page</a></li>
</ul>
</div>
</body>
</html>