You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/10/01 17:04:11 UTC

svn commit: r700805 - in /ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error: ./ error.jsp error403.jsp error404.jsp

Author: adrianc
Date: Wed Oct  1 08:04:11 2008
New Revision: 700805

URL: http://svn.apache.org/viewvc?rev=700805&view=rev
Log:
Added missing error.jsp file to the Asset Maint component.

Added:
    ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/
    ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error.jsp   (with props)
    ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error403.jsp   (with props)
    ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error404.jsp   (with props)

Added: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error.jsp?rev=700805&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error.jsp (added)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error.jsp Wed Oct  1 08:04:11 2008
@@ -0,0 +1,53 @@
+<%--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+--%>
+
+<%@ page import="org.ofbiz.base.util.*" %>
+<html>
+<head>
+<title>Open For Business Message</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+
+<% String errorMsg = (String) request.getAttribute("_ERROR_MESSAGE_"); %>
+
+<body bgcolor="#FFFFFF">
+<div align="center">
+  <br/>
+  <table width="100%" border="1" height="200">
+    <tr>
+      <td>
+        <table width="100%" border="0" height="200">
+          <tr bgcolor="#CC6666"> 
+            <td height="45"> 
+              <div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="4" color="#FFFFFF"><b>:ERROR MESSAGE:</b></font></div>
+            </td>
+          </tr>
+          <tr> 
+            <td>
+              <div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><%=UtilFormatOut.replaceString(errorMsg, "\n", "<br/>")%></font></div>
+            </td>
+          </tr>
+        </table>
+      </td>
+    </tr>
+  </table>
+</div>
+<div align="center"></div>
+</body>
+</html>

Propchange: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error403.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error403.jsp?rev=700805&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error403.jsp (added)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error403.jsp Wed Oct  1 08:04:11 2008
@@ -0,0 +1,27 @@
+<%--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+--%>
+
+<html>
+<head>
+<title>ERROR!</title>
+</head>
+<body>
+<h3>An Error 403 Happened: Access to resource Forbidden</h3>
+</body>
+</html>

Propchange: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error403.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error404.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error404.jsp?rev=700805&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error404.jsp (added)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error404.jsp Wed Oct  1 08:04:11 2008
@@ -0,0 +1,27 @@
+<%--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+--%>
+
+<html>
+<head>
+<title>ERROR!</title>
+</head>
+<body>
+<h3>An Error 404 Happened: Request resource Not Found</h3>
+</body>
+</html>

Propchange: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/error/error404.jsp
------------------------------------------------------------------------------
    svn:eol-style = native