From 86a2a39c13c5775a77bee32681310016446bc9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Sat, 20 Apr 2024 21:18:55 +0200 Subject: [PATCH] feat(DevWeb): Edit card component to match with Bulma doc --- .../webapp/WEB-INF/tags/components/card.tag | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/card.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/card.tag index 822acee..2870304 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/card.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/card.tag @@ -1,12 +1,25 @@ <%@tag description="component/card" pageEncoding="UTF-8" %> -<%@attribute name="card_head" fragment="true" %> -<%@attribute name="card_content" fragment="true" %> + +<%@attribute name="title"%> + +<%@attribute name="header_icon" fragment="true" %> +<%@attribute name="image" fragment="true" %> +<%@attribute name="footer" fragment="true" %>
-
- +
+
${title}
+
+ +
+
+
+
- + +
+
\ No newline at end of file