File: logout.html

package info (click to toggle)
webcit 902-dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,888 kB
  • ctags: 3,854
  • sloc: ansic: 34,145; sh: 4,455; makefile: 352; xml: 91; sed: 9
file content (18 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>