From b73e4173a3c1e69e02ad6b4e3b43e425e57a5be9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 9 Feb 2023 22:48:06 +0330 Subject: 3x-ui --- web/html/common/head.html | 17 ++++++ web/html/common/js.html | 22 +++++++ web/html/common/prompt_modal.html | 67 +++++++++++++++++++++ web/html/common/qrcode_modal.html | 120 ++++++++++++++++++++++++++++++++++++++ web/html/common/text_modal.html | 58 ++++++++++++++++++ 5 files changed, 284 insertions(+) create mode 100644 web/html/common/head.html create mode 100644 web/html/common/js.html create mode 100644 web/html/common/prompt_modal.html create mode 100644 web/html/common/qrcode_modal.html create mode 100644 web/html/common/text_modal.html (limited to 'web/html/common') diff --git a/web/html/common/head.html b/web/html/common/head.html new file mode 100644 index 00000000..f34ce62f --- /dev/null +++ b/web/html/common/head.html @@ -0,0 +1,17 @@ +{{define "head"}} + + + + + + + + + + {{ i18n .title}} + +{{end}} \ No newline at end of file diff --git a/web/html/common/js.html b/web/html/common/js.html new file mode 100644 index 00000000..d400196b --- /dev/null +++ b/web/html/common/js.html @@ -0,0 +1,22 @@ +{{define "js"}} + + + + + + + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/common/prompt_modal.html b/web/html/common/prompt_modal.html new file mode 100644 index 00000000..91c26615 --- /dev/null +++ b/web/html/common/prompt_modal.html @@ -0,0 +1,67 @@ +{{define "promptModal"}} + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html new file mode 100644 index 00000000..c80f8a0e --- /dev/null +++ b/web/html/common/qrcode_modal.html @@ -0,0 +1,120 @@ +{{define "qrcodeModal"}} + + click on QR Code to Copy + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/common/text_modal.html b/web/html/common/text_modal.html new file mode 100644 index 00000000..0ae04a88 --- /dev/null +++ b/web/html/common/text_modal.html @@ -0,0 +1,58 @@ +{{define "textModal"}} + + + {{ i18n "download" }} [[ txtModal.fileName ]] + + + + + +{{end}} \ No newline at end of file -- cgit v1.2.3