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>
/it-ru/trunk/webapp/admin/participant/list.jsp
9,17 → 9,17
 
<head>
<meta http-equiv="expires" content="0">
<title>Participants</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>Participants of <bean:write name="event" property="name" /></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>
30,12 → 30,12
 
<table border=1>
<tr>
<th>Ident</th>
<th>Nick</th>
<th>Email</th>
<th>Name</th>
<th>Persons</th>
<th>Payed</th>
<th>Кодовый номер</th>
<th>Ник</th>
<th>e-mail</th>
<th>Имя</th>
<th>Количество</th>
<th>Оплачено</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
</tr>
48,22 → 48,22
<td><bean:write name="p" property="name" />&nbsp;</td>
<td><bean:write name="p" property="persons" />&nbsp;</td>
<td>
<logic:equal name="p" property="payed" value="true">x</logic:equal>
<logic:notEqual name="p" property="payed" value="true">&nbsp;</logic:notEqual>
<logic:equal name="p" property="payed" value="true">да</logic:equal>
<logic:notEqual name="p" property="payed" value="true">нет</logic:notEqual>
</td>
<td>
<itru:link action="/admin/participant/edit" paramId="id" paramName="p" paramProperty="id" paramId2="event" paramName2="event" paramProperty2="id">edit</itru:link>
<itru:link action="/admin/participant/edit" paramId="id" paramName="p" paramProperty="id" paramId2="event" paramName2="event" paramProperty2="id">редактировать</itru:link>
</td>
<td>
<backpath:link action="/admin/participant/delete" paramId="id" paramName="p" paramProperty="id">delete</backpath:link>
<backpath:link action="/admin/participant/delete" paramId="id" paramName="p" paramProperty="id">удалить</backpath:link>
</td>
</tr>
</logic:iterate>
</table>
 
<backpath:link action="/admin/participant/edit" paramId="event" paramName="event" paramProperty="id">Add new participant</backpath:link>
<backpath:link action="/admin/participant/edit" paramId="event" paramName="event" paramProperty="id">Добавить участника</backpath:link>
<br>
<backpath:backlink>Back</backpath:backlink>
<backpath:backlink>Назад</backpath:backlink>
 
</body>