/webportal/src/main/webapp/WEB-INF/jsp/Reloading.jsp

http://alageospatialportal.googlecode.com/ · JavaServer Pages · 19 lines · 17 code · 2 blank · 0 comment · 0 complexity · efe0bddaef2924cc79a663b4621b55b3 MD5 · raw file

  1. <%--
  2. Document : Reloading
  3. Created on : 16/02/2010, 12:07:44 PM
  4. Author : geoff
  5. --%>
  6. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  8. "http://www.w3.org/TR/html4/loose.dtd">
  9. <html>
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  12. <title>Reloading</title>
  13. </head>
  14. <body>
  15. <h1>Portal is being reloaded, please try again later</h1>
  16. </body>
  17. </html>