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