From 6fd057c468720434dfc933d800b8032d182387ed Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Tue, 24 Dec 2024 18:26:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?engine/template=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/template/admin.html | 98 +++++++++++++-------------- engine/template/form_file_upload.html | 13 ++++ engine/template/login.html | 44 ++++++++++++ 3 files changed, 106 insertions(+), 49 deletions(-) create mode 100644 engine/template/form_file_upload.html create mode 100644 engine/template/login.html diff --git a/engine/template/admin.html b/engine/template/admin.html index 40c2fe1..2c33108 100644 --- a/engine/template/admin.html +++ b/engine/template/admin.html @@ -1,50 +1,50 @@ - - - - - -Tailwind Admin Panel - - - - - - -
- - - - -
-

Dashboard

- -

Welcome to the admin panel!

-
-
- - - - + + + + + +Tailwind Admin Panel + + + + + + +
+ + + + +
+

Dashboard

+ +

Welcome to the admin panel!

+
+
+ + + + \ No newline at end of file diff --git a/engine/template/form_file_upload.html b/engine/template/form_file_upload.html new file mode 100644 index 0000000..ee018d8 --- /dev/null +++ b/engine/template/form_file_upload.html @@ -0,0 +1,13 @@ + +Тип кодирования данных, enctype, требуется указывать только так, как показывает пример +
+ Поле MAX_FILE_SIZE требуется указывать перед полем загрузки файла + + Название элемента input определяет название элемента в суперглобальном массиве $_FILES + Отправить файл: + +
+ + + +

SVG, PNG, JPG or GIF (MAX. 800x400px).

diff --git a/engine/template/login.html b/engine/template/login.html new file mode 100644 index 0000000..86eec74 --- /dev/null +++ b/engine/template/login.html @@ -0,0 +1,44 @@ + + + + + + + + Tailwind CSS 3 Login Page With border Style + + + + + +
+
+

LOGO

+
+
+ + +
+
+
+ + +
+ Forget Password? +
+ +
+ +

Don't have an account? Sign up

+
+
+ + + +