<html> <head> <title>Expo 2022: 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 } NB everything in the head tag is replaced by troggle when rendering this page. So any page-specific formatting needs to be in a style attribute in the main body. --> </style> </head> <body> <h1>Expo 2022: Who and When</h1> <div style="border:3px solid green"> <h2 align="center" style="color:red">THIS IS NOT BEING USED - WE ARE USING GOOGLE SHEETS INSTEAD IN 2022</h2> <p align="center" style="color:red">Follow this link for the 2022 expo:<br> <a align="center" style="color:red"href="https://docs.google.com/spreadsheets/d/1tVRtxYa3IMRDnC5J6nUEBCbhYpqESv2Movyzp6c7dg4/edit#gid=0">Who & When 2022 Google Sheets</a>. </div><hr /> <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. (You'll need to use the 'HTML' button to add a new row if there are no empty rows.)</p> <h2>This is template data</h2> <p>Neither the dates nor the people are real - here as an example only <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"> <tbody> <tr><th>Name </th><th>Duration </th><th>Week1<br />Jul 18-25</th><th>Week2<br />Jul 26-Aug 1</th><th>Week3<br />Aug 2-8</th><th>Week4<br />Aug 9-15</th><th>Week5<br />Aug 16-22</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> </td> </tr> <tr> <td> Michael Holliday</td> <td> 2-3 weeks</td> <td> ~</td> <td> ~</td> <td> ~</td> <td> ~</td> <td> ~</td> <td> Not yet</td> <td> Currently flexible, but will probably come for the start and stay 2-3 weeks.</td> </tr> <tr> <td> Wassil Janssen</td> <td> 2-3 weeks</td> <td> depends</td> <td>depends</td> <td>depends</td> <td>depends</td> <td>depends</td> <td> Not yet</td> <td> I'll have to see when I can come, but I guarantee I will.</td> </tr> <tr> <td> Tom Crossley</td> <td> 2-3 weeks</td> <td> -</td> <td> -</td> <td> -</td> <td>-</td> <td> -</td> <td> Not Yet</td> <td> Have not yet planned my summer but very flexible. Will try to come when it looks like there is a deficit of people to keep numbers more even</td> </tr> <tr> <td> Wookey</td> <td> 2 weeks</td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> Flexible. Will default to start. Could bring van if needed but prefer train/lift.</td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> <h2>Transport</h2> <p>Fill in modes and dates if known</p> <h3>List of vehicles</h3> <ul> <li><strong>Car 1</strong>:</li> <li><strong>Car 2</strong>:</li> <li><strong>Car 3</strong>:</li> </ul> <table class="fancy"> <tbody> <tr><th rowspan="2">Who </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>Tom Crossley</td> <td>Car 1</td> <td>-</td> <td>Car 1</td> <td>-</td> <td> <p>Nothing currently planned, see above.</p> <p>Will be driving, have four seats (including me) and a roof box.</p> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table></body> </html>