From 3209986bb92821aca0b8633d2507a2e682d4b750 Mon Sep 17 00:00:00 2001 From: Manuel Soulier Date: Thu, 18 Jan 2024 15:55:41 +0100 Subject: [PATCH] feat: moved back index jsp in main form --- .../main/webapp/WEB-INF/jsp/gererExport.jsp | 9 ++-- .../webapp/WEB-INF/jsp/gererFamilleNorme.jsp | 5 +- .../webapp/WEB-INF/jsp/gererNomenclature.jsp | 9 ++-- .../main/webapp/WEB-INF/jsp/gererNorme.jsp | 8 +-- .../webapp/WEB-INF/jsp/gererPilotageBAS.jsp | 9 ++-- .../webapp/WEB-INF/jsp/gererWebservice.jsp | 7 ++- arc-web/src/main/webapp/WEB-INF/jsp/index.jsp | 51 +++++++++---------- .../WEB-INF/jsp/maintenanceOperations.jsp | 41 ++++++++------- .../WEB-INF/jsp/maintenanceParameters.jsp | 9 ++-- .../main/webapp/WEB-INF/jsp/tiles/header.jsp | 3 -- 10 files changed, 71 insertions(+), 80 deletions(-) diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/gererExport.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/gererExport.jsp index 0c658b6be..e39e8bb40 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/gererExport.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/gererExport.jsp @@ -22,10 +22,6 @@ - - - -
+ + + + +
diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/gererFamilleNorme.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/gererFamilleNorme.jsp index b9749954c..db4e201a0 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/gererFamilleNorme.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/gererFamilleNorme.jsp @@ -13,14 +13,13 @@ + - -
diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/gererNomenclature.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/gererNomenclature.jsp index 8395d845d..1bc6c661d 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/gererNomenclature.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/gererNomenclature.jsp @@ -19,11 +19,6 @@ - - - - - + + + +
diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/gererNorme.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/gererNorme.jsp index f44b13e34..f8f589366 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/gererNorme.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/gererNorme.jsp @@ -20,10 +20,6 @@ - - - - + + + +
diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/gererPilotageBAS.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/gererPilotageBAS.jsp index c768c90fe..6fe5f3105 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/gererPilotageBAS.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/gererPilotageBAS.jsp @@ -15,15 +15,14 @@ - - - - - + + + +
diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/gererWebservice.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/gererWebservice.jsp index dcd7ace31..26935987b 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/gererWebservice.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/gererWebservice.jsp @@ -15,15 +15,14 @@ + + - -
-
diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/index.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/index.jsp index 5732b8bca..30c077ffb 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/index.jsp @@ -15,34 +15,33 @@ - - - - - -
-
-
-
-
-

- -

-

${version}

-
-
-
-
-
-
-
- - - - + + + + +
+
+
+
+
+

+ +

+

${version}

- +
+
+
+
+ + + + +
+
+
+ \ No newline at end of file diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/maintenanceOperations.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/maintenanceOperations.jsp index 26ecf8b46..6cd2fa242 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/maintenanceOperations.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/maintenanceOperations.jsp @@ -21,10 +21,6 @@ - - - -
-
+ + + -
-
-
-
-
- -
+
+
+
+
+
+
+
-
+
-
+
+
diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/maintenanceParameters.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/maintenanceParameters.jsp index 571555c80..2bd0e8389 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/maintenanceParameters.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/maintenanceParameters.jsp @@ -21,10 +21,6 @@ - - - -
-
+ + + +
diff --git a/arc-web/src/main/webapp/WEB-INF/jsp/tiles/header.jsp b/arc-web/src/main/webapp/WEB-INF/jsp/tiles/header.jsp index 8dd47985f..411cb47df 100644 --- a/arc-web/src/main/webapp/WEB-INF/jsp/tiles/header.jsp +++ b/arc-web/src/main/webapp/WEB-INF/jsp/tiles/header.jsp @@ -2,7 +2,6 @@ <%@taglib prefix="c" uri="jakarta.tags.core"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> -