86 lines
2.7 KiB
Plaintext
86 lines
2.7 KiB
Plaintext
<%@ page import="weblogic.servlet.security.ServletAuthentication,javax.servlet.http.HttpUtils,java.util.Enumeration" %>
|
|
<%
|
|
response.setHeader("Pragma", "No-cache");
|
|
response.setHeader("Cache-Control", "no-cache");
|
|
response.setDateHeader("Expires", 0);
|
|
StringBuffer URL = request.getRequestURL();
|
|
String path = URL.substring(0,URL.lastIndexOf("/"))+"/";
|
|
session.setAttribute("AzError","true");
|
|
%>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval'"/>
|
|
<META Http-Equiv="Cache-Control" Content="no-cache">
|
|
<META Http-Equiv="Pragma" Content="no-cache">
|
|
<META Http-Equiv="Expires" Content="0">
|
|
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
|
|
<title>Telecom Italia</title>
|
|
<script language="javascript">
|
|
<!-----
|
|
if (top.location != self.location) {
|
|
top.location = self.location
|
|
}
|
|
//--->
|
|
</script>
|
|
|
|
<style>
|
|
<!--
|
|
.Titoli_bianchi_18_bold { font-family: Arial; font-size: 18 pt; color: #6b6f72; font-weight: bold }
|
|
|
|
.Titoli_bianchi_10_bold {
|
|
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #6b6f72; FONT-FAMILY: Arial
|
|
}
|
|
-->
|
|
</style>
|
|
|
|
</head>
|
|
<body BGCOLOR="#ffffff" TEXT="#6b6f72">
|
|
<a name="top"></a>
|
|
|
|
<!-- **** Log in table **** -->
|
|
<p class="Titoli_bianchi_18_bold"> </p>
|
|
<div align="center">
|
|
<center>
|
|
<table border="0" cellpadding="15" cellspacing="15" background="<%=path%>sfondo_telecom.gif" width="577" height="400" valign="top">
|
|
<tr>
|
|
<td valign="top">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
|
|
<tr>
|
|
<td>
|
|
<p class="Titoli_bianchi_18_bold"><i>Accesso ai sistemi</i></p>
|
|
</td>
|
|
<td>
|
|
<p><img border="0" src="<%=path%>logo_telecom_ef.gif" align="right"></p>
|
|
</td>
|
|
</tr>
|
|
<TR>
|
|
<TD colspan=2>
|
|
<P class=Titoli_bianchi_10_bold ><br><I></I></P>
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR>
|
|
<tr>
|
|
<td align="left" colspan="2">
|
|
<p class="Titoli_bianchi_10_bold">
|
|
Impossibile accedere al sistema. Si e' verificata una delle seguenti condizioni: </p>
|
|
<p class="Titoli_bianchi_10_bold"><ul class="Titoli_bianchi_10_bold">
|
|
<li> Credenziali di accesso non corrette</li>
|
|
|
|
<li> Utente non abilitato</li>
|
|
</ul>
|
|
</p>
|
|
<br>
|
|
<p class="Titoli_bianchi_18_bold"><center><a href="<%=ServletAuthentication.getTargetURLForFormAuthentication(session)%>"><img src="<%=path%>entra_tlc.gif" border="0"></a></center>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |