Rev 973 | Rev 976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 973 | Rev 974 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | <h2>Как проехать</h2> |
34 | <h2>Как проехать</h2> |
35 | <p><kickup:write name="event" property="transportDesc" filterBr="true" /></p> |
35 | <p><kickup:write name="event" property="transportDesc" filterBr="true" /></p> |
36 | 36 | ||
37 | <h2>Свободные места в машинах</h2> |
37 | <h2>Свободные места в машинах</h2> |
38 | 38 | ||
39 | <table border=1> |
39 | <table border=0 cellspacing=0 cellpadding=4 width=860> |
40 | <tr> |
40 | <tr> |
41 | <th>PLZ</th> |
41 | <th class="headerCell">PLZ</th> |
42 | <th>Город</th> |
42 | <th class="headerCell">Город</th> |
43 | <th>Отправление</th> |
43 | <th class="headerCell">Отправление</th> |
44 | <th>Ник</th> |
44 | <th class="headerCell">Ник</th> |
45 | <th>Имя</th> |
45 | <th class="headerCell">Имя</th> |
46 | <th>e-mail</th> |
46 | <th class="headerCell">e-mail</th> |
47 | <th>Телефон</th> |
47 | <th class="headerCell">Телефон</th> |
48 | <th>Свободных мест</th> |
48 | <th class="headerCell">Свободных мест</th> |
49 | <th>Условия</th> |
49 | <th class="headerCell">Условия</th> |
50 | </tr> |
50 | </tr> |
51 | 51 | ||
52 | <logic:iterate name="participants" id="p"> |
52 | <logic:iterate name="participants" id="p"> |
53 | <tr> |
53 | <tr> |
54 | <td><bean:write name="p" property="fromZip" /> </td> |
54 | <td class="listCell"><bean:write name="p" property="fromZip" /> </td> |
55 | <td><bean:write name="p" property="fromCity" /> </td> |
55 | <td class="listCell"><bean:write name="p" property="fromCity" /> </td> |
56 | <td><bean:write name="p" property="departure" format="dd MMM yyyy HH:mm" /> </td> |
56 | <td class="listCell"><bean:write name="p" property="departure" format="dd MMM yyyy HH:mm" /> </td> |
57 | <td><bean:write name="p" property="nick" /> </td> |
57 | <td class="listCell"><bean:write name="p" property="nick" /> </td> |
58 | <td><bean:write name="p" property="name" /> </td> |
58 | <td class="listCell"><bean:write name="p" property="name" /> </td> |
59 | <td> |
59 | <td class="listCell"> |
60 | <logic:equal name="p" property="emailPublic" value="true"> |
60 | <logic:equal name="p" property="emailPublic" value="true"> |
61 | <bean:write name="p" property="email" /> |
61 | <bean:write name="p" property="email" /> |
62 | </logic:equal> |
62 | </logic:equal> |
63 | |
63 | |
64 | </td> |
64 | </td> |
65 | <td><bean:write name="p" property="phone" /> </td> |
65 | <td class="listCell"><bean:write name="p" property="phone" /> </td> |
66 | <td><bean:write name="p" property="freeTransport" /> </td> |
66 | <td class="listCell"><bean:write name="p" property="freeTransport" /> </td> |
67 | <td><bean:write name="p" property="transportComment" /> </td> |
67 | <td class="listCell"><bean:write name="p" property="transportComment" /> </td> |
68 | </tr> |
68 | </tr> |
69 | </logic:iterate> |
69 | </logic:iterate> |
- | 70 | <tr> |
|
- | 71 | <td colspan=9> </td> |
|
- | 72 | </tr> |
|
70 | </table> |
73 | </table> |
71 | 74 | ||
72 | <%@ include file="/footer.jsp" %> |
75 | <%@ include file="/footer.jsp" %> |
73 | 76 | ||
74 | </body> |
77 | </body> |