From 6fe94c277e6ff05e5f28d109086f014019b4534d Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 10 May 2024 23:51:27 +0000 Subject: [PATCH] add logout pages git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@67 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- Webroot/logout-fail/index.html.tmpl | 10 ++++++++++ Webroot/logout-success/index.html.tmpl | 10 ++++++++++ Webroot/logout/index.html.tmpl | 13 +++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 Webroot/logout-fail/index.html.tmpl create mode 100644 Webroot/logout-success/index.html.tmpl create mode 100644 Webroot/logout/index.html.tmpl 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@ -- 2.43.0