First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
<%@ page language="java" pageEncoding="ISO-8859-1" isErrorPage="true" %>
<%@taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<table width="100%" class="color1" border="0">
<tr><th class="XXL bold inverse">&nbsp;</th></tr>
<tr><th class="XXL bold inverse">&nbsp;</th></tr>
<tr align="center" valign="middle">
<th class="XL bold inverse" align="center">Errore!</th>
</tr>
<tr align="center" valign="middle">
<th align="center"><rich:messages styleClass="XL_Error" layout="table" /></th>
</tr>
<tr><th class="XXL bold inverse">&nbsp;</th></tr>
<tr><th class="XXL bold inverse"><span class="inverse XL">
<t:graphicImage value="/resources/images/logo_telecom_ef.gif" alt="logo telecom"></t:graphicImage></span></th>
</tr>
<tr align="center" valign="middle">
<td colspan="3">&nbsp;</td>
</tr>
<tr><th class="bold inverse">&nbsp;</th></tr>
</table>