70 lines
3.9 KiB
Plaintext
70 lines
3.9 KiB
Plaintext
<!-- <tr>
|
|
<td>
|
|
<rich:panel header="NP NG - Cerca richiesta Recipient" style="cellpadding:0px;cellspacing:0px;width:100%;text-align:center;">
|
|
<h:panelGrid cellpadding="0" border="0" cellspacing="0" align="center" columns="4">
|
|
<rich:column width="25%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="nng" style="color:black;font-weight:bold;" value="Numerazione NG: " />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="nng" value="#{nng_recipient.nng}"></t:inputText>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="25%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="codiceFiscalePiva" style="color:black;font-weight:bold;" value="CF / P.IVA: " />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="codiceFiscalePiva" value="#{nng_recipient.codiceFiscalePiva}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="25%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="dataOrdine" style="color:black;font-weight:bold;" value="Data Ordine: " />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="dataOrdine" value="#{nng_recipient.dataOrdine}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
<rich:column width="25%">
|
|
<h:panelGrid columns="1" cellpadding="0" border="0" cellspacing="0">
|
|
<rich:column>
|
|
<h:outputLabel for="tipoScarto" style="color:black;font-weight:bold;" value="Tipo Scarto: " />
|
|
</rich:column>
|
|
<rich:column>
|
|
<t:inputText id="tipoScarto" value="#{nng_recipient.tipoScarto}" />
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:panel>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<rich:separator lineType="solid" />
|
|
</td>
|
|
</tr>
|
|
<tr align="center" style="background-color: #CCCCCC;">
|
|
<td align="center">
|
|
<rich:panel style="text-align:center;width:100%;">
|
|
<h:panelGrid columns="1" width="100%" style="background-color: #CCCCCC; text-align:center;" align="center">
|
|
<rich:column>
|
|
<h:panelGrid columns="2">
|
|
<rich:column>
|
|
<h:commandButton type="submit" style="cursor: pointer;" value="#{msg.button_search}"
|
|
action="#{nng_recipient.searchTestata}"
|
|
title="Cerca"/>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:column>
|
|
</h:panelGrid>
|
|
</rich:panel>
|
|
</td>
|
|
</tr> --> |