Subversion Repositories general

Rev

Rev 19 | Rev 976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 975
Line 12... Line 12...
12
	<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
12
	<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
13
</head>
13
</head>
14
 
14
 
15
<body>
15
<body>
16
 
16
 
17
<h1>Пьянка XP - <bean:write name="event" property="name" /> - Отказ</h1>
17
<%@ include file="/header.jsp" %>
18
 
18
 
19
<strutsx:errorsIterator id="errors" />
19
<strutsx:errorsIterator id="errors" />
20
<strutsx:notEmpty name="errors">
20
<strutsx:notEmpty name="errors">
21
	<div class="error">Ошибки:
21
	<div class="error">Ошибки:
22
		<ul>
22
		<ul>
Line 25... Line 25...
25
		</logic:iterate>
25
		</logic:iterate>
26
		</ul>
26
		</ul>
27
	</div>
27
	</div>
28
</strutsx:notEmpty>
28
</strutsx:notEmpty>
29
 
29
 
30
<p>Ваши данные удалены.</p>
30
<h2>Ваши данные удалены.</h2>
31
 
31
 
32
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
32
<%@ include file="/footer.jsp" %>
33
 
33
 
34
</body>
34
</body>
35
 
35
 
36
</html>
36
</html>