soggettoHeaderExt.jsp 1.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
<%@ 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>&nbsp;</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">&nbsp;Conferma</button>											
						</td>
					</tr>							
				</table>
			</td>			
		</tr>
	</table>	
</div>