<%-- $HeadURL$ --%> <%@page contentType="text/html" %> <%@page import="org.deegree.portal.standard.csw.control.Constants" %> <html> <head> <meta name="audience" content=""> <meta name="author" content="lat/lon GmbH, Judit Mays"> <meta name="keywords" content="OGC OpenGIS"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="imagetoolbar" content="no"> <title>Information</title> <link href="css/deegree.css" rel="stylesheet" type="text/css"> <script language="JavaScript1.2" type="text/javascript" src="csw_functions_search_result.js"></script> </head> <body class="bg"> <table align="center"> <tr> <td><p class="title">Information</p></td> </tr> <tr> <td> <p> <% String msg = (String) request.getAttribute( Constants.MESSAGE ) ; out.println( msg ); %> </p> <p align="center"> <a class="highlight" href="javascript:window.close()"><!-- <img align="center" src="images/csw_close.gif" border='0'/> -->CLOSE WINDOW</a> </p> </td> </tr> </table> </body> </html>