From 07f5140771388c9e0c8a99b0dd2e5d950bdb173b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 14 Oct 2021 15:16:42 +1100 Subject: moving h-source subdir out. --- Application/Views/Desktop/Users/add.php | 72 ++++++++++++++++++ Application/Views/Desktop/Users/change.php | 30 ++++++++ Application/Views/Desktop/Users/confirmation.php | 44 +++++++++++ Application/Views/Desktop/Users/forgot.php | 57 ++++++++++++++ Application/Views/Desktop/Users/login.php | 67 +++++++++++++++++ Application/Views/Desktop/Users/logout.php | 27 +++++++ Application/Views/Desktop/Users/notice.php | 96 ++++++++++++++++++++++++ 7 files changed, 393 insertions(+) create mode 100755 Application/Views/Desktop/Users/add.php create mode 100644 Application/Views/Desktop/Users/change.php create mode 100644 Application/Views/Desktop/Users/confirmation.php create mode 100644 Application/Views/Desktop/Users/forgot.php create mode 100755 Application/Views/Desktop/Users/login.php create mode 100755 Application/Views/Desktop/Users/logout.php create mode 100644 Application/Views/Desktop/Users/notice.php (limited to 'Application/Views/Desktop/Users') diff --git a/Application/Views/Desktop/Users/add.php b/Application/Views/Desktop/Users/add.php new file mode 100755 index 0000000..3e8de61 --- /dev/null +++ b/Application/Views/Desktop/Users/add.php @@ -0,0 +1,72 @@ + + +. +?> + +
+ +
+ ">Home » +
+ + + + + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/Application/Views/Desktop/Users/change.php b/Application/Views/Desktop/Users/change.php new file mode 100644 index 0000000..c5fdb3b --- /dev/null +++ b/Application/Views/Desktop/Users/change.php @@ -0,0 +1,30 @@ + + +. +?> + +
+ +
+

The link has expired

+

go to the ">homepage

+
+ +
\ No newline at end of file diff --git a/Application/Views/Desktop/Users/confirmation.php b/Application/Views/Desktop/Users/confirmation.php new file mode 100644 index 0000000..796fb1b --- /dev/null +++ b/Application/Views/Desktop/Users/confirmation.php @@ -0,0 +1,44 @@ + + +. +?> + +
+ +
+ ">Home » confirmation +
+ + + +
+

The account has been confirmed successfully!

+

go to the ">homepage

+
+ + + +
+

The confirmation link has expired

+

go to the ">homepage

+
+ + +
\ No newline at end of file diff --git a/Application/Views/Desktop/Users/forgot.php b/Application/Views/Desktop/Users/forgot.php new file mode 100644 index 0000000..ad9e046 --- /dev/null +++ b/Application/Views/Desktop/Users/forgot.php @@ -0,0 +1,57 @@ + + +. +?> + +
+ +
+ ">Home » +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/Application/Views/Desktop/Users/login.php b/Application/Views/Desktop/Users/login.php new file mode 100755 index 0000000..c0c129d --- /dev/null +++ b/Application/Views/Desktop/Users/login.php @@ -0,0 +1,67 @@ + + +. +?> + + + + +
+ Sorry.. you have to be logged if you want to insert a new device in the archive or modify an existing one.. +
+ + + + +
+
+ + + + + + + + + + + + + +
Username
Password
+ +
+ + + + +
+ + + +
+ Sorry, we are updating the website... it is no possible to log-in, register new accounts or request a new password. You will be able to log-in or create a new account as soon as possible. Thanks! +
+ + diff --git a/Application/Views/Desktop/Users/logout.php b/Application/Views/Desktop/Users/logout.php new file mode 100755 index 0000000..8916a8b --- /dev/null +++ b/Application/Views/Desktop/Users/logout.php @@ -0,0 +1,27 @@ + + +. +?> + +
+
+ +
">login
+
\ No newline at end of file diff --git a/Application/Views/Desktop/Users/notice.php b/Application/Views/Desktop/Users/notice.php new file mode 100644 index 0000000..9322adf --- /dev/null +++ b/Application/Views/Desktop/Users/notice.php @@ -0,0 +1,96 @@ + + +. +?> + +
+ +
+ ">Home » notice +
+ + + + +
+

An e-mail has been sent to your mailbox.

+

If you have received no mail, then check inside the spam too

+

Click on the confirmation link in the e-mail in order to confirm the registration of the new account.

+

The confirmation link will expire in a hour.

+

If you don't want to confirm the account registration then wait one hour and your username and e-mail will be deleted from the database.

+

go to the ">homepage

+
+ + + +
+

Registration failed

+

go to the ">homepage

+
+ + + +
+

An e-mail has been sent to your mailbox.

+

If you have received no mail, then check inside the spam too

+

Click on the confirmation link in the e-mail in order to change the password of your account.

+

The confirmation link will expire in a hour.

+

go to the ">homepage

+
+ + + +
+

Registration failed

+

go to the ">homepage

+
+ + + +
+

The new password has been sent to you by mail!

+

If you have received no mail, then check inside the spam too

+

go to the ">homepage

+
+ + + +
+

Operation failed

+

go to the ">homepage

+
+ + + +
+

Your account has been successfully deleted

+

go to the ">homepage

+
+ + + + + +
+

go to the ">homepage

+
+ + +
\ No newline at end of file -- cgit v1.2.3