Salome HOME
Tiles is added
[tools/siman.git] / Workspace / Siman / WebContent / layout / layoutLogin.jsp
1 <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
2 <%@ page language="java" contentType="text/html; charset=ISO-8859-1" 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 </head>
16
17 <body> <!--  onLoad="document.login.username.focus();" -->
18
19         <!-- Menu-bar -->
20         <tiles:insertAttribute name="menu_bar" ignore="true" />
21         
22         <div id=top-spacer>
23         </div>
24
25         <!-- Login dialog -->
26         <div id=right-pane>
27                 <tiles:insertAttribute name="presentation_pane" ignore="true" />
28         </div>
29
30 </body>
31 </html>