From: nishi Date: Fri, 10 May 2024 23:51:27 +0000 (+0000) Subject: add logout pages X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6fe94c277e6ff05e5f28d109086f014019b4534d;p=mandshurica.git add logout pages git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@67 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- diff --git a/Webroot/logout-fail/index.html.tmpl b/Webroot/logout-fail/index.html.tmpl new file mode 100644 index 0000000..1fa178e --- /dev/null +++ b/Webroot/logout-fail/index.html.tmpl @@ -0,0 +1,10 @@ + +@include head-start.html@ +Mandshurica - Failed to logout +@include body-start.html@ +

Mandshurica - Failed to logout

+@include bar.html@ +Failed to logout, retry? +@include end.html@ diff --git a/Webroot/logout-success/index.html.tmpl b/Webroot/logout-success/index.html.tmpl new file mode 100644 index 0000000..3536e27 --- /dev/null +++ b/Webroot/logout-success/index.html.tmpl @@ -0,0 +1,10 @@ + +@include head-start.html@ +Mandshurica - Logout successful +@include body-start.html@ +

Mandshurica - Logout successful

+@include bar.html@ +Goodbye +@include end.html@ diff --git a/Webroot/logout/index.html.tmpl b/Webroot/logout/index.html.tmpl new file mode 100644 index 0000000..78c117d --- /dev/null +++ b/Webroot/logout/index.html.tmpl @@ -0,0 +1,13 @@ + +@include head-start.html@ +Mandshurica - Logout +@include body-start.html@ +

Mandshurica - Logout

+@include bar.html@ +
+ Are you sure you want to log out? + +
+@include end.html@