2 require_once("globals.php");
7 <?php
html_header_show(); ?
>
9 <link rel
=stylesheet href
="<?php echo $css_header; ?>" type
="text/css">
12 <body bgcolor
=#ffffff topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
14 <span
class=text
><?php
xl('Logged out.','e'); ?
></span
>
18 <?php
xl('This page will inline include the login page, so that we do not have to click relogin every time.','e'); ?
>
22 <a
class=link href
="login_screen.php"><?php
xl('Relogin','e'); ?
></a
>