Salome HOME
Tiles is added for the login screen
[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 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5
6 <html>
7
8 <head>
9 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
10         <title>
11                 <tiles:insertAttribute name="title" ignore="true" />
12         </title>
13         <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
14 </head>
15
16 <body> <!--  onLoad="document.login.username.focus();" -->
17
18         <!-- Menu-bar -->
19         
20         <tiles:insertAttribute name="menu_bar" />
21         <div id=top-spacer>
22         </div>
23
24         <!-- Login dialog -->
25         <div id=right-pane>
26                 <tiles:insertAttribute name="presentation_pane" ignore="true" />
27         </div>
28
29 </body>
30 </html>