Salome HOME
Fix for uploading of files with names containing specific (accented, ampersand) chara...
[tools/siman.git] / Workspace / Siman / WebContent / layout / layoutLogin.jsp
index 384dece09062ed04c2e2697be282816c5f5f47e4..e4e188a86b541b98052711a9673591ceab6e3f38 100644 (file)
@@ -1,5 +1,5 @@
-<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+    pageEncoding="ISO-8859-1"%>
 <%@ taglib prefix="s" uri="/struts-tags"%>
 <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles"%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
        <title>
                <tiles:insertAttribute name="title" ignore="true" />
        </title>
-       <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
+       <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css"/>
+       <link href=<s:url value="/css/cupertino/jquery-ui-1.9.0.custom.css"/> rel="stylesheet"/>
+    <script src=<s:url value="/js/jquery-1.8.2.js"/>></script>
+    <script src=<s:url value="/js/jquery-ui-1.9.0.custom.js"/>></script>
 </head>
 
-<body> <!--  onLoad="document.login.username.focus();" -->
+<body>
 
        <!-- Menu-bar -->
        <tiles:insertAttribute name="menu_bar" ignore="true" />