From 729d8549e2b536a10c402a88e0d4cfde9e4baf3f Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Mon, 4 Dec 2023 19:17:38 +0100 Subject: new frontend and mobile view #1286 --- web/html/common/prompt_modal.html | 2 +- web/html/common/qrcode_modal.html | 4 +- web/html/common/text_modal.html | 2 +- web/html/xui/client_bulk_modal.html | 8 +- web/html/xui/client_modal.html | 7 +- web/html/xui/common_sider.html | 10 +- web/html/xui/component/password.html | 4 +- web/html/xui/component/themeSwitch.html | 26 +- web/html/xui/form/client.html | 29 +- web/html/xui/form/inbound.html | 4 +- web/html/xui/form/protocol/dokodemo.html | 2 +- web/html/xui/form/protocol/shadowsocks.html | 93 +-- web/html/xui/form/protocol/trojan.html | 99 +-- web/html/xui/form/protocol/vless.html | 104 +-- web/html/xui/form/protocol/vmess.html | 90 +-- web/html/xui/form/stream/stream_kcp.html | 2 +- web/html/xui/form/stream/stream_quic.html | 4 +- web/html/xui/form/stream/stream_settings.html | 2 +- web/html/xui/form/stream/stream_sockopt.html | 2 +- web/html/xui/form/tls_settings.html | 29 +- web/html/xui/inbound_client_table.html | 246 ++++++- web/html/xui/inbound_info_modal.html | 4 +- web/html/xui/inbound_modal.html | 2 +- web/html/xui/inbounds.html | 474 ++++++++++---- web/html/xui/index.html | 73 +-- web/html/xui/settings.html | 825 ++--------------------- web/html/xui/xray.html | 911 ++++++++++++++++++++++++++ 27 files changed, 1647 insertions(+), 1411 deletions(-) create mode 100644 web/html/xui/xray.html (limited to 'web/html') diff --git a/web/html/common/prompt_modal.html b/web/html/common/prompt_modal.html index 17a65ec1..a61b4454 100644 --- a/web/html/common/prompt_modal.html +++ b/web/html/common/prompt_modal.html @@ -2,7 +2,7 @@ + :ok-text="promptModal.okText" cancel-text='{{ i18n "cancel" }}' :class="themeSwitcher.currentTheme"> @@ -13,7 +13,7 @@ {{ i18n "pages.inbounds.client" }} diff --git a/web/html/common/text_modal.html b/web/html/common/text_modal.html index 1514051b..2b455ae4 100644 --- a/web/html/common/text_modal.html +++ b/web/html/common/text_modal.html @@ -1,7 +1,7 @@ {{define "textModal"}} - + Random Random+Prefix Random+Prefix+Num @@ -72,13 +72,13 @@
- + {{ i18n "none" }} [[ key ]] - + {{ i18n "none" }} [[ key ]] diff --git a/web/html/xui/client_modal.html b/web/html/xui/client_modal.html index e7c23098..b2c03129 100644 --- a/web/html/xui/client_modal.html +++ b/web/html/xui/client_modal.html @@ -1,8 +1,11 @@ {{define "clientsModal"}} + {{template "form/client"}}