home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / discus_admin_1357211388 / template / admin / logout.tmpl < prev    next >
Text File  |  2009-11-06  |  983b  |  25 lines

  1. # FILE: logout.tmpl
  2. # DESCRIPTION: Administration "Log out" screen
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <html><head><title>Logout Confirmed</title></head>
  8. <body bgcolor="#ffffff" text="#000000" link="#0000FF" vlink="#0000FF">
  9. $fs<font size=3><center><b>Logout Confirmed</b></center></font>
  10. <hr>
  11. You have been successfully logged out.  If you are on a public computer, you
  12. should <a href="javascript:self.close()">close this browser window</a> so that the next
  13. user cannot go back to view the screens you have accessed before this one.
  14. <p>
  15. Or,
  16. <#if $GLOBAL_OPTIONS{use_static_ui_documents} == 1#>
  17.     <a href="$html_url" target=_top>click here</a>
  18. <#else#>
  19.     <a href="$script_url/discus.$cgi_extension" target=_top>click here</a>
  20. <#endif#>
  21. to return to <b>$title</b>.
  22. (You will need to sign in again to access your account.)
  23. </font></body></html>
  24. <!--END-->
  25.