Salome HOME
Fix for uploading of files with names containing specific (accented, ampersand) chara...
[tools/siman.git] / Workspace / Siman / WebContent / layout / layoutLogin.jsp
1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2     pageEncoding="ISO-8859-1"%>
3 <%@ taglib prefix="s" uri="/struts-tags"%>
4 <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles"%>
5 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
6
7 <html>
8
9 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
11         <title>
12                 <tiles:insertAttribute name="title" ignore="true" />
13         </title>
14         <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css"/>
15         <link href=<s:url value="/css/cupertino/jquery-ui-1.9.0.custom.css"/> rel="stylesheet"/>
16     <script src=<s:url value="/js/jquery-1.8.2.js"/>></script>
17     <script src=<s:url value="/js/jquery-ui-1.9.0.custom.js"/>></script>
18 </head>
19
20 <body>
21
22         <!-- Menu-bar -->
23         <tiles:insertAttribute name="menu_bar" ignore="true" />
24         
25         <div id=top-spacer>
26         </div>
27
28         <!-- Login dialog -->
29         <div id=right-pane>
30                 <tiles:insertAttribute name="presentation_pane" ignore="true" />
31         </div>
32
33 </body>
34 </html>