2020-04-26 00:48:38 +01:00
|
|
|
<!DOCTYPE html>
|
2011-06-02 20:10:16 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2020-04-26 00:48:38 +01:00
|
|
|
<title>2020 Expo Logbook</title></head>
|
2024-02-09 00:01:17 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
2011-06-02 20:10:16 +01:00
|
|
|
<body id="logbk">
|
|
|
|
|
2020-04-26 00:48:38 +01:00
|
|
|
<h1>Expo 2020</h1>
|
2011-06-02 20:10:16 +01:00
|
|
|
|
|
|
|
|
|
|
|
<!--fragment for each trip-->
|
2019-04-02 00:53:45 +01:00
|
|
|
<div class="logbookentry">
|
|
|
|
<hr />
|
2023-11-06 23:55:31 +00:00
|
|
|
<div class="tripdate" id="yyyy-mm-dd">yyyy-mm-dd</div>
|
2019-04-02 00:53:45 +01:00
|
|
|
<div class="trippeople">people on the trip</div>
|
2020-04-26 00:48:38 +01:00
|
|
|
<div class="triptitle">cave or area - title of trip </div>
|
|
|
|
<p>text here</p>
|
|
|
|
<p>Note that " - " delimits the "cave" (which could be "basecamp", or "plateau")
|
|
|
|
from the rest of the title. The "cave" is parsed by the troggle logbook importer.</p>
|
2019-04-02 00:53:45 +01:00
|
|
|
<p>text here</p>
|
|
|
|
<div class="timeug">T/U 6hrs</div>
|
|
|
|
</div>
|
2011-06-02 20:10:16 +01:00
|
|
|
<!--end of fragment-->
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|