Vous êtes sur la page 1sur 1

<HTML>

<HEAD><TITLE>Redirecting...</TITLE></HEAD>
<BODY>
<SPAN STYLE="font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-si
ze: 11px;">
<B>Redirecting to <A HREF="{$my_redirurl}">{$my_redirurl}[/url]...</B>
</SPAN>
<SCRIPT LANGUAGE="JavaScript">
<!-LogoutWin = window.open('', 'Logout', 'toolbar=0,scrollbars=0,location=0,statusb
ar=0,menubar=0,resizable=0,width=256,height=64');
if (LogoutWin) {
LogoutWin.document.write('<HTML>');
LogoutWin.document.write('<HEAD><TITLE>Logout</TITLE></HEAD>') ;
LogoutWin.document.write('<BODY BGCOLOR="black">');
LogoutWin.document.write('<DIV ALIGN="center" STYLE="color: #ffffff; font-fa
mily: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;">') ;
LogoutWin.document.write('<B>Login username : {$username} (IP {$clientip})</
B><P>');
LogoutWin.document.write('<B>Bandwidth Down/Up :{$bw_down}/{$bw_up} kbps </B
><P>');
LogoutWin.document.write('<B>Click the button below to disconnect</B><P>');
LogoutWin.document.write('<FORM METHOD="POST" ACTION="{$logouturl}">');
LogoutWin.document.write('<INPUT NAME="logout_id" TYPE="hidden" VALUE="{$ses
sionid}">');
LogoutWin.document.write('<INPUT NAME="logout" TYPE="submit" VALUE="Logout">
');
LogoutWin.document.write('</FORM>');
LogoutWin.document.write('</DIV></BODY>');
LogoutWin.document.write('</HTML>');
LogoutWin.document.close();
}
document.location.href="{$my_redirurl}/index.php?username={$username}";
-->
</SCRIPT>
</BODY>
</HTML>

Vous aimerez peut-être aussi