]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/logout.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / logout.html
diff --git a/webcit/static/t/logout.html b/webcit/static/t/logout.html
new file mode 100644 (file)
index 0000000..60c86c3
--- /dev/null
@@ -0,0 +1,18 @@
+<?--("For sites in guest mode, redirect to the landing page after we're logged out")>
+<?!("COND:SERV:SUPPORTS_GUEST", 1)>
+<script type="text/javascript">
+window.location='/';                   
+</script>                              
+<?!("X", 1)>
+
+<div id="logout_screen">
+<div class="box">
+<div class="boxlabel"><?_("Log off")></div>
+<div class="boxcontent">
+<?SERV:MESG("goodbye")>
+
+<hr /><div class="buttons"> 
+<span class="button_link"><a href=".">
+<?_("Log in again")>
+</a></span>
+</div></div></div>