From bb224daca8f9a2856e78cdda0d08b40eaa114807 Mon Sep 17 00:00:00 2001 From: isol Date: Thu, 2 Feb 2023 11:52:35 +0900 Subject: [PATCH] =?UTF-8?q?commit(71):=205.=20=EB=82=B4=EB=A6=AC=EB=A9=B4?= =?UTF-8?q?=EC=84=9C=20=ED=95=9C=20=ED=8E=98=EC=9D=B4=EC=A7=80=EA=B0=80=20?= =?UTF-8?q?=EC=A7=80=EB=82=98=EB=A9=B4=20=EC=98=AC=EB=A6=BC=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=EC=82=BD=EC=9E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/ftl/m/bf_growth/health_checkup.ftl | 20 ++++++++++++++++- .../views/ftl/m/bf_growth/vac_schedule.ftl | 22 ++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/health_checkup.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/health_checkup.ftl index 7229689..1395216 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/health_checkup.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/health_checkup.ftl @@ -135,6 +135,12 @@ +<#-- go to top btn --> +
<#include "/m/include/cart_script.ftl"> @@ -147,7 +153,19 @@ <#include "/m/bf_coach/include_return_url.ftl"> diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl index 7d76486..2d65e51 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl @@ -179,6 +179,12 @@
+<#-- go to top btn --> +
<#include "/m/include/cart_script.ftl"> @@ -189,7 +195,21 @@ <#include "/m/bf_coach/include_return_url.ftl"> - + <#include "/m/include/index_bottom.ftl"> \ No newline at end of file