Salome HOME
Duplicated menu after a second study opening is fixed.
[tools/siman.git] / Workspace / Siman / WebContent / error.jsp
1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2     pageEncoding="ISO-8859-1"
3 %><%@
4     taglib prefix="s" uri="/struts-tags"
5 %>
6 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
7 <%  String  reason = request.getParameter("error");   
8 %>
9 <s:set var="reason"><%=reason%></s:set>
10
11 <html>
12
13   <head>
14     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
15     <title>SIMAN</title>
16   </head>
17
18   <body>
19     <s:text name="message.error.%{#reason}"/>
20   </body>
21
22 </html>