Add table formatting and transport table and instructions to

whoandwhen 2017
This commit is contained in:
expoonserver 2017-05-20 02:33:07 +01:00
parent dffcc6462c
commit 1827704bd5

View File

@ -2,13 +2,30 @@
<head>
<title>Expo 2017: Who and When</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
<style type="text/css">
<!--
table.fancy { border-collapse: collapse; border: 2px solid black }
table.fancy td { border: 1px solid black; padding: 2pt }
table.fancy td.nonempty { background: #eee }
-->
</style>
</head>
<body>
<h1>Expo 2017: Who and When</h1>
<p>This page says who is coming, when and how. Fill yourself in in the top who/dates table. Use the 'Edit page' button to the left. Hopefully the formatting is fairly obvious</p>
<table style="width:100%">
<p>This page says who is coming, when and how.</p>
<p>Fill yourself in in the top who/dates table. Hopefully the formatting is fairly obvious.</p>
<h3>Howto</h3>
<p>Use the 'Edit this page' button to the left. You will need to log in to do that. Clicking will show a login page if you are not yet logged in. Log in as 'expo' with the normal expo 'cavey:beery' password (ask someone in person or by phone call, or other secure means (not uncrypted email or SMS) if you don't know it - it's important that it's never put in plain-text email, because if it is this site/machine will get hacked).</p>
<p>You can also edit this page like any other on the website using mercurial or tortoise hg if you have that set up (see Expo Handbook for details)</p>
<h2>People</h2>
<table class="fancy">
<tr>
<th>Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
<th>Duration&nbsp;&nbsp;&nbsp;&nbsp;</th>
@ -36,6 +53,18 @@
<tr>
<td>Some One</td>
<td>2 weeks</td>
<td>maybe</td>
<td>yes</td>
<td>maybe</td>
<td>no</td>
<td>no</td>
<td>no</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Some One Else</td>
<td>2 weeks</td>
<td>no</td>
<td>no</td>
<td>no</td>
@ -47,5 +76,48 @@
</tr>
</table>
<h2>Transport</h2>
<p>Fill in modes and dates if known</p>
<h3>List of vehicles</h3>
<ul>
<li><b>Car 1</b>: Elaine's Car/Van</li>
<li><b>Car 2</b>:Eliott's Van</li>
</ul>
<table class="fancy">
<tr>
<th rowspan="2">Who&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
<th colspan="2">Out</th>
<th colspan="2">Back</th>
<th rowspan="2">Comments</th>
</tr>
<tr>
<th>Mode</th>
<th>Date</th>
<th>Mode</th>
<th>Date</th>
</tr>
<tr>
<td>Elaine Oliver</td>
<td>Jul 8</td>
<td>Car 1</td>
<td>Aug 12</td>
<td>Car 1</td>
<td>Out and back in Elaine's van</td>
</tr>
<tr>
<td>Some One</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>