Salome HOME
Tiles is added
[tools/siman.git] / Workspace / Siman / WebContent / study / newStudy.jsp
index 8846d3b39b697aacdb04d605211460816b8d248c..e5b2c1a4e892c75ee74e90f410e04abc1ecce5d5 100644 (file)
@@ -1,15 +1,8 @@
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
-    pageEncoding="ISO-8859-1"
-%><%@
-    taglib prefix="s" uri="/struts-tags"
-%>
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
+<%@ taglib prefix="s" uri="/struts-tags"%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
 
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-    <title><s:text name="name.module"/></title>
-    <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
+<div>
     <script language="JavaScript">
 
     function initialize () {
       create.elements[2].focus();
     }
     </script>
-  </head>
-
-  <body onLoad="initialize()">
-<!-- Menu-bar
-     =============================================================================================================================
-  -->
-    <jsp:include page="/jsp/menubar.jsp" />
-    <div id=top-spacer></div>
-
-<!-- Creation menu
-     =============================================================================================================================
-  -->
-    <div id=left-pane>
-      <jsp:include page="/jsp/toolbar.jsp" />
-      <div id=top-spacer></div>
-      <jsp:include page="/jsp/menuitem.jsp" />
-    </div>
 
 <!-- New study dialog
      =============================================================================================================================
     <div id=right-pane></div>
     <div id=bottom-spacer></div>
 
-  </body>
-
-</html>
\ No newline at end of file
+</div>
\ No newline at end of file