e35638287a3e8bab618053f47ab0409c56f82729
[infodrom.org/www.infodrom.org] / src / Debian / events / HCT2002 / staff.wml
1 #include <infodrom.style>
2 #include <debian.style>
3
4 <page title="Debian Events -- Hamburger Computer Tage 2002 -- Staff">
5 <eventpg name="Hamburger Computer Tage 2002" date="January 24th - 27th, 2002" place="Hamburg, Germany">
6
7 <p>These people have volunteered to attend this year's Hamburger
8 Computer Tage.  Not all will be able to staff the booth due to other
9 obligations.  The ZIP code should help you build groups to minimize
10 transportation costs.
11
12 <: $color = "<coln>"; :>
13 <define-tag row whitespace=delete>
14 <preserve country zip city name hardware booth>
15 <set-var %attributes>
16 <if <not <get-var hardware>>
17     <set-var hardware="&nbsp;">>
18 <if <not <get-var booth>>
19     <set-var booth="&nbsp;">>
20 <if <not <get-var city>>
21     <set-var city="&nbsp;">>
22 <if <not <get-var zip>>
23     <set-var zip="&nbsp;">>
24
25 <tr bgcolor="<: $color=$color eq "<cold>"?"<coln>" : "<cold>";print $color:>">
26 <td><font face="Helvetica,Arial"><get-var name></font></td>
27 <td align=center><font face="Helvetica,Arial"><get-var country></font></td>
28 <td><font face="Helvetica,Arial"><get-var zip></font></td>
29 <td><font face="Helvetica,Arial"><get-var city></font></td>
30 <td align=center><font face="Helvetica,Arial"><get-var hardware></font></td>
31 <td align=center><font face="Helvetica,Arial"><get-var booth></font></td>
32 </tr>
33
34 <restore country zip city name hardware booth>
35 </define-tag>
36
37 <center>
38 <table border=0 cellpadding=2 cellspacing=0>
39 <tr bgcolor="<eventcolh>">
40 <th><font face="Helvetica,Arial">Name</font></th>
41 <th><font face="Helvetica,Arial">Country</font></th>
42 <th><font face="Helvetica,Arial">ZIP</font></th>
43 <th><font face="Helvetica,Arial">City</font></th>
44 <th><font face="Helvetica,Arial">Hardware</font></th>
45 <th><font face="Helvetica,Arial">Booth</font></th>
46 </tr>
47
48 <row    name="Andreas 'amu' Müller"
49         country="DE"
50         city="Köln"
51         zip="50xxx"
52         hardware="Laptop"
53         booth="Fr-Sa">
54 <row    name="Ayman 'XSnack' Negm"
55         country="DE"
56         city="Hamburg"
57         zip="20xxx"
58         hardware="2x Desktop"
59         booth="Do-So">
60 <row    name="Falk 'Falky' Siemonsmeier"
61         country="DE"
62         city="Minden"
63         zip="32xxx"
64         hardware="Laptop"
65         booth="Fr-So">
66 <row    name="Jan-Hendrik 'Gromitt' Palic"
67         country="DE"
68         city="Kiel"
69         zip="20xxx"
70         hardware="iBook"
71         booth="Fr-So">
72 <row    name="Martin 'Joey' Schulze"
73         country="DE"
74         city="Oldenburg"
75         zip="26xxx"
76         hardware="Laptop"
77         booth="Sa-So">
78 <row    name="Roland Bauerschmidt"
79         country="DE"
80         city="Bremen"
81         zip="28xxx"
82         booth="Sa">
83 <row    name="Torsten 'Bluehorn' Landschoff"
84         country="DE"
85         city="Kiel"
86         zip="20xxx"
87         booth="Do-So">
88
89 </table></center><p>
90
91 </eventpg>
92 </page>
93
94 # Local variables:
95 # mode: html
96 # mode: auto-fill
97 # mode: iso-accents
98 # end: