39 lines
4.9 KiB
Plaintext
39 lines
4.9 KiB
Plaintext
<%@ 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"/>
|