Subversion Repositories general

Rev

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

Rev 16 Rev 973
Line 13... Line 13...
13
	<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
13
	<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
14
</head>
14
</head>
15
 
15
 
16
<body>
16
<body>
17
 
17
 
18
<h1>Пьянка XP - <bean:write name="event" property="name" /> - Как добраться</h1>
18
<%@ include file="/header.jsp" %>
19
 
19
 
20
<strutsx:errorsIterator id="errors" />
20
<strutsx:errorsIterator id="errors" />
21
<strutsx:notEmpty name="errors">
21
<strutsx:notEmpty name="errors">
22
	<div class="error">Ошибки:
22
	<div class="error">Ошибки:
23
		<ul>
23
		<ul>
Line 67... Line 67...
67
		<td><bean:write name="p" property="transportComment" />&nbsp;</td>
67
		<td><bean:write name="p" property="transportComment" />&nbsp;</td>
68
	</tr>
68
	</tr>
69
</logic:iterate>
69
</logic:iterate>
70
</table>
70
</table>
71
 
71
 
72
<br>
-
 
73
<backpath:notEmpty><backpath:backlink>Назад</backpath:backlink></backpath:notEmpty>
72
<%@ include file="/footer.jsp" %>
74
 
73
 
75
</body>
74
</body>
76
 
75
 
77
</html>
76
</html>