From 14253c35864828458ef3eeecb05591a7ae6e641e Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:57:37 +0000 Subject: chore: moving the modals to a separate directory --- web/html/common/prompt_modal.html | 71 ---- web/html/common/qrcode_modal.html | 161 -------- web/html/common/text_modal.html | 52 --- web/html/xui/client_bulk_modal.html | 250 ------------ web/html/xui/client_modal.html | 172 -------- web/html/xui/dns_modal.html | 114 ------ web/html/xui/fakedns_modal.html | 57 --- web/html/xui/inbound_info_modal.html | 572 --------------------------- web/html/xui/inbound_modal.html | 144 ------- web/html/xui/inbounds.html | 14 +- web/html/xui/modals/client_bulk_modal.html | 250 ++++++++++++ web/html/xui/modals/client_modal.html | 172 ++++++++ web/html/xui/modals/dns_modal.html | 114 ++++++ web/html/xui/modals/fakedns_modal.html | 57 +++ web/html/xui/modals/inbound_info_modal.html | 572 +++++++++++++++++++++++++++ web/html/xui/modals/inbound_modal.html | 144 +++++++ web/html/xui/modals/prompt_modal.html | 71 ++++ web/html/xui/modals/qrcode_modal.html | 161 ++++++++ web/html/xui/modals/text_modal.html | 52 +++ web/html/xui/modals/warp_modal.html | 246 ++++++++++++ web/html/xui/modals/xray_balancer_modal.html | 123 ++++++ web/html/xui/modals/xray_outbound_modal.html | 127 ++++++ web/html/xui/modals/xray_reverse_modal.html | 138 +++++++ web/html/xui/modals/xray_rule_modal.html | 246 ++++++++++++ web/html/xui/warp_modal.html | 246 ------------ web/html/xui/xray.html | 14 +- web/html/xui/xray_balancer_modal.html | 123 ------ web/html/xui/xray_outbound_modal.html | 127 ------ web/html/xui/xray_reverse_modal.html | 138 ------- web/html/xui/xray_rule_modal.html | 246 ------------ 30 files changed, 2487 insertions(+), 2487 deletions(-) delete mode 100644 web/html/common/prompt_modal.html delete mode 100644 web/html/common/qrcode_modal.html delete mode 100644 web/html/common/text_modal.html delete mode 100644 web/html/xui/client_bulk_modal.html delete mode 100644 web/html/xui/client_modal.html delete mode 100644 web/html/xui/dns_modal.html delete mode 100644 web/html/xui/fakedns_modal.html delete mode 100644 web/html/xui/inbound_info_modal.html delete mode 100644 web/html/xui/inbound_modal.html create mode 100644 web/html/xui/modals/client_bulk_modal.html create mode 100644 web/html/xui/modals/client_modal.html create mode 100644 web/html/xui/modals/dns_modal.html create mode 100644 web/html/xui/modals/fakedns_modal.html create mode 100644 web/html/xui/modals/inbound_info_modal.html create mode 100644 web/html/xui/modals/inbound_modal.html create mode 100644 web/html/xui/modals/prompt_modal.html create mode 100644 web/html/xui/modals/qrcode_modal.html create mode 100644 web/html/xui/modals/text_modal.html create mode 100644 web/html/xui/modals/warp_modal.html create mode 100644 web/html/xui/modals/xray_balancer_modal.html create mode 100644 web/html/xui/modals/xray_outbound_modal.html create mode 100644 web/html/xui/modals/xray_reverse_modal.html create mode 100644 web/html/xui/modals/xray_rule_modal.html delete mode 100644 web/html/xui/warp_modal.html delete mode 100644 web/html/xui/xray_balancer_modal.html delete mode 100644 web/html/xui/xray_outbound_modal.html delete mode 100644 web/html/xui/xray_reverse_modal.html delete mode 100644 web/html/xui/xray_rule_modal.html (limited to 'web/html') diff --git a/web/html/common/prompt_modal.html b/web/html/common/prompt_modal.html deleted file mode 100644 index b91ede03..00000000 --- a/web/html/common/prompt_modal.html +++ /dev/null @@ -1,71 +0,0 @@ -{{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 deleted file mode 100644 index 93d66fc2..00000000 --- a/web/html/common/qrcode_modal.html +++ /dev/null @@ -1,161 +0,0 @@ -{{define "qrcodeModal"}} - - - - - - - - -{{end}} diff --git a/web/html/common/text_modal.html b/web/html/common/text_modal.html deleted file mode 100644 index c15282b9..00000000 --- a/web/html/common/text_modal.html +++ /dev/null @@ -1,52 +0,0 @@ -{{define "textModal"}} - - - - - - -{{end}} diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html deleted file mode 100644 index 82e68c74..00000000 --- a/web/html/xui/client_bulk_modal.html +++ /dev/null @@ -1,250 +0,0 @@ -{{define "clientsBulkModal"}} - - - - - Random - Random+Prefix - Random+Prefix+Num - Random+Prefix+Num+Postfix - Prefix+Num+Postfix - - - - - - - - - - - - - - - - - - - - [[ key ]] - - - - - {{ i18n "none" }} - [[ key ]] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{{end}} \ No newline at end of file diff --git a/web/html/xui/client_modal.html b/web/html/xui/client_modal.html deleted file mode 100644 index aa62e02a..00000000 --- a/web/html/xui/client_modal.html +++ /dev/null @@ -1,172 +0,0 @@ -{{define "clientsModal"}} - - - {{template "form/client"}} - - -{{end}} diff --git a/web/html/xui/dns_modal.html b/web/html/xui/dns_modal.html deleted file mode 100644 index f61cd8b2..00000000 --- a/web/html/xui/dns_modal.html +++ /dev/null @@ -1,114 +0,0 @@ -{{define "dnsModal"}} - - - - - - - - - - - - [[ l ]] - - - - - - - - - - - - -{{end}} \ No newline at end of file diff --git a/web/html/xui/fakedns_modal.html b/web/html/xui/fakedns_modal.html deleted file mode 100644 index 1b4dbe77..00000000 --- a/web/html/xui/fakedns_modal.html +++ /dev/null @@ -1,57 +0,0 @@ -{{define "fakednsModal"}} - - - - - - - - - - - -{{end}} diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html deleted file mode 100644 index 5ac5e9ab..00000000 --- a/web/html/xui/inbound_info_modal.html +++ /dev/null @@ -1,572 +0,0 @@ -{{define "inboundInfoModal"}} - - - - - - - - - - - - - - - - -
{{ i18n "protocol" }} - [[ dbInbound.protocol ]] -
{{ i18n "pages.inbounds.address" }} - - [[ dbInbound.address ]] - -
{{ i18n "pages.inbounds.port" }} - [[ dbInbound.port ]] -
-
- - - - - - - - - - - - - - - - - -
{{ i18n "encryption" }} - [[ inbound.settings.method ]] -
{{ i18n "password" }} - - [[ inbound.settings.password ]] - -
{{ i18n "pages.inbounds.network" }} - [[ inbound.settings.network ]] -
- - -
- -{{end}} diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html deleted file mode 100644 index 4de3518c..00000000 --- a/web/html/xui/inbound_modal.html +++ /dev/null @@ -1,144 +0,0 @@ -{{define "inboundModal"}} - - {{template "form/inbound"}} - -