From 39b87db6142500c8fd7323a3ea4abe6fcf1696b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Sat, 12 Oct 2024 11:20:35 +0900 Subject: [PATCH] cfmgrv4 init...1 --- app/Views/admin/index.php | 5 +- app/Views/front/index.php | 5 +- app/Views/templates/common/modal_fetch.php | 105 ++++++++++++++++++++ app/Views/templates/common/modal_target.php | 46 --------- 4 files changed, 111 insertions(+), 50 deletions(-) create mode 100644 app/Views/templates/common/modal_fetch.php delete mode 100644 app/Views/templates/common/modal_target.php diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php index 9c043f5..300cb1e 100644 --- a/app/Views/admin/index.php +++ b/app/Views/admin/index.php @@ -10,7 +10,8 @@
include("templates/{$viewDatas['layout']}/index_content_top"); ?> - +
@@ -43,7 +44,7 @@ include("templates/{$viewDatas['layout']}/index_content_batchjob"); ?>
-
include("templates/common/modal_iframe"); ?>
+
include("templates/common/modal_fetch"); ?>
diff --git a/app/Views/front/index.php b/app/Views/front/index.php index 9c043f5..300cb1e 100644 --- a/app/Views/front/index.php +++ b/app/Views/front/index.php @@ -10,7 +10,8 @@
include("templates/{$viewDatas['layout']}/index_content_top"); ?> -
번호
+
@@ -43,7 +44,7 @@ include("templates/{$viewDatas['layout']}/index_content_batchjob"); ?>
-
include("templates/common/modal_iframe"); ?>
+
include("templates/common/modal_fetch"); ?>
diff --git a/app/Views/templates/common/modal_fetch.php b/app/Views/templates/common/modal_fetch.php new file mode 100644 index 0000000..c9ce303 --- /dev/null +++ b/app/Views/templates/common/modal_fetch.php @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file diff --git a/app/Views/templates/common/modal_target.php b/app/Views/templates/common/modal_target.php deleted file mode 100644 index 38527bc..0000000 --- a/app/Views/templates/common/modal_target.php +++ /dev/null @@ -1,46 +0,0 @@ - - - - \ No newline at end of file
번호