From 0efcb90988de0f541a94fe06b6072ac9f336a1b4 Mon Sep 17 00:00:00 2001 From: Frederic Debuire Date: Mon, 21 Jan 2008 16:48:54 +0000 Subject: [PATCH] changement --- YACOSWeb/WebContent/WEB-INF/decorators.xml | 2 ++ YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp | 8 ++++---- YACOSWeb/WebContent/WEB-INF/jsp/createReport.jsp | 13 ++++--------- YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp | 2 +- YACOSWeb/WebContent/stylesheets/base.css | 2 +- 5 files changed, 12 insertions(+), 15 deletions(-) diff --git a/YACOSWeb/WebContent/WEB-INF/decorators.xml b/YACOSWeb/WebContent/WEB-INF/decorators.xml index 1b935b1..548b0f1 100644 --- a/YACOSWeb/WebContent/WEB-INF/decorators.xml +++ b/YACOSWeb/WebContent/WEB-INF/decorators.xml @@ -8,4 +8,6 @@ + + \ No newline at end of file diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp index 6a33a8f..4a8186e 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/addConference2.jsp @@ -12,12 +12,12 @@ -
-
+

+


-
-
+

+

diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/createReport.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/createReport.jsp index 7cff794..6419269 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/createReport.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/createReport.jsp @@ -1,13 +1,8 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> - +<%@ include file="/WEB-INF/decorators/include.jsp"%> + - - -create report - - - + +

succeed in evaluation

diff --git a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp index bf506d0..c2360a7 100644 --- a/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp +++ b/YACOSWeb/WebContent/WEB-INF/jsp/listConference.jsp @@ -38,7 +38,7 @@
-">Home +">Home diff --git a/YACOSWeb/WebContent/stylesheets/base.css b/YACOSWeb/WebContent/stylesheets/base.css index 99fd27c..e0e3a73 100644 --- a/YACOSWeb/WebContent/stylesheets/base.css +++ b/YACOSWeb/WebContent/stylesheets/base.css @@ -3,7 +3,7 @@ html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; } h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; } ul,ol { list-style: none; } -fieldset,img { border: none; } +img { border: none; } caption,th { text-align: left; } table { border-collapse: collapse; border-spacing: 0; }