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