tileContrattoMMG.jsp 2.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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
<%@ include file="/project/include.jsp" %>

<icare:ifOptional prop="ContrattiMMG [f]">
<shell:fieldset title="Contratti MMG">
	<table align="center" width="100%">
		<tr>
			<td width="50%" valign="top">
				<table>
					<tr>
						<td class="form-label">
							<shell:label prop="medicoRichiedente" />
						</td>
						<td class="form-values">
							<bui:out modes="view">
								<j:tile name="shell.plaintext" prop="medicoRichiedente" />
							</bui:out>
							<bui:out modes="create,update">
								<j:bind prop="medicoRichiedente">
									<j:select class="form-input" emptyOptionDescr=" "/>
									<shell:error />
								</j:bind>
							</bui:out>		
						</td>										
			 		</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="frequenzaMMG" />
						</td>
						<td class="form-values">
							<bui:out modes="view">
								<j:tile name="shell.plaintext" prop="frequenzaMMG" />
							</bui:out>
							<bui:out modes="create,update">
								<j:bind prop="frequenzaMMG">
									<j:select class="form-input" emptyOptionDescr=" "/>
									<shell:error />
								</j:bind>
							</bui:out>		
						</td>										
			 		</tr>
			 		<tr>
						<td class="form-label">
							<shell:label prop="numeroAccessi" />
						</td>
						<td class="form-values">
							<bui:out modes="view">
								<j:tile name="shell.plaintext" prop="numeroAccessi" />
							</bui:out>
							<bui:out modes="create,update">
								<j:bind prop="numeroAccessi">
									<j:text class="form-short-text"/>
									<shell:error />
								</j:bind>
							</bui:out>		
						</td>										
			 		</tr>
			 	</table>
			</td>
			<td width="50%" valign="top">
				<table>
					<tr>
						<td class="form-label">
							<shell:label prop="dataInizioContrattoMMG" />
						</td>
						<td class="form-values">
							<bui:out modes="view">
								<j:tile name="shell.plaintext" prop="dataInizioContrattoMMG" />
							</bui:out>
							<bui:out modes="create,update">
								<j:bind prop="dataInizioContrattoMMG">
									<j:text class="form-date" id="dataInizioMMGCld" />
									<shell:calendar inputId="dataInizioMMGCld" />
									<shell:error />
								</j:bind>
							</bui:out>		
						</td>										
			 		</tr>
			 		<tr>
						<td class="form-label">
							<shell:label prop="dataFineContrattoMMG" />
						</td>
						<td class="form-values">
							<bui:out modes="view">
								<j:tile name="shell.plaintext" prop="dataFineContrattoMMG" />
							</bui:out>
							<bui:out modes="create,update">
								<j:bind prop="dataFineContrattoMMG">
									<j:text class="form-date" id="dataFineMMGCld" />
									<shell:calendar inputId="dataFineMMGCld" />
									<shell:error />
								</j:bind>
							</bui:out>		
						</td>										
			 		</tr>
				</table>
			</td>
		</tr>
	</table>
</shell:fieldset>
</icare:ifOptional>