<%@ include file="/project/include.jsp" %> <div id="divZComparEstrazVerifDichReddSogg" class="modalElement"> <table style="padding: 20px 4px 4px 4px;"> <tr style="vertical-align: top;"> <td> <table border="0" cellpadding="0" cellspacing="3"> <tr> <td colspan="2" class="generic-label" style="padding: 4px 4px 15px 4px;">Estrazione di verifica per dichiarazione redditi soggetto. Indicare l'anno di competenza:</td> </tr> <tr> <td class="form-label" style="width:40px;"> Anno<span class="form-label-required">*</span> </td> <td class="form-values"> <input type="text" class="form-short-text" id="annoRifEstrazDichRedd" maxlength="4" /> </td> </tr> <tr> <td> </td> <td class="generic-label" style="padding: 15px 4px 5px 4px;"> <button class="generic-button ui-state-default ui-corner-all" onClick="eseguiEstrazioneVerificaDichReddSogg(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle"> Conferma</button> </td> </tr> </table> </td> </tr> </table> </div>