Rev 980 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 980 | Rev 1428 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | <th class="headerCell">Ник</th> |
33 | <th class="headerCell">Ник</th> |
34 | <th class="headerCell">Имя</th> |
34 | <th class="headerCell">Имя</th> |
35 | <th class="headerCell">e-mail</th> |
35 | <th class="headerCell">e-mail</th> |
36 | <th class="headerCell">Телефон</th> |
36 | <th class="headerCell">Телефон</th> |
37 | <th class="headerCell">Количество</th> |
37 | <th class="headerCell">Количество</th> |
- | 38 | <th class="headerCell">Откуда</th> |
|
- | 39 | <th class="headerCell">Информация</th> |
|
38 | </tr> |
40 | </tr> |
39 | 41 | ||
40 | <logic:iterate name="participants" id="p"> |
42 | <logic:iterate name="participants" id="p"> |
41 | <tr> |
43 | <tr> |
42 | <td class="listCell"><bean:write name="p" property="nick" /> </td> |
44 | <td class="listCell"><bean:write name="p" property="nick" /> </td> |
Line 47... | Line 49... | ||
47 | </logic:equal> |
49 | </logic:equal> |
48 | |
50 | |
49 | </td> |
51 | </td> |
50 | <td class="listCell"><bean:write name="p" property="phone" /> </td> |
52 | <td class="listCell"><bean:write name="p" property="phone" /> </td> |
51 | <td class="listCell"><bean:write name="p" property="persons" /> </td> |
53 | <td class="listCell"><bean:write name="p" property="persons" /> </td> |
- | 54 | <td class="listCell"><bean:write name="p" property="fromCity" /> </td> |
|
- | 55 | <td class="listCell"><bean:write name="p" property="comment" /> </td> |
|
52 | </tr> |
56 | </tr> |
53 | </logic:iterate> |
57 | </logic:iterate> |
54 | <tr> |
58 | <tr> |
55 | <td colspan=5> </td> |
59 | <td colspan=5> </td> |
56 | </tr> |
60 | </tr> |