Salome HOME
Now the "Context type" input field is cleaned when the focus is inside the field...
[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 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
6 <html>
7   <head>
8     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
9     <title>SIMAN</title>
10   </head>
11   <body>
12     <s:text name="%{#parameters.error}"/>
13   </body>
14 </html>