Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/it-ru/trunk/webapp/admin/participant/edit.jsp
8,17 → 8,17
 
<head>
<meta http-equiv="expires" content="0">
<title>Edit participant</title>
<title>Пьянка XP - Администрирование - Участник пьянки "<bean:write name="event" property="name" />"</title>
<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
</head>
 
<body>
 
<h1>Edit participant</h1>
<h1>Пьянка XP - Администрирование - Участник пьянки "<bean:write name="event" property="name" />"</h1>
 
<strutsx:errorsIterator id="errors" />
<strutsx:notEmpty name="errors">
<div class="error">Errors in input:
<div class="error">Ошибки:
<ul>
<logic:iterate name="errors" id="error">
<li><strutsx:message name="error" property="key" valuesProperty="values" /></li>
34,77 → 34,77
 
<table border=1>
<tr>
<th>Ident</th>
<td><bean:write name="participant" property="ident" /></td>
<th>Кодовый номер</th>
<td><bean:write name="participant" property="ident" />&nbsp;</td>
</tr>
<tr>
<th>Nick</th>
<th>Ник</th>
<td><html:text property="nick" /></td>
</tr>
<tr>
<th>Email</th>
<th>e-mail</th>
<td><html:text property="email" /></td>
</tr>
<tr>
<th>Email is public</th>
<th>Показ e-mail разрешен</th>
<td colspan=3><html:checkbox property="emailPublic" /></td>
</tr>
<tr>
<th>Name</th>
<th>Имя</th>
<td><html:text property="name" /></td>
</tr>
<tr>
<th>Phone</th>
<th>Телефон</th>
<td><html:text property="phone" /></td>
</tr>
<tr>
<th>Persons</th>
<th>Количество человек</th>
<td><html:text property="persons" /></td>
</tr>
<tr>
<th>From ZIP</th>
<th>Выезд из PLZ</th>
<td><html:text property="fromZip" /></td>
</tr>
<tr>
<th>From city</th>
<th>Выезд из города</th>
<td><html:text property="fromCity" /></td>
</tr>
<tr>
<th>Departure</th>
<th>Время отправления</th>
<td><html:text property="departure" /></td>
</tr>
<tr>
<th>Free places in transport</th>
<th>Свободных мест в машине</th>
<td><html:text property="freeTransport" /></td>
</tr>
<tr>
<th>Comment to free places in transport</th>
<th>Условия транспортировки</th>
<td><html:textarea property="transportComment" /></td>
</tr>
<tr>
<th>Free places to sleep</th>
<th>Свободных спальных мест</th>
<td><html:text property="freeSleep" /></td>
</tr>
<tr>
<th>Comment to free places to sleep</th>
<th>Условия ночевки</th>
<td><html:textarea property="sleepComment" /></td>
</tr>
<tr>
<th>Comment</th>
<th>Дополнительная информация</th>
<td><html:textarea property="comment" /></td>
</tr>
<tr>
<th>Payed</th>
<th>Оплачено</th>
<td colspan=3><html:checkbox property="payed" /></td>
</tr>
<tr>
<th>Private comment</th>
<th>Комментарии организаторов</th>
<td><html:textarea property="privateComment" /></td>
</tr>
<tr>
<td colspan=2>
<html:submit>Submit</html:submit>
<backpath:backlink>Back</backpath:backlink>
<html:submit>Сохранить</html:submit>
<backpath:backlink>Отменить</backpath:backlink>
</td>
</tr>
</table>