Subversion Repositories general

Rev

Rev 962 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 962 Rev 1257
Line 4... Line 4...
4
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
4
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
5
 
5
 
6
<html>
6
<html>
7
 
7
 
8
<head>
8
<head>
9
  <title>Build Cache: OK</title>
9
  <title>Cache <bean:write name="cacheForm" property="action" />: OK</title>
10
</head>
10
</head>
11
 
11
 
12
<body bgcolor="white">
12
<body bgcolor="white">
13
 
13
 
-
 
14
<h1>Cache <bean:write name="cacheForm" property="action" />: OK</h1>
-
 
15
 
14
<h1>Build Cache: OK</h1>
16
<p><a href="cache.html">cache management</a></p>
15
 
17
 
16
</body>
18
</body>
17
 
19
 
18
</html>
20
</html>