mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
30 lines
938 B
HTML
30 lines
938 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>2020 Expo Logbook</title></head>
|
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
|
<body id="logbk">
|
|
|
|
<h1>Expo 2020</h1>
|
|
<button type="button" onclick="window.scrollTo(0, document.body.scrollHeight)" autofocus>Scroll To Bottom</button>
|
|
<a href="/logbookedit/">Add Log book entry</a>
|
|
<hr/>
|
|
|
|
<!--fragment for each trip-->
|
|
<div class="logbookentry">
|
|
<hr />
|
|
<div class="tripdate" id="yyyy-mm-dd">yyyy-mm-dd</div>
|
|
<div class="trippeople">people on the trip</div>
|
|
<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>
|
|
<p>text here</p>
|
|
<div class="timeug">T/U 6hrs</div>
|
|
</div>
|
|
<!--end of fragment-->
|
|
|
|
</body>
|
|
</html>
|