From d642774a4493912e76dbc294dce834cf5b635324 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:38:43 +0700 Subject: refactor: use new page templates --- web/html/xray.html | 178 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 90 deletions(-) (limited to 'web/html/xray.html') diff --git a/web/html/xray.html b/web/html/xray.html index eb99b794..8a60dafe 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -1,22 +1,8 @@ - - -{{template "head" .}} +{{ template "page/head_start" .}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ i18n "pages.xray.save" }} - {{ i18n "pages.xray.restart" }} - - {{ i18n "pages.index.xrayErrorPopoverTitle" }} - - - - - - - - - - - - - {{ template "settings/xray/basics" . }} - - - {{ template "settings/xray/routing" . }} - - - {{ template "settings/xray/outbounds" . }} - - - {{ template "settings/xray/reverse" . }} - - - {{ template "settings/xray/balancers" . }} - - - {{ template "settings/xray/dns" . }} - - - {{ template "settings/xray/advanced" . }} - - - - - - - -{{template "js" .}} +{{ template "page/head_end" .}} + +{{ template "page/body_start" .}} + + + + + + + + + + + + + + + {{ i18n "pages.xray.save" }} + {{ i18n "pages.xray.restart" }} + + {{ i18n "pages.index.xrayErrorPopoverTitle" }} + + + + + + + + + + + + + {{ template "settings/xray/basics" . }} + + + {{ template "settings/xray/routing" . }} + + + {{ template "settings/xray/outbounds" . }} + + + {{ template "settings/xray/reverse" . }} + + + {{ template "settings/xray/balancers" . }} + + + {{ template "settings/xray/dns" . }} + + + {{ template "settings/xray/advanced" . }} + + + + + + + +{{template "page/body_scripts" .}} + + + + + + + + + + + {{template "component/aSidebar" .}} {{template "component/aThemeSwitch" .}} {{template "component/aTableSortable" .}} @@ -1410,5 +1409,4 @@ }, }); - - +{{ template "page/body_end" .}} \ No newline at end of file -- cgit v1.2.3