interventoHeaderExt.jsp 3.8 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
<%@ include file="/project/include.jsp" %>

<div id="divZCmgpCalcoloQuoteUtente" class="modalElement">
	<table style="padding: 20px 4px 4px 4px;">
		<tr style="vertical-align: top;">
			<td>
				<input id="idZCmgpDataStorico" type="hidden"/>
				<div id="divZCmgpError" style="display:none">					
					<span id="idZCmgpMsgError" class="generic-label msg_text_error"></span>
					<br/><button style="margin: 15px 4px 5px 4px;" class="generic-button ui-state-default ui-corner-all" onClick="hideModal('divZCmgpCalcoloQuoteUtente'); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/delete-small.gif')}" width="16" height="16" border="0" align="absmiddle">&nbsp;Chiudi</button>
				</div>
				
				<div id="divZCmgpMessaggi" style="display:none">
					<table>
						<tr>
							<td colspan="2">
								<span id="idZCmgpMessaggio" class="generic-label"/>
							</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="zcmgpAnnullaCalcoloTariffe(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/delete-small.gif')}" width="16" height="16" border="0" align="absmiddle">&nbsp;Annulla</button>
								<button class="generic-button ui-state-default ui-corner-all" onClick="zcmgpMostraDiv('divZCmgpDettagli'); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle">&nbsp;Continua</button>
							</td>
						</tr>
					</table>
				</div>
				
				<div id="divZCmgpData" class="generic-label" style="display:none">
					<table border="0" cellpadding="0" cellspacing="3">
						<tr>
							<td colspan="2" class="generic-label" style="padding: 4px 4px 15px 4px;">Procedura di calcolo delle tariffe utente. Indicare la data alla quale verranno effettuati i calcoli:</td>
						</tr>	
						<tr>
				      		<td class="form-label" style="width:40px;">
				    			Data<span class="form-label-required">*</span>
				    		</td>
				    		<td class="form-values">
						    	<input type="text" class="form-date" id="dataRifTariffeUtenteCld" />
					 			<shell:calendar inputId="dataRifTariffeUtenteCld"/>
						   	</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="zcmgpVerificaCalcoloTariffe(); 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>
				</div>
				
				<div id="divZCmgpDettagli" style="display:none">
					<table>
						<tr>
							<td colspan="2" class="generic-label" style="padding: 4px 4px 15px 4px;">Riepilogo situazione del soggetto:<br/>
								<textarea id="idZCmgpDettaglio" class="form-normal-textarea" readonly="readonly" style="font-size:11px; font-family:Courier;width:580px;height:300px"></textarea>
							</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="zcmgpAnnullaCalcoloTariffe(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/delete-small.gif')}" width="16" height="16" border="0" align="absmiddle">&nbsp;Annulla</button>
								<button class="generic-button ui-state-default ui-corner-all" onClick="zcmgpEseguiCalcoloTariffe(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle">&nbsp;Ok</button>
							</td>
						</tr>
					</table>
				</div>							
			</td>			
		</tr>
	</table>	
</div>