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/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 ++++++++++++++++++++++++++ 24 files changed, 1643 insertions(+), 1407 deletions(-) create mode 100644 web/html/xui/xray.html (limited to 'web/html/xui') diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html index d5c60b76..f758f627 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -1,11 +1,11 @@ {{define "clientsBulkModal"}} - + 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"}}