Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/it-ru/trunk/webapp/admin/event/list.jsp
8,17 → 8,17
 
<head>
<meta http-equiv="expires" content="0">
<title>Events</title>
<title>Пьянка XP - Администрирование - Пьянки</title>
<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
</head>
 
<body>
 
<h1>Events</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>
29,11 → 29,11
 
<table border=1>
<tr>
<th>Name</th>
<th>Place</th>
<th>Start</th>
<th>Stop</th>
<th>Enabled</th>
<th>Название</th>
<th>Место/город</th>
<th>Начало</th>
<th>Окончание</th>
<th>Регистрация разрешена</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
46,25 → 46,25
<td><bean:write name="e" property="start" format="dd.MM.yyyy" />&nbsp;</td>
<td><bean:write name="e" property="stop" format="dd.MM.yyyy" />&nbsp;</td>
<td>
<logic:equal name="e" property="enabled" value="true">x</logic:equal>
<logic:notEqual name="e" property="enabled" value="true">&nbsp;</logic:notEqual>
<logic:equal name="e" property="enabled" value="true">да</logic:equal>
<logic:notEqual name="e" property="enabled" value="true">нет</logic:notEqual>
</td>
<td>
<backpath:link action="/admin/event/edit" paramId="id" paramName="e" paramProperty="id">edit</backpath:link>
<backpath:link action="/admin/event/edit" paramId="id" paramName="e" paramProperty="id">редактировать</backpath:link>
</td>
<td>
<backpath:link action="/admin/event/delete" paramId="id" paramName="e" paramProperty="id">delete</backpath:link>
<backpath:link action="/admin/event/delete" paramId="id" paramName="e" paramProperty="id">удалить</backpath:link>
</td>
<td>
<backpath:link action="/admin/participant/list" paramId="event" paramName="e" paramProperty="id">participants</backpath:link>
<backpath:link action="/admin/participant/list" paramId="event" paramName="e" paramProperty="id">участники</backpath:link>
</td>
</tr>
</logic:iterate>
</table>
 
<backpath:link action="/admin/event/edit">Add new event</backpath:link>
<backpath:link action="/admin/event/edit">Добавить пьянку</backpath:link>
<br>
<backpath:backlink>Back</backpath:backlink>
<backpath:backlink>Назад</backpath:backlink>
 
</body>