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 85... | Line 85... | ||
85 | <th class="headerCell">Условия</th> |
85 | <th class="headerCell">Условия</th> |
86 | </tr> |
86 | </tr> |
87 | 87 | ||
88 | <logic:iterate name="participants" id="p"> |
88 | <logic:iterate name="participants" id="p"> |
89 | <tr> |
89 | <tr> |
90 | <td><bean:write name="p" property="nick" /> </td> |
90 | <td class="listCell"><bean:write name="p" property="nick" /> </td> |
91 | <td><bean:write name="p" property="name" /> </td> |
91 | <td class="listCell"><bean:write name="p" property="name" /> </td> |
92 | <td> |
92 | <td class="listCell"> |
93 | <logic:equal name="p" property="emailPublic" value="true"> |
93 | <logic:equal name="p" property="emailPublic" value="true"> |
94 | <bean:write name="p" property="email" /> |
94 | <bean:write name="p" property="email" /> |
95 | </logic:equal> |
95 | </logic:equal> |
96 | |
96 | |
97 | </td> |
97 | </td> |
98 | <td><bean:write name="p" property="phone" /> </td> |
98 | <td class="listCell"><bean:write name="p" property="phone" /> </td> |
99 | <td><bean:write name="p" property="freeSleep" /> </td> |
99 | <td class="listCell"><bean:write name="p" property="freeSleep" /> </td> |
100 | <td><bean:write name="p" property="sleepComment" /> </td> |
100 | <td class="listCell"><bean:write name="p" property="sleepComment" /> </td> |
101 | </tr> |
101 | </tr> |
102 | </logic:iterate> |
102 | </logic:iterate> |
103 | <tr> |
103 | <tr> |
104 | <td colspan=6> </td> |
104 | <td colspan=6> </td> |
105 | </tr> |
105 | </tr> |