aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/jsp/please_wait.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/jsp/please_wait.jsp')
-rw-r--r--src/main/webapp/jsp/please_wait.jsp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/main/webapp/jsp/please_wait.jsp b/src/main/webapp/jsp/please_wait.jsp
deleted file mode 100644
index 62c0d28..0000000
--- a/src/main/webapp/jsp/please_wait.jsp
+++ /dev/null
@@ -1,16 +0,0 @@
-<%@ page contentType="text/html; charset=UTF-8" language="java" errorPage=""%>
-
-<%@ include file="language.jsp" %>
-
-<head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title><fmt:message key="pleasewait.title"/></title>
-</head>
-
-<body>
- <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
- <tr height="100%" valign="middle">
- <td align="center"><fmt:message key="pleasewait.body"/></td>
- </tr>
- </table>
-</body>