Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/it-ru/trunk/webapp/admin/act/edit.jsp
8,17 → 8,17
 
<head>
<meta http-equiv="expires" content="0">
<title>Edit act</title>
<title>Пьянка XP - Администрирование - Редактирование мероприятия</title>
<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
</head>
 
<body>
 
<h1>Edit act</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,17 → 33,17
 
<table border=1>
<tr>
<th>Name</th>
<th>Название</th>
<td><html:text property="name" /></td>
</tr>
<tr>
<th>Comment</th>
<th>Описание</th>
<td><html:textarea property="comment" /></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/act/list.jsp
8,17 → 8,17
 
<head>
<meta http-equiv="expires" content="0">
<title>Acts</title>
<title>Пьянка XP - Администрирование - Мероприятия</title>
<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
</head>
 
<body>
 
<h1>Acts</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,7 → 29,7
 
<table border=1>
<tr>
<th>Name</th>
<th>Название</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
</tr>
38,18 → 38,18
<tr>
<td><bean:write name="a" property="name" /></td>
<td>
<backpath:link action="/admin/act/edit" paramId="id" paramName="a" paramProperty="id">edit</backpath:link>
<backpath:link action="/admin/act/edit" paramId="id" paramName="a" paramProperty="id">редактировать</backpath:link>
</td>
<td>
<backpath:link action="/admin/act/delete" paramId="id" paramName="a" paramProperty="id">delete</backpath:link>
<backpath:link action="/admin/act/delete" paramId="id" paramName="a" paramProperty="id">удалить</backpath:link>
</td>
</tr>
</logic:iterate>
</table>
 
<backpath:link action="/admin/act/edit">Add new act</backpath:link>
<backpath:link action="/admin/act/edit">Добавить мероприятие</backpath:link>
<br>
<backpath:backlink>Back</backpath:backlink>
<backpath:backlink>Назад</backpath:backlink>
 
</body>