Add empty whoandwhen for 2020

This commit is contained in:
expo on server 2020-01-14 04:13:31 +00:00
parent ec9955e2c0
commit 2da26d780a
2 changed files with 94 additions and 4 deletions

View File

@ -16,11 +16,11 @@ Back to <a href="../../handbook/planning.html">Expo Planning Guide</a>.
<h3>Pre-Expo Planning</h3>
Using camcaving (or other wiki-type software):
<ul>
<li><a href="https://docs.google.com/spreadsheets/">Task tracking expo 2020</a></li>
<li><a href="https://docs.google.com/spreadsheets/">Who and when planning page</a></li>
<li><a href="whoandwhen.html"Who and when planning page</a></li>
<li>a href="https://app.slack.com/client/TQF95LK8T">Expo channels on Slack (External site)</a></li>
</ul>
PDF docs:
<ul>
<li><a href="/expofiles/documents/2020-expo-planning/Expo-initial-survey-responses-fleur.pdf">Responses to wishes survey</a>
@ -38,7 +38,7 @@ On expo website:
<span style="color: gray">
<li>Gear order for 2020
<li><a href="stuffboaught2020.html">Things bought 2020
<li><a href="stuffbought2020.html">Things bought 2020
</span>
<li><a href="https://ukcaving.com/board/">Pre-Expo Training Blog</a> on ukcaving.com
<li><a href="../../handbook/geartape.html">Geartape colours</a> to be updated as members commit to come

View File

@ -0,0 +1,90 @@
<html>
<head>
<title>Expo 2020: 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 2020: Who and When</h1>
<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>
<th>Week1<br>Jul&nbsp;16-22</th>
<th>Week2<br>Jul&nbsp;23-29</th>
<th>Week3<br>Jul&nbsp;30-Aug&nbsp;5</th>
<th>Week4<br>Aug&nbsp;6-12</th>
<th>Week5<br>Aug&nbsp;13-20</th>
<th>Deposit</th>
<th>Comments</th>
</tr>
<tr>
<td>Someone</td>
<td>3 weeks</td>
<td>no</td>
<td>no</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>Paid</td>
<td>Comment...</td>
</tr>
</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>: </li>
<li><b>Car 2</b>: </li>
<li><b>Car 3</b>: </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>Someone</td>
<td>Car 1</td>
<td>Jul 19th</td>
<td>Car 1</td>
<td>Aug 20th </td>
<td>Comment...</td>
</tr>
</table>
</body>
</html>