/src/main/webapp/WEB-INF/jsp/error/error500.jsp

http://thoughtsite.googlecode.com/ · JavaServer Pages · 40 lines · 37 code · 3 blank · 0 comment · 0 complexity · 21332f3e6db1bafa41dab2f46366f7a8 MD5 · raw file

  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2. pageEncoding="ISO-8859-1"%>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  4. <html>
  5. <head>
  6. <title>India incubator program - Page not found</title>
  7. <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"/>
  8. <link media="screen, tv, projection, print" href="<%=request.getContextPath()%>/public/css/common.css" type="text/css" rel="stylesheet" />
  9. <link href="<%=request.getContextPath()%>/public/css/commom-id.css" type="text/css" rel="stylesheet" />
  10. </head>
  11. <body>
  12. <div id="container" >
  13. <!-- header -->
  14. <div>
  15. <div id="header" >
  16. <div id="logo">
  17. <img src="<%=request.getContextPath()%>/public/images/thoughtsite-logo.gif" alt="" width="158" height="70" class="ie-top ie-top-mar-10 ie-bottom-mar-5"/>
  18. </div>
  19. </div>
  20. </div>
  21. <!-- start body -->
  22. <div id="wrapper">
  23. <div id="internal-pg-content">
  24. <div class="ie-error" >Error!
  25. </div>
  26. <div ><h1 class="ie-error-heading">Server heavily loaded</h1>
  27. </div>
  28. <div class="ie-error-msg ">Your request could not be completed, Please try after sometime.
  29. </div>
  30. </div>
  31. <!-- start footer -->
  32. <div id="footer"> &copy; 2009 Google
  33. </div>
  34. </div>
  35. </div>
  36. </bodyY>
  37. </html>