Subversion Repositories general

Rev

Rev 992 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 992 Rev 1428
Line 63... Line 63...
63
	<tr>
63
	<tr>
64
		<th class="subHeader">Кодовый номер</th>
64
		<th class="subHeader">Кодовый номер</th>
65
		<th class="subHeader">Ник</th>
65
		<th class="subHeader">Ник</th>
66
		<th class="subHeader">e-mail</th>
66
		<th class="subHeader">e-mail</th>
67
		<th class="subHeader">Имя</th>
67
		<th class="subHeader">Имя</th>
-
 
68
    <th class="subHeader">Город</th>
68
		<th class="subHeader">Количество</th>
69
		<th class="subHeader">Количество</th>
69
		<th class="subHeader">Оплачено, евро</th>
70
		<th class="subHeader">Оплачено, евро</th>
70
		<th class="subHeader" width=50>&nbsp;</th>
71
		<th class="subHeader" width=50>&nbsp;</th>
71
		<th class="subHeader">&nbsp;</th>
72
		<th class="subHeader">&nbsp;</th>
72
		<th class="subHeader">&nbsp;</th>
73
		<th class="subHeader">&nbsp;</th>
Line 90... Line 91...
90
		</td>
91
		</td>
91
		<td class="listCell">
92
		<td class="listCell">
92
			<bean:write name="p" property="name"    />&nbsp;
93
			<bean:write name="p" property="name"    />&nbsp;
93
		</td>
94
		</td>
94
		<td class="listCell">
95
		<td class="listCell">
-
 
96
      <bean:write name="p" property="fromCity" />&nbsp;
-
 
97
    </td>
-
 
98
    <td class="listCell">
95
			<bean:write name="p" property="persons" />&nbsp;
99
      <bean:write name="p" property="persons"  />&nbsp;
96
		</td>
100
		</td>
97
		<td class="listCell">
101
		<td class="listCell">
98
			<bean:write name="p" property="payed" format="0.00" />&nbsp;
102
			<bean:write name="p" property="payed" format="0.00" />&nbsp;
99
		</td>
103
		</td>
100
 
104