Salome HOME
Left menu is improved
[tools/siman.git] / Workspace / Siman / WebContent / sadmin / approveKnowelm.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 <html>
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     <div id=top-spacer></div>
21
22 <!-- Search menu
23      =============================================================================================================================
24   -->
25     <div id=left-pane>
26       <jsp:include page="/jsp/toolbar.jsp" />
27       <div id=top-spacer></div>
28       <jsp:include page="/jsp/menuitem.jsp" />
29     </div>
30
31   </body>
32 </html>