Implement <ifont>foo</ifont> for global font definition, this should
[infodrom.org/www.infodrom.org] / src / Debian / events / HCT2003 / staff.wml
1 #include <infodrom.style>
2 #include <debian.style>
3
4 <page title="Debian Events -- Hamburger Computer Tage 2003">
5 <eventpg name="Hamburger Computer Tage 2003" date="January 23th - 26th, 2003" 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><ifont><get-var name></ifont></td>
27 <td align=center><ifont><get-var country></ifont></td>
28 <td><ifont><get-var zip></ifont></td>
29 <td><ifont><get-var city></ifont></td>
30 <td align=center><ifont><get-var hardware></ifont></td>
31 <td align=center><ifont><get-var booth></ifont></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><ifont>Name</ifont></th>
41 <th><ifont>Country</ifont></th>
42 <th><ifont>ZIP</ifont></th>
43 <th><ifont>City</ifont></th>
44 <th><ifont>Hardware</ifont></th>
45 <th><ifont>Booth</ifont></th>
46 </tr>
47
48 <row    name="Alexander Wirt"
49         country="DE"
50         city="Wilhelmshaven"
51         zip="26xxx"
52         hardware="Laptop, Hub"
53         booth="Fr-So">
54 <row    name="Andreas Müller"
55         country="DE"
56         city="Köln"
57         zip="50xxx"
58         hardware="Powerbook, PS/2"
59         booth="Fr-So">
60 <row    name="Ayman 'XSnack' Negm"
61         country="DE"
62         city="Hamburg"
63         zip="20xxx"
64         hardware="2x Desktop"
65         booth="Do-So">
66 <row    name="Fabio Massimo Di Nitto"
67         country="DK"
68         booth="Fr-So">
69 <row    name="Jan-Hendrik 'Gromit' Palic"
70         country="DE"
71         hardware="Indy, iBook2"
72         city="Kiel"
73         zip="24xxx"
74         hardware="Indy"
75         booth="Fr-So">
76 <row    name="Martin 'Joey' Schulze"
77         country="DE"
78         city="Oldenburg"
79         zip="26xxx"
80         booth="So">
81 <row    name="Mirco 'Meebey' Bauer"
82         country="DE"
83         city="Hamburg"
84         zip="20xxx"
85         booth="Sa-So">
86
87 </table></center><p>
88
89 </eventpg>
90 </page>
91
92 # Local variables:
93 # mode: html
94 # mode: auto-fill
95 # mode: iso-accents
96 # end: