tileBuonoAttivazioneBase.jsp 1.89 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 73
<%@ include file="/project/include.jsp" %>

<icare:ifOptional prop="Buono Attivazione [f]">
<shell:fieldset title="Buono">
	<table align="center" width="100%">
		<tr>
			<td width="50%" valign="top">
				<table>
					<tr>
						<td class="form-label">
							<shell:label prop="durataIntervento" />
						</td>
						<td class="form-values">
							<c:choose>
								<c:when test="${bui:isMode(null, 'record_created')}">
									<j:bind prop="durataIntervento">
										<j:text class="form-short-text" />
										<shell:error />
									</j:bind>
								</c:when>
								<c:otherwise>
									<j:tile name="shell.plaintext" prop="durataIntervento" />
								</c:otherwise>
							</c:choose>
						</td>										
			 		</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="icaroCodeBuono" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="icaroCodeBuono" />
						</td>										
			 		</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="dataEmissioneBuono" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="dataEmissioneBuono" />
						</td>										
			 		</tr>
			 		<tr>
						<td class="form-label">
							<shell:label prop="dataScadenzaBuono" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="dataScadenzaBuono" />
						</td>										
			 		</tr>
			 	</table>
			</td>
			<td width="50%" valign="top">
				<table>
					<tr>
						<td class="form-label">
							<shell:label prop="dataAttivazioneBuono" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="dataAttivazioneBuono" />
						</td>										
			 		</tr>
			 		<tr>
			 			<td colspan="2">
			 				<icare:customControl identifier="buono_attivazione_ext" />
			 			</td>
			 		</tr>
				</table>
			</td>
		</tr>
	</table>
</shell:fieldset>
</icare:ifOptional>