]> Nishi Git Mirror - mandshurica.git/commitdiff
add logout pages
authornishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Fri, 10 May 2024 23:51:27 +0000 (23:51 +0000)
committernishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Fri, 10 May 2024 23:51:27 +0000 (23:51 +0000)
git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@67 f982e544-4a7d-3444-ad1a-fde59a2a69f1

Webroot/logout-fail/index.html.tmpl [new file with mode: 0644]
Webroot/logout-success/index.html.tmpl [new file with mode: 0644]
Webroot/logout/index.html.tmpl [new file with mode: 0644]

diff --git a/Webroot/logout-fail/index.html.tmpl b/Webroot/logout-fail/index.html.tmpl
new file mode 100644 (file)
index 0000000..1fa178e
--- /dev/null
@@ -0,0 +1,10 @@
+<!--@chdir_webroot@
+vim: syntax=html
+-->
+@include head-start.html@
+<title>Mandshurica - Failed to logout</title>
+@include body-start.html@
+<h1>Mandshurica - Failed to logout</h1>
+@include bar.html@
+Failed to logout, <a href="/logout">retry</a>?
+@include end.html@
diff --git a/Webroot/logout-success/index.html.tmpl b/Webroot/logout-success/index.html.tmpl
new file mode 100644 (file)
index 0000000..3536e27
--- /dev/null
@@ -0,0 +1,10 @@
+<!--@chdir_webroot@
+vim: syntax=html
+-->
+@include head-start.html@
+<title>Mandshurica - Logout successful</title>
+@include body-start.html@
+<h1>Mandshurica - Logout successful</h1>
+@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 (file)
index 0000000..78c117d
--- /dev/null
@@ -0,0 +1,13 @@
+<!--@chdir_webroot@
+vim: syntax=html
+-->
+@include head-start.html@
+<title>Mandshurica - Logout</title>
+@include body-start.html@
+<h1>Mandshurica - Logout</h1>
+@include bar.html@
+<form action="/cookie-logout" method="POST">
+       Are you sure you want to log out?
+       <input type="submit" value="Yes">
+</form>
+@include end.html@