deleted.jsp 240 B

12345678910111213
  1. <%@ include file="/WEB-INF/jsp/include.jsp" %>
  2. <html>
  3. <head><title>Deletion completed</title></head>
  4. <body>
  5. <h1>Deleted</h1>
  6. <P>
  7. <code>
  8. <c:out value="${contact}"/>
  9. </code>
  10. <p><a href="<c:url value="index.htm"/>">Manage</a>
  11. </body>
  12. </html>