Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/it-ru/trunk/webapp/admin/event/edit.jsp
8,17 → 8,17
 
<head>
<meta http-equiv="expires" content="0">
<title>Edit event</title>
<title>Пьянка XP - Администрирование - Редактирование пьянки</title>
<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
</head>
 
<body>
 
<h1>Edit event</h1>
<h1>Пьянка XP - Администрирование - Редактирование пьянки</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>
33,61 → 33,61
 
<table border=1>
<tr>
<th>Name</th>
<th>Название</th>
<td colspan=3><html:text property="name" /></td>
</tr>
<tr>
<th>Place</th>
<th>Место/город</th>
<td colspan=3><html:text property="place" /></td>
</tr>
<tr>
<th>Address</th>
<th>Точный адрес</th>
<td colspan=3><html:textarea property="address" /></td>
</tr>
<tr>
<th>Transport Description</th>
<th>Описание проезда</th>
<td colspan=3><html:textarea property="transport" /></td>
</tr>
<tr>
<th>Start</th>
<th>Начало</th>
<td colspan=3><html:text property="start" /></td>
</tr>
<tr>
<th>Stop</th>
<th>Окончание</th>
<td colspan=3><html:text property="stop" /></td>
</tr>
<tr>
<th>Last registration</th>
<th>Дата окончания регистрации</th>
<td colspan=3><html:text property="lastreg" /></td>
</tr>
<tr>
<th>Last unregistration</th>
<th>Последний срок отказа</th>
<td colspan=3><html:text property="lastunreg" /></td>
</tr>
<tr>
<th>Price per person</th>
<th>Цена с человека</th>
<td colspan=3><html:text property="price" /></td>
</tr>
<tr>
<th>Account to transfer money</th>
<th>Счет для перевода денег</th>
<td colspan=3><html:textarea property="account" /></td>
</tr>
<tr>
<th>Enabled</th>
<th>Разрешить регистрацию</th>
<td colspan=3><html:checkbox property="enabled" /></td>
</tr>
<tr>
<th>Comment</th>
<th>Описание</th>
<td colspan=3><html:textarea property="comment" /></td>
</tr>
 
<tr>
<th colspan=4>Acts for the event</th>
<th colspan=4>Планируемые мероприятия</th>
</tr>
<tr>
<td>Name</td>
<td>Include</td>
<td>Comment</td>
<td>Название</td>
<td>Включить</td>
<td>Описание</td>
<td>&nbsp;</td>
</tr>
<logic:iterate name="EventEditForm" property="acts" id="acts" indexId="iid">
103,13 → 103,13
</logic:iterate>
 
<tr>
<th colspan=4>Apartment for the event</th>
<th colspan=4>Ближайшие гостиницы</th>
</tr>
<tr>
<td>Name</td>
<td>Include</td>
<td>Comment</td>
<td>Distance</td>
<td>Название</td>
<td>Включить</td>
<td>Описание</td>
<td>Расстояние до место (км)</td>
</tr>
<logic:iterate name="EventEditForm" property="apartments" id="apartments" indexId="iid2">
<tr>
125,8 → 125,8
 
<tr>
<td colspan=4>
<html:submit>Submit</html:submit>
<backpath:backlink>Back</backpath:backlink>
<html:submit>Сохранить</html:submit>
<backpath:backlink>Отменить</backpath:backlink>
</td>
</tr>
</table>