Salome HOME
Left menu is improved
[tools/siman.git] / Workspace / Siman / WebContent / menu.jsp
1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2     pageEncoding="ISO-8859-1"
3 %>
4 <%@
5     taglib prefix="s" uri="/struts-tags"
6 %>
7 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
8
9 <!-- Initialization
10      =============================================================================================================================
11   -->
12 <%  String  menu = request.getParameter("menu");   
13 %>
14 <html>
15   <head>
16     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
17     <title><s:text name="name.module"/></title>
18     <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
19   </head>
20
21   <body>
22 <!-- Menu-bar
23      =============================================================================================================================
24   -->
25     <jsp:include page="/jsp/menubar.jsp" />
26     <div id=top-spacer></div>
27
28 <!-- Selected active menu
29      =============================================================================================================================
30   -->
31     <div id=left-pane>
32       <jsp:include page="/jsp/toolbar.jsp" />
33       <div id=top-spacer></div>
34       <jsp:include page="/jsp/menuitem.jsp" />
35     </div>
36
37   </body>
38 </html>