<%@ include file="/project/include.jsp" %> <script type="text/javascript"> function valutaPrestazione() { var form = document.getElementById('valutaPrestazioneForm'); juiceSubmitForm(form, -1); } </script> <j:form id="valutaPrestazioneForm" name="valutaPrestazioneName" event="confrontoErogazioneBuoniValutaPrestazione" enctype="multipart/form-data" method="POST" clientValidatorProvider="it.cedaf.juice.mvc.modules.shell.view.helper.JavascriptClientValidatorProvider"> <j:bind prop="day"> <j:hidden id="day"/> </j:bind> <j:bind prop="dmKey"> <j:hidden id="dmKey"/> </j:bind> <br> <table border="0" cellpadding="0" cellspacing="3" width="100%"> <tr> <td class="form-label">Fatturazione <span class="form-label-required">�*</span></td> <td class="form-values"> <j:bind prop="fatturazione"> <j:radio id="fatturazione_0" displayValue="F" />Da fatturare <br/> <j:radio id="fatturazione_1" displayValue="N" />Da non fatturare <shell:error /> </j:bind> </td> </tr> <tr> <td class="form-label"> Motivazione<span class="form-label-required">�*</span> </td> <td class="form-values"> <j:bind prop="note"> <j:textarea class="form-long-textarea" style="width: 35em;"/> <shell:error /> </j:bind> </td> </tr> <tr> <td> </td> <td style="padding: 15px 4px 5px 4px;"> <button class="generic-button ui-state-default ui-corner-all" onclick="valutaPrestazione();"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle"> Esegui</button> </td> </tr> </table> </j:form>