|
1 | 1 | ---
|
2 | 2 | layout: page
|
3 | 3 | title: Registration
|
4 |
| -registration_state: notyet |
| 4 | +registration_state: open |
5 | 5 | form_api_token: f6eb7678607cf8d0f1b8f52b15b1922d
|
6 | 6 |
|
7 | 7 | ---
|
|
65 | 65 | Please select the day of arrival (we will start Monday 10 am).
|
66 | 66 | </div>
|
67 | 67 | <select name="arrival.date" id="arrival_date" required>
|
68 |
| - <option value="Sunday 14 August" selected="selected">Sunday 14 August or before</option> |
69 |
| - <option value="Monday 15 August">Monday 15 August</option> |
70 |
| - <option value="Tuesday 19 August">Tuesday 16 August</option> |
71 |
| - <option value="Wednesday 20 August">Wednesday 17 August</option> |
72 |
| - <option value="Thursday 21 August">Thursday 18 August</option> |
73 |
| - <option value="Friday 22 August">Friday 19 August</option> |
| 68 | + <option value="Saturday October 15">Saturday, October 15 or before</option> |
| 69 | + <option value="Sunday October 16" selected="selected">Sunday, October 16</option> |
| 70 | + <option value="Monday October 17">Monday, October 17</option> |
| 71 | + <option value="Tuesday October 18">Tuesday, October 18</option> |
| 72 | + <option value="Wednesday October 19">Wednesday, October 19</option> |
| 73 | + <option value="Thursday October 20">Thursday, October 20</option> |
74 | 74 | </select>
|
75 | 75 | </div>
|
76 | 76 |
|
|
82 | 82 | Please select the day of departure (we will finish Friday afternoon).
|
83 | 83 | </div>
|
84 | 84 | <select name="departure.date" id="departure_date" required>
|
85 |
| - <option value="Monday 15 August">Monday 15 August</option> |
86 |
| - <option value="Tuesday 16 August">Tuesday 16 August</option> |
87 |
| - <option value="Wednesday 17 August">Wednesday 17 August</option> |
88 |
| - <option value="Thursday 18 August">Thursday 18 August</option> |
89 |
| - <option value="Friday 19 August" selected="selected">Friday 19 August</option> |
90 |
| - <option value="Saturday 20 August">Saturday 20 August or later</option> |
| 85 | + <option value="Monday October 17">Monday, October 17</option> |
| 86 | + <option value="Tuesday October 18">Tuesday, October 18</option> |
| 87 | + <option value="Wednesday October 19">Wednesday, October 19</option> |
| 88 | + <option value="Thursday October 20">Thursday, October 20</option> |
| 89 | + <option value="Friday October 21" selected="selected">Friday, October 21</option> |
| 90 | + <option value="Saturday October 22">Saturday, October 22 or later</option> |
91 | 91 | </select>
|
92 | 92 | </div>
|
93 | 93 |
|
| 94 | + |
94 | 95 | <div class="form-field">
|
95 | 96 | <div class="form-field-title">
|
96 | 97 | <label for="accommodation">Accommodation</label>
|
|
121 | 122 |
|
122 | 123 | <div class="form-field">
|
123 | 124 | <div class="form-field-title">
|
124 |
| - <label for="presentation">Comments</label> |
| 125 | + <label for="mensa_card">Mensa Card<span class="form-field-req">*</span></label> |
| 126 | + </div> |
| 127 | + <div class="form-field-description"> |
| 128 | + Please indicate if you wish to have lunch at the university canteen. See <a href="{{ site.url }}{{ site.baseurl |
| 129 | + }}/location">here</a>. |
| 130 | + </div> |
| 131 | + <select name="child_care" id="child_care" required> |
| 132 | + <option value="Yes" selected="selected">Yes</option> |
| 133 | + <option value="No">No</option> |
| 134 | + </select> |
| 135 | +</div> |
| 136 | + |
| 137 | +<div class="form-field"> |
| 138 | + <div class="form-field-title"> |
| 139 | + <label for="child_care">Child care <span class="form-field-req">*</span></label> |
| 140 | + </div> |
| 141 | + <div class="form-field-description"> |
| 142 | + Please indicate if child care is needed. We will contact you individually for further details. |
| 143 | + </div> |
| 144 | + <select name="child_care" id="child_care" required> |
| 145 | + <option value="Yes">Yes</option> |
| 146 | + <option value="No" selected="selected">No</option> |
| 147 | + </select> |
| 148 | +</div> |
| 149 | + |
| 150 | +<div class="form-field"> |
| 151 | + <div class="form-field-title"> |
| 152 | + <label for="presentation">Presentation</label> |
| 153 | + </div> |
| 154 | + <div class="form-field-description"> |
| 155 | + If you like to give a presentation during the package session please state the title of your presentation. |
| 156 | + You are welcome to offer other talks, too. |
| 157 | + </div> |
| 158 | + <textarea name="presentation" rows="3" cols="60"></textarea> |
| 159 | +</div> |
| 160 | + |
| 161 | +<div class="form-field"> |
| 162 | + <div class="form-field-title"> |
| 163 | + <label for="comments">Comments</label> |
125 | 164 | </div>
|
126 | 165 | <div class="form-field-description">
|
127 | 166 | Here you can give any comments, questions, or wishes that you have
|
128 |
| - regarding the GAP Days. For example, if you might like to give a |
129 |
| - talk, then please provide the title of your talk in the comments. |
130 |
| - Or, if you would maybe like to hear a talk about a specific GAP-related topic, |
131 |
| - then please add your suggestion as a comment. |
132 |
| - We will do our best to take all requests into account, but cannot |
133 |
| - promise anything further at the moment. |
| 167 | + regarding the GAP Days. |
134 | 168 | </div>
|
135 | 169 | <textarea name="comments" rows="10" cols="60"></textarea>
|
136 | 170 | </div>
|
|
0 commit comments