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/xui/form/protocol/dokodemo.html | 17 +++ web/html/xui/form/protocol/http.html | 10 ++ web/html/xui/form/protocol/shadowsocks.html | 19 ++++ web/html/xui/form/protocol/socks.html | 24 +++++ web/html/xui/form/protocol/trojan.html | 141 +++++++++++++++++++++++++ web/html/xui/form/protocol/vless.html | 155 ++++++++++++++++++++++++++++ web/html/xui/form/protocol/vmess.html | 119 +++++++++++++++++++++ 7 files changed, 485 insertions(+) create mode 100644 web/html/xui/form/protocol/dokodemo.html create mode 100644 web/html/xui/form/protocol/http.html create mode 100644 web/html/xui/form/protocol/shadowsocks.html create mode 100644 web/html/xui/form/protocol/socks.html create mode 100644 web/html/xui/form/protocol/trojan.html create mode 100644 web/html/xui/form/protocol/vless.html create mode 100644 web/html/xui/form/protocol/vmess.html (limited to 'web/html/xui/form/protocol') diff --git a/web/html/xui/form/protocol/dokodemo.html b/web/html/xui/form/protocol/dokodemo.html new file mode 100644 index 00000000..a4dde06d --- /dev/null +++ b/web/html/xui/form/protocol/dokodemo.html @@ -0,0 +1,17 @@ +{{define "form/dokodemo"}} + + + + + + + + + + tcp+udp + tcp + udp + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html new file mode 100644 index 00000000..b4ba59b7 --- /dev/null +++ b/web/html/xui/form/protocol/http.html @@ -0,0 +1,10 @@ +{{define "form/http"}} + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/protocol/shadowsocks.html b/web/html/xui/form/protocol/shadowsocks.html new file mode 100644 index 00000000..18bcf727 --- /dev/null +++ b/web/html/xui/form/protocol/shadowsocks.html @@ -0,0 +1,19 @@ +{{define "form/shadowsocks"}} + + + + [[ method ]] + + + + + + + + tcp+udp + tcp + udp + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html new file mode 100644 index 00000000..35c1c0b5 --- /dev/null +++ b/web/html/xui/form/protocol/socks.html @@ -0,0 +1,24 @@ +{{define "form/socks"}} + + + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html new file mode 100644 index 00000000..69c67052 --- /dev/null +++ b/web/html/xui/form/protocol/trojan.html @@ -0,0 +1,141 @@ +{{define "form/trojan"}} + + + + + + Account is (Expired|Traffic Ended) And Disabled + + + + Email + + + + + + + + + + + + + + + none + [[ key ]] + + + + + {{ i18n "pages.inbounds.totalFlow" }}(GB) + + + + + + + + + + {{ i18n "pages.inbounds.expireDate" }} + + + + + + + + + + + + + + + [[ sizeFormat(getUpStats(trojan.email)) ]] / [[ sizeFormat(getDownStats(trojan.email)) ]] + used : [[ sizeFormat(getUpStats(trojan.email) + getDownStats(trojan.email)) ]] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + fallback[[ index + 1 ]] + + + + + + + + + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html new file mode 100644 index 00000000..e858906e --- /dev/null +++ b/web/html/xui/form/protocol/vless.html @@ -0,0 +1,155 @@ +{{define "form/vless"}} + + + + + Account is (Expired|Traffic Ended) And Disabled + + + + + Email + + + + + + + + + + + + + + + none + [[ key ]] + + + + + none + [[ key ]] + + + + + [[ key ]] + + + + + {{ i18n "pages.inbounds.totalFlow" }}(GB) + + + + + + + + + + {{ i18n "pages.inbounds.expireDate" }} + + + + + + + + + + + + + + + [[ sizeFormat(getUpStats(vless.email)) ]] / [[ sizeFormat(getDownStats(vless.email)) ]] + used : [[ sizeFormat(getUpStats(vless.email) + getDownStats(vless.email)) ]] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + fallback[[ index + 1 ]] + + + + + + + + + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html new file mode 100644 index 00000000..df532767 --- /dev/null +++ b/web/html/xui/form/protocol/vmess.html @@ -0,0 +1,119 @@ +{{define "form/vmess"}} + + + + Account is (Expired|Traffic Ended) And Disabled + + + + + Email + + + + + + + + + + + + + + + + + + {{ i18n "pages.inbounds.totalFlow" }}(GB) + + + + + + + + + + {{ i18n "pages.inbounds.expireDate" }} + + + + + + + + + + + + + + + [[ sizeFormat(getUpStats(vmess.email)) ]] / [[ sizeFormat(getDownStats(vmess.email)) ]] + used : [[ sizeFormat(getUpStats(vmess.email) + getDownStats(vmess.email)) ]] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{{end}} -- cgit v1.2.3