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,12 @@
<%@ page import="it.valueteam.gnpgo.core.util.Resources" %>
<ul>
<li>
<a href="<%=Resources.getChangePasswordLink()%>" target="_blank">Cambio di Password</a>
</li>
<li>
<br>
</li>
<li>
<em><%=Resources.getLabelDel_152_02_CONS_Web()%></em>
</li>
</ul>

View File

@@ -0,0 +1,6 @@
<%@taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<t:graphicImage value="/resources/images/logo_telecom_new.gif" alt="Logo Telecom"/>
<f:verbatim><br></f:verbatim>
<h2>DBCFX - Gestione Operativa</h2>

View File

@@ -0,0 +1,23 @@
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<%@taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<rich:panel header="Menu">
<rich:panel style="background-color:#FFFFFF;border-top:0;border-left:0;border-right:0;border-bottom: dotted 1px #FF0000;">
<f:verbatim>
<ul>
<li>primo</li>
<li>secondo</li>
<li>terzo</li>
<li>quarto</li>
</ul>
</f:verbatim>
</rich:panel>
<rich:panel style="border:0;">
<rich:toggleControl>
<t:graphicImage id="pic2" style="border-width:0" value="/resources/images/arrow-previous.gif" alt="Close Menu"/>
</rich:toggleControl>
</rich:panel>
</rich:panel>

View File

@@ -0,0 +1,38 @@
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<rich:toolBar>
<rich:menuItem action="#{navigationMenu.home}" value="#{msg.menu_top_home_link}" style="cursor: pointer"/>
<!-- 152248 / 227248 ricerca specializzata recipient donating -->
<rich:dropDownMenu value="CRUSCOTTO NNG">
<rich:menuItem action="#{navigationMenu.nng_recipient}" value="Nuova NNG Recipient" rendered="#{(user.codiceProfilo eq 'OR') or (user.codiceProfilo eq 'GG') or (user.codiceProfilo eq 'ON')}"/>
<rich:menuItem action="#{navigationMenu.notificheNngRec}" value="NNG - Vista Recipient" rendered="#{(user.codiceProfilo eq 'OR') or (user.codiceProfilo eq 'GG') or (user.codiceProfilo eq 'VR') or (user.codiceProfilo eq 'ON') or (user.codiceProfilo eq 'VN')}"/>
<rich:menuItem action="#{navigationMenu.notificheNngDon}" value="NNG - Vista Donating" rendered="#{(user.codiceProfilo eq 'OD') or (user.codiceProfilo eq 'GG') or (user.codiceProfilo eq 'VD') or (user.codiceProfilo eq 'ON') or (user.codiceProfilo eq 'VN')}"/>
<rich:menuItem action="#{navigationMenu.nng_ot}" value="NNG - Vista Operatore Terzo" rendered="#{(user.codiceProfilo eq 'OT') or (user.codiceProfilo eq 'GG') or (user.codiceProfilo eq 'VT') or (user.codiceProfilo eq 'ON') or (user.codiceProfilo eq 'VN')}" />
<rich:menuItem action="#{navigationMenu.nng_returning}" value="Nuova NNG TIM Returning" rendered="#{(user.codiceProfilo eq 'OC') or (user.codiceProfilo eq 'GG') or (user.codiceProfilo eq 'ON')}" />
<rich:menuItem action="#{navigationMenu.notificheNngReturning}" value="NNG - Vista TIM Returning" rendered="#{(user.codiceProfilo eq 'OC') or (user.codiceProfilo eq 'GG') or (user.codiceProfilo eq 'VC') or (user.codiceProfilo eq 'ON') or (user.codiceProfilo eq 'VN')}" />
<rich:menuItem action="#{navigationMenu.notificheNngReturned}" value="NNG - Vista OLO Returning" rendered="#{(user.codiceProfilo eq 'OC') or (user.codiceProfilo eq 'GG') or (user.codiceProfilo eq 'VC') or (user.codiceProfilo eq 'ON') or (user.codiceProfilo eq 'VN')}" />
</rich:dropDownMenu>
<rich:dropDownMenu value="DBCFX GO">
<rich:menuItem action="#{navigationMenu.report}" value="#{msg.menu_top_report_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GV') or (user.codiceProfilo eq 'GA')}"/>
<rich:menuItem action="#{navigationMenu.richieste}" value="#{msg.menu_top_richieste_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GV')}" />
<rich:menuItem action="#{navigationMenu.richiesteD82}" value="#{msg.menu_top_richieste82_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GV')}" />
<rich:menuItem action="#{navigationMenu.notificheRec}" value="#{msg.menu_top_richieste_rec_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GV')}" />
<rich:menuItem action="#{navigationMenu.notificheDon}" value="#{msg.menu_top_richieste_don_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GV')}" />
<rich:menuItem action="#{navigationMenu.monitoring}" value="#{msg.menu_top_semaforo_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GA')}"/>
</rich:dropDownMenu>
<rich:dropDownMenu value="TOOL KO">
<rich:menuItem action="#{navigationMenu.routing}" value="#{msg.menu_top_routing_link}" rendered="#{ user.codiceProfilo eq 'GG' }" />
<rich:menuItem action="#{navigationMenu.cambioStatoMassivo}" value="#{msg.menu_top_cambioStatoMassivo_link}" rendered="#{ (user.codiceProfilo eq 'GG') or (user.showMask eq '1') }" />
<rich:menuItem action="#{navigationMenu.cruscotto}" value="#{msg.menu_top_cruscotto_link}" rendered="#{ user.codiceProfilo eq 'GG' }" />
<rich:menuItem action="#{navigationMenu.downloadFile}" value="#{msg.menu_top_download_link}" rendered="#{ user.codiceProfilo eq 'GG' }" />
<rich:menuItem action="#{navigationMenu.toolkoRichieste}" value="#{msg.menu_top_toolkoRichieste_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GV')}" />
</rich:dropDownMenu>
<rich:dropDownMenu value="CODICE ORDINE">
<rich:menuItem action="#{navigationMenu.ricercaCodiceOrdine}" value="#{msg.menu_top_ricercaCodiceOrdine_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GV') or (user.codiceProfilo eq 'GA')}"/>
<rich:menuItem action="#{navigationMenu.storicoCodiceOrdine}" value="#{msg.menu_top_storicoCodiceOrdine_link}" rendered="#{(user.codiceProfilo eq 'GG' ) or (user.codiceProfilo eq 'GV') or (user.codiceProfilo eq 'GA')}"/>
</rich:dropDownMenu>
<rich:menuItem action="#{navigationMenu.logout}" value="#{msg.menu_top_logout_link}" style="cursor: pointer" />
</rich:toolBar>
<rich:spacer width="1" height="10"/>