-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.php
47 lines (40 loc) · 1.53 KB
/
registration.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<h1>Registration</h1>
<p>
The <b>reduced</b> conference fee for early bookers is CHF <?=$baseFeeReduced+$dinnerFee;?>.— until <?=$reducedLimitDate->format($date_fstr);?>.
<br />
Normal fee must be paid of CHF <?=$baseFeeRegular+$dinnerFee;?>.— until <?=$registrationCloses->format($date_fstr);?> (registration closes).
</p>
<p>
Please remember to book your hotel in time as well!
</p>
<?php if ($isItTooLate) { ?>
<div class='bookedout'>
BOOKED OUT
</div>
<?php } ?>
<p>
The fee includes:
</p>
<ul>
<li>Attendance fee</li>
<li>Printed proceedings</li>
<li>Coffee breaks</li>
<li>Conference dinner</li>
<li>Local transportation (24h public transport, city zone, Mon - Fri; except airport transfer)</li>
</ul>
<p>
After sending this form, you will receive further instructions about payment (by bank) and your personal login link.
Please keep it save.
(The login area will be available in a few days time.)
<!--
You can get a new one <a href="">here</a>.
-->
<br>
For any special requests, please register anyways and contact us by email by replaying to the registration email or by writing an email to <a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
Please note that we publish a list of registered participants publically on the webpage.
This entry contains your first name, last name and affiliation.
Other data will not be public and shall never be used for anything else.
</p>
<?php require "items/registration_form.php"; ?>