From 68fc9e55e538e03f94509731ab41a0c8cf96710f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 17 Apr 2023 12:12:22 +0300 Subject: setup a real server environment (apache DocumentRoot=/var/www/public) --- public/processed-views/modals/Login.html | 94 +++ public/processed-views/modals/My_Lists_Add.html | 680 +++++++++++++++++++++ public/processed-views/modals/My_Lists_Delete.html | 12 + public/processed-views/modals/Register.html | 340 +++++++++++ public/processed-views/modals/Reset_Password.html | 29 + public/processed-views/modals/Reset_Password2.html | 15 + .../processed-views/modals/Set_New_Password.html | 51 ++ .../processed-views/modals/Set_New_Password2.html | 18 + .../modals/User_Account_Delete_Card.html | 11 + .../User_Account_Order_History_DeleteOrder.html | 12 + 10 files changed, 1262 insertions(+) create mode 100644 public/processed-views/modals/Login.html create mode 100644 public/processed-views/modals/My_Lists_Add.html create mode 100644 public/processed-views/modals/My_Lists_Delete.html create mode 100644 public/processed-views/modals/Register.html create mode 100644 public/processed-views/modals/Reset_Password.html create mode 100644 public/processed-views/modals/Reset_Password2.html create mode 100644 public/processed-views/modals/Set_New_Password.html create mode 100644 public/processed-views/modals/Set_New_Password2.html create mode 100644 public/processed-views/modals/User_Account_Delete_Card.html create mode 100644 public/processed-views/modals/User_Account_Order_History_DeleteOrder.html (limited to 'public/processed-views/modals') diff --git a/public/processed-views/modals/Login.html b/public/processed-views/modals/Login.html new file mode 100644 index 0000000..b1d8b3c --- /dev/null +++ b/public/processed-views/modals/Login.html @@ -0,0 +1,94 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/My_Lists_Add.html b/public/processed-views/modals/My_Lists_Add.html new file mode 100644 index 0000000..02205b9 --- /dev/null +++ b/public/processed-views/modals/My_Lists_Add.html @@ -0,0 +1,680 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/My_Lists_Delete.html b/public/processed-views/modals/My_Lists_Delete.html new file mode 100644 index 0000000..79cecf1 --- /dev/null +++ b/public/processed-views/modals/My_Lists_Delete.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/Register.html b/public/processed-views/modals/Register.html new file mode 100644 index 0000000..fbbebdc --- /dev/null +++ b/public/processed-views/modals/Register.html @@ -0,0 +1,340 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/Reset_Password.html b/public/processed-views/modals/Reset_Password.html new file mode 100644 index 0000000..068741d --- /dev/null +++ b/public/processed-views/modals/Reset_Password.html @@ -0,0 +1,29 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/Reset_Password2.html b/public/processed-views/modals/Reset_Password2.html new file mode 100644 index 0000000..ab3742a --- /dev/null +++ b/public/processed-views/modals/Reset_Password2.html @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/Set_New_Password.html b/public/processed-views/modals/Set_New_Password.html new file mode 100644 index 0000000..5d00c7d --- /dev/null +++ b/public/processed-views/modals/Set_New_Password.html @@ -0,0 +1,51 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/Set_New_Password2.html b/public/processed-views/modals/Set_New_Password2.html new file mode 100644 index 0000000..d88281a --- /dev/null +++ b/public/processed-views/modals/Set_New_Password2.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/User_Account_Delete_Card.html b/public/processed-views/modals/User_Account_Delete_Card.html new file mode 100644 index 0000000..86d4ccc --- /dev/null +++ b/public/processed-views/modals/User_Account_Delete_Card.html @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/public/processed-views/modals/User_Account_Order_History_DeleteOrder.html b/public/processed-views/modals/User_Account_Order_History_DeleteOrder.html new file mode 100644 index 0000000..24c94ac --- /dev/null +++ b/public/processed-views/modals/User_Account_Order_History_DeleteOrder.html @@ -0,0 +1,12 @@ + \ No newline at end of file -- cgit v1.2.3