+ <%@ include file="base/navbar.jsp" %>
+
Feuille de ${MODEL_MAP_ANIMAL.getName()}
+
${MODEL_MAP_ANIMAL.getConsentBehaviorById(MODEL_MAP_ANIMAL_CONSENT_BEHAVIOR_ID).getName()}
+
${MODEL_MAP_ANIMAL.getConsentBehaviorById(MODEL_MAP_ANIMAL_CONSENT_BEHAVIOR_ID).getDescription()}
+
Progression
+
+
+
+ | Soins |
+ Réalisé par moi |
+ Réalisé par quelqu'un d'autre |
+ Réalisé par le vétérinaire |
+
+
+
+
+
+ | ${progression.getCare().getName()} |
+ success
+ info
+ active
+ ">${progression.getProgressionByMe()} |
+ success
+ info
+ active
+ ">${progression.getProgressionBySomeoneElse()} |
+ success
+ info
+ active
+ ">${progression.getProgressionByVeterinary()} |
+
+
+
+
+ <%@ include file="base/footer.jsp" %>
+
+
+
diff --git a/src/main/webapp/vue/animal_care.jsp b/src/main/webapp/vue/animal_care.jsp
new file mode 100644
index 0000000..f875ae5
--- /dev/null
+++ b/src/main/webapp/vue/animal_care.jsp
@@ -0,0 +1,71 @@
+<%@page import="fr.geoffrey.medical_training_tracker.dao.bean.Animal"%>
+<%@page import="java.util.List"%>
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
+<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
+<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ page isELIgnored="false" %>
+
+
+
+
+ <%@ include file="base/header.jsp" %>
+
+
+
+
+ <%@ include file="base/navbar.jsp" %>
+
Feuille de ${MODEL_MAP_ANIMAL.getName()}
+
${MODEL_MAP_ANIMAL.getCareById(MODEL_MAP_ANIMAL_CARE_ID).getName()}
+
${MODEL_MAP_ANIMAL.getCareById(MODEL_MAP_ANIMAL_CARE_ID).getDescription()}
+
Progression
+
+
+
+ | Comportement de consentement |
+ Réalisé par moi |
+ Réalisé par quelqu'un d'autre |
+ Réalisé par le vétérinaire |
+
+
+
+
+
+ | ${progression.getConsentBehavior().getName()} |
+ success
+ info
+ active
+ ">${progression.getProgressionByMe()} |
+ success
+ info
+ active
+ ">${progression.getProgressionBySomeoneElse()} |
+ success
+ info
+ active
+ ">${progression.getProgressionByVeterinary()} |
+
+
+
+
+ <%@ include file="base/footer.jsp" %>
+
+
+
diff --git a/src/main/webapp/vue/animal_definition.jsp b/src/main/webapp/vue/animal_cares_and_behaviors.jsp
similarity index 94%
rename from src/main/webapp/vue/animal_definition.jsp
rename to src/main/webapp/vue/animal_cares_and_behaviors.jsp
index 73de8f1..f06ee05 100644
--- a/src/main/webapp/vue/animal_definition.jsp
+++ b/src/main/webapp/vue/animal_cares_and_behaviors.jsp
@@ -42,7 +42,7 @@