From 108bde4f1ee58564e3aa3d354a113b0685db50c2 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Wed, 13 May 2026 12:11:07 -0400 Subject: [PATCH] =?UTF-8?q?v1.2.23=20-=20[INSTALL=20WAIT=20LIST]=20?= =?UTF-8?q?=ED=94=84=EB=A6=AC=EB=B7=B0=20=EB=B3=B4=EA=B8=B0=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/doc/install_wait_list.php | 20 + public_html/lib/install_preview_popup.php | 435 ++++++++++++++++++++++ 2 files changed, 455 insertions(+) create mode 100644 public_html/lib/install_preview_popup.php diff --git a/public_html/doc/install_wait_list.php b/public_html/doc/install_wait_list.php index 5b33a2e..bc5e890 100644 --- a/public_html/doc/install_wait_list.php +++ b/public_html/doc/install_wait_list.php @@ -1020,6 +1020,10 @@ $categoryLabels = [
+ + @@ -2226,6 +2230,22 @@ while ($row = mysqli_fetch_assoc($rmem)) { unassignDailyInstall(ids); }); + + function previewPopup() { + const startDate = ''; + const endDate = ''; + + const url = + `/lib/install_preview_popup.php` + + `?startDate=${startDate}` + + `&endDate=${endDate}`; + + window.open( + url, + "installPreviewPopup", + "width=1400,height=900,resizable=yes,scrollbars=yes" + ); + } diff --git a/public_html/lib/install_preview_popup.php b/public_html/lib/install_preview_popup.php new file mode 100644 index 0000000..ca62524 --- /dev/null +++ b/public_html/lib/install_preview_popup.php @@ -0,0 +1,435 @@ + + + + + + + + +Install Preview + + + + + + + + + + +
+ Install Preview + + ~ + +
+ +
+
+ + + + + + + + \ No newline at end of file