Update logbook template to include hr separator and surrounding div

This commit is contained in:
Wookey 2019-04-02 00:53:45 +01:00
parent 886fe8b611
commit 4a83740986

View File

@ -11,15 +11,17 @@
<!--fragment for each trip-->
<div class="tripdate" id="tyyyy-mm-dd">yyyy-mm-dd</div>
<div class="trippeople">people on the trip</div>
<div class="triptitle">title of trip </div>
<div class="timeug">T/U 6hrs</div>
<p>text here</p>
<div class="logbookentry">
<hr />
<div class="tripdate" id="tyyyy-mm-dd">yyyy-mm-dd</div>
<div class="trippeople">people on the trip</div>
<div class="triptitle">title of trip </div>
<p>text here</p>
<div class="timeug">T/U 6hrs</div>
</div>
<!--end of fragment-->
<hr />
<ul id="links">
<li><a href="index.html">Back to 2009 Index</a></li>
<li><a href="../../pubs.htm">Index</a> to all publications</li>