summaryrefslogtreecommitdiff
path: root/httemplate/loginout
diff options
context:
space:
mode:
authorjeff <jeff>2010-01-08 18:55:25 +0000
committerjeff <jeff>2010-01-08 18:55:25 +0000
commit1d949e607ebd3f1b9dffe3a3f4d726cb560e645c (patch)
tree24d4a3aa05de77061a5ad014dd5a3ab7ac049e27 /httemplate/loginout
parent43e42a04ae37ca7a84c05d9ff8b94d9f8cde6dcf (diff)
this is part of the logout link too! (RT 1330 & 5518)
Diffstat (limited to 'httemplate/loginout')
-rw-r--r--httemplate/loginout/logout.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/httemplate/loginout/logout.html b/httemplate/loginout/logout.html
new file mode 100644
index 0000000..130cf66
--- /dev/null
+++ b/httemplate/loginout/logout.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+ <HEAD>
+ <TITLE>
+ <% "Logout page" %>
+ </TITLE>
+ </HEAD>
+ <BODY>
+ <BR><BR>
+ <CENTER>
+ You have logged out.
+ </CENTER>
+ <BR><BR>
+ <CENTER>
+ Return to <a href="..">freeside</a>
+ </CENTER>
+ </BODY>
+</HTML>