avvisiPagoPAGrid.jsp 675 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<%@ include file="/project/include.jsp" %>

<script type="text/javascript" src="${j:getResourceUrlOfModule('wsjcity', 'js/wsjcity.js')}"></script>

<script type="text/javascript">

	function tformat_cpmt_stato(element, value, name) {
		shellFormatImg(element, value, new Array(		
				['ERR', juiceGetResource('shell', 'img/messages/error-small.gif')],
				['WARN', juiceGetResource('shell', 'img/messages/warning-small.gif')],
				['OK', juiceGetResource('shell', 'img/misc/check_small.gif')]	
			));
	}	
	
</script>


<shell:grid description="pagamento,30%;periodoDa,10%;periodoA,10%;codiceIPA,10%;codiceServizio,10%;idPagamento,10%;dataRichiesta,10%;stato,10%,-1,center" />