<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SYNTHESYS - Annotation successfully created</title> <link href="test.css" rel="stylesheet" type="text/css"> </head> <body> <div align="center"> <jsp:include flush="true" page="header.jsp"></jsp:include> <div align="center"> Your Annotation was successfully inserted.<br> Email message was successfully sent to the content provider.<br> Return to <a href="login.jsp">login page</a> or <a href="javascript:window.close()">close window</a>. </div> </TD> </TR> </TBODY> </TABLE> <jsp:include flush="true" page="footer.jsp"></jsp:include> </div> </body> </html> <% session.invalidate(); %>