mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
a folder for HTML templates
This commit is contained in:
parent
95a332d2b4
commit
443330481c
30
templates/logbook_template.html
Normal file
30
templates/logbook_template.html
Normal file
@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>2009 Expo Logbook</title></head>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
||||
<body id="logbk">
|
||||
|
||||
<h1>Expo 2009</h1>
|
||||
|
||||
|
||||
<!--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>
|
||||
<!--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>
|
||||
<li><a href="../../index.htm">Back to Expeditions intro page</a></li>
|
||||
<li><a href="../../../index.htm">CUCC Expo Home Page</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user