Salome HOME
Show URLs for previous versions of the document's files.
[tools/siman.git] / Workspace / Siman / WebContent / jsp / exception.jsp
1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
2 <%@ taglib prefix="s" uri="/struts-tags" %>
3
4 <html>
5         <head>
6                 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7                 <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
8         </head>
9         <body>
10                 <div>
11                         <s:if test="errorCode != null">
12                                 <s:property value="%{getText(errorCode)}" />
13                         </s:if>
14                 </div>
15 </body>
16 </html>