first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
17
www/logonRedirect.jsp
Normal file
17
www/logonRedirect.jsp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html><jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
||||
</jsp:useBean>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title><acx:lang>... redirect to login page ...</acx:lang></title>
|
||||
</head>
|
||||
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<script language="JavaScript1.2">
|
||||
setTimeout("window.top.location.href='login_clienti.html';",20)
|
||||
</script>
|
||||
<acx:lang>Redirect to login page....</acx:lang>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue