medicoBaseConvenzioni.jsp 3.94 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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
<%@ include file="/project/include.jsp" %>

<j:tile slave="${_slave}" name="shell.slaveToolbar" />	
<shell:grid description="codiceConvenzione,%8; ausl,30%;nomeDistretto,%32;dataInizioValidita,15%;dataFineValidita,15%" slave="${_slave}" />

<table border="0" align="center" width="100%">
	<tr>
		<td valign="top" width="50%">
			<shell:fieldset title="Informazioni convenzione">
				<table border="0" cellspacing="3" cellpadding="0" >
					<tr>
						<td class="form-label">
							<shell:label prop="codiceConvenzione" />
						</td>
						<td class="form-values">
							<bui:out modes="view" slave="${_slave}">
								<j:tile name="shell.plaintext" prop="codiceConvenzione" slave="${_slave}" />
							</bui:out>
							<bui:out modes="create, update" slave="${_slave}">
								<j:bind prop="codiceConvenzione">
									<j:text class="form-short-text" />
									<shell:error />
								</j:bind>
							</bui:out>
						</td>
			 		</tr>	
					<tr>
						<td class="form-label">
							<shell:label prop="distretto" />
						</td>
						<td class="form-values">
							<bui:out modes="view" slave="${_slave}">
								<j:tile name="shell.plaintext" prop="nomeDistretto" slave="${_slave}" />
							</bui:out>
							<bui:out modes="create, update" slave="${_slave}">
								<j:bind prop="nomeDistretto">
									<j:text class="form-normal-text" readonly="true" id="descrizione_distrettoLookup" />
									<shell:error />
								</j:bind>
							  	<j:bind prop="distretto">
									<j:hidden id="idDistretto_distrettoLookup"/>
									<shell:error />
								</j:bind>
								<shell:lookup lookupId="distrettoLookup" identifier="tabelleterritoriali.distretto" init="it.cedaf.icare.tabelleterritoriali.model.datamanagement.DistrettoLookupInitializer"/>	
							</bui:out>
						</td>
			 		</tr>
			 		<tr>
						<td class="form-label">
							<shell:label prop="nucleoCurePrimarie" />
						</td>
						<td class="form-values">
							<bui:out modes="view" slave="${_slave}">
								<j:tile name="shell.plaintext" prop="nucleoCurePrimarie"  slave="${_slave}"/>
							</bui:out>
							<bui:out modes="create, update" slave="${_slave}">
								<j:bind prop="nucleoCurePrimarie">
									<j:select class="form-input" emptyOptionDescr=" " />
									<shell:error />
								</j:bind>							  	
							</bui:out>
						</td>
			 		</tr>		
				<bui:out modes="view" slave="${_slave}">
					<tr>
						<td class="form-label">
							<shell:label prop="ausl" />
						</td>
						<td class="form-values">
							<j:tile name="shell.plaintext" prop="ausl" slave="${_slave}" />
						</td>
						</tr>
				</bui:out>	
				</table>
			</shell:fieldset>
		</td>
		<td valign="top" width="50%">
			<shell:fieldset title="Dati validit">
				<table border="0" cellspacing="3" cellpadding="0" >
					<tr>
						<td class="form-label">
							<shell:label prop="dataInizioValidita" />
						</td>
						<td class="form-data">
							<bui:out modes="view" slave="${_slave}">
								<j:tile name="shell.plaintext" prop="dataInizioValidita" slave="${_slave}" />
							</bui:out>
							<bui:out modes="create, update" slave="${_slave}">
								<j:bind prop="dataInizioValidita">
									<j:text class="form-date" id="dataInizioValiditaCLD"/>
									<shell:calendar inputId="dataInizioValiditaCLD" /> 
									<shell:error />
								</j:bind>		
							</bui:out>
						</td>
					</tr>
					<tr>
						<td class="form-label">
							<shell:label prop="dataFineValidita" />
						</td>
						<td class="form-data">
							<bui:out modes="view" slave="${_slave}">
								<j:tile name="shell.plaintext" prop="dataFineValidita" slave="${_slave}" />
							</bui:out>
							<bui:out modes="create, update" slave="${_slave}">
								<j:bind prop="dataFineValidita">
									<j:text class="form-date" id="dataFineValiditaCLD"/>
									<shell:calendar inputId="dataFineValiditaCLD" /> 
									<shell:error />
								</j:bind>		
							</bui:out>
						</td>
					</tr> 
				</table>
			</shell:fieldset>
		</td>		
	</tr>
</table>