Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 971 → Rev 972

/kickup/trunk/webapp/admin/participant/edit.jsp
32,70 → 32,70
<html:hidden property="id" />
<html:hidden property="event" />
 
<table border=1>
<tr>
<table border=0 cellspacing=0 cellpadding=4>
<tr class="even">
<th>Кодовый номер</th>
<td colspan=2><bean:write name="participant" property="ident" />&nbsp;</td>
<td colspan=2 width=300><bean:write name="participant" property="ident" />&nbsp;</td>
</tr>
<tr>
<tr class="odd">
<th>Ник</th>
<td colspan=2><html:text property="nick" /></td>
<td colspan=2><html:text property="nick" style="width:100%" /></td>
</tr>
<tr>
<tr class="even">
<th>e-mail</th>
<td colspan=2><html:text property="email" /></td>
<td colspan=2><html:text property="email" style="width:100%" /></td>
</tr>
<tr>
<tr class="odd">
<th>Показ e-mail разрешен</th>
<td colspan=2><html:checkbox property="emailPublic" /></td>
</tr>
<tr>
<tr class="even">
<th>Имя</th>
<td colspan=2><html:text property="name" /></td>
<td colspan=2><html:text property="name" style="width:100%" /></td>
</tr>
<tr>
<tr class="odd">
<th>Телефон</th>
<td colspan=2><html:text property="phone" /></td>
<td colspan=2><html:text property="phone" style="width:100%" /></td>
</tr>
<tr>
<tr class="even">
<th>Количество человек</th>
<td colspan=2><html:text property="persons" /></td>
<td colspan=2><html:text property="persons" style="width:100%" /></td>
</tr>
<tr>
<tr class="odd">
<th>Выезд из PLZ</th>
<td colspan=2><html:text property="fromZip" /></td>
<td colspan=2><html:text property="fromZip" style="width:100%" /></td>
</tr>
<tr>
<tr class="even">
<th>Выезд из города</th>
<td colspan=2><html:text property="fromCity" /></td>
<td colspan=2><html:text property="fromCity" style="width:100%" /></td>
</tr>
<tr>
<tr class="odd">
<th>Время отправления</th>
<td colspan=2><html:text property="departure" /></td>
<td colspan=2><html:text property="departure" style="width:100%" /></td>
</tr>
<tr>
<tr class="even">
<th>Свободных мест в машине</th>
<td colspan=2><html:text property="freeTransport" /></td>
<td colspan=2><html:text property="freeTransport" style="width:100%" /></td>
</tr>
<tr>
<tr class="odd">
<th>Условия транспортировки</th>
<td colspan=2><html:textarea property="transportComment" /></td>
<td colspan=2><html:textarea property="transportComment" cols="40" rows="8" style="width:100%" /></td>
</tr>
<tr>
<tr class="even">
<th>Свободных спальных мест</th>
<td colspan=2><html:text property="freeSleep" /></td>
<td colspan=2><html:text property="freeSleep" style="width:100%" /></td>
</tr>
<tr>
<tr class="odd">
<th>Условия ночевки</th>
<td colspan=2><html:textarea property="sleepComment" /></td>
<td colspan=2><html:textarea property="sleepComment" cols="40" rows="8" style="width:100%" /></td>
</tr>
<tr>
<tr class="even">
<th>Дополнительная информация</th>
<td colspan=2><html:textarea property="comment" /></td>
<td colspan=2><html:textarea property="comment" cols="40" rows="8" style="width:100%" /></td>
</tr>
<tr>
<tr class="odd">
<th>Оплачено, евро</th>
<td><html:text property="payed" /></td>
<td><html:text property="payed" style="width:100%" /></td>
<td>
<logic:notEmpty name="participant" property="mustPay">
(должен заплатить: <bean:write name="participant" property="mustPay" format="0.00" />)
102,28 → 102,28
</logic:notEmpty>
</td>
</tr>
<tr>
<tr class="even">
<th>Комментарии организаторов</th>
<td colspan=2><html:textarea property="privateComment" /></td>
<td colspan=2><html:textarea property="privateComment" cols="40" rows="8" style="width:100%" /></td>
</tr>
 
<logic:notEmpty name="actList" property="objects">
<tr>
<th colspan=3>Участвует в</th>
<th colspan=3><div class="smallHeader">Участвует в</div></th>
</tr>
<tr>
<td>Название</td>
<td>Включить</td>
<td>Дополнительно</td>
<td class="subHeader">Название</td>
<td class="subHeader">Включить</td>
<td class="subHeader">Дополнительно</td>
</tr>
<logic:iterate name="ParticipantEditForm" property="acts" id="acts" indexId="iid">
<tr>
<th>
<td>
<bean:write name="actList" property='<%= "objects[" + iid + "].act.name" %>' />
<html:hidden name="acts" property="actId" indexed="true" />
</th>
</td>
<td><html:checkbox name="acts" property="selected" indexed="true" /></td>
<td><html:text name="acts" property="comment" indexed="true" /></td>
<td><html:text name="acts" property="comment" indexed="true" style="width:100%" /></td>
</tr>
</logic:iterate>
</logic:notEmpty>