Subversion Repositories general

Rev

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"    />&nbsp;</td>
44
		<td class="listCell"><bean:write name="p" property="nick"    />&nbsp;</td>
Line 47... Line 49...
47
			</logic:equal>
49
			</logic:equal>
48
			&nbsp;
50
			&nbsp;
49
		</td>
51
		</td>
50
		<td class="listCell"><bean:write name="p" property="phone"   />&nbsp;</td>
52
		<td class="listCell"><bean:write name="p" property="phone"   />&nbsp;</td>
51
		<td class="listCell"><bean:write name="p" property="persons" />&nbsp;</td>
53
		<td class="listCell"><bean:write name="p" property="persons" />&nbsp;</td>
-
 
54
    <td class="listCell"><bean:write name="p" property="fromCity" />&nbsp;</td>
-
 
55
		<td class="listCell"><bean:write name="p" property="comment" />&nbsp;</td>
52
	</tr>
56
	</tr>
53
</logic:iterate>
57
</logic:iterate>
54
	<tr>
58
	<tr>
55
		<td colspan=5>&nbsp;</td>
59
		<td colspan=5>&nbsp;</td>
56
	</tr>
60
	</tr>