Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / logout.html
1 <?--("For sites in guest mode, redirect to the landing page after we're logged out")>
2 <?!("COND:SERV:SUPPORTS_GUEST", 1)>
3 <script type="text/javascript">
4 window.location='/';                    
5 </script>                               
6 <?!("X", 1)>
7
8 <div id="logout_screen">
9 <div class="box">
10 <div class="boxlabel"><?_("Log off")></div>
11 <div class="boxcontent">
12 <?SERV:MESG("goodbye")>
13
14 <hr /><div class="buttons"> 
15 <span class="button_link"><a href=".">
16 <?_("Log in again")>
17 </a></span>
18 </div></div></div>