Salome HOME
Menus are improved
[tools/siman.git] / Workspace / Siman / WebContent / welcome.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 %>
6 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
7 <html>
8
9   <head>
10     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
11     <title><s:text name="name.module"/></title>
12     <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
13   </head>
14
15   <body>
16 <!-- Menu-bar
17   -->
18   
19     <jsp:include page="/jsp/menubar.jsp" />
20         
21 <!-- Title-bar
22   -->
23     <div id=title-bar><s:text name="message.welcome"/></div>
24   </body>
25
26 </html>