/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
- <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <title>India incubator program - Page not found</title>
- <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"/>
- <link media="screen, tv, projection, print" href="<%=request.getContextPath()%>/public/css/common.css" type="text/css" rel="stylesheet" />
- <link href="<%=request.getContextPath()%>/public/css/commom-id.css" type="text/css" rel="stylesheet" />
- </head>
-
- <body>
- <div id="container" >
- <!-- header -->
- <div>
- <div id="header" >
- <div id="logo">
- <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"/>
- </div>
- </div>
-
- </div>
- <!-- start body -->
- <div id="wrapper">
- <div id="internal-pg-content">
- <div class="ie-error" >Error!
- </div>
- <div ><h1 class="ie-error-heading">Server heavily loaded</h1>
- </div>
- <div class="ie-error-msg ">Your request could not be completed, Please try after sometime.
- </div>
- </div>
- <!-- start footer -->
- <div id="footer"> © 2009 Google
- </div>
- </div>
- </div>
- </bodyY>
- </html>