nucleoFamiliareSpeseNucleo.jsp 2.9 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" %>

<j:tile slave="${_slave}" name="shell.slaveToolbar" />

<shell:grid description="annoRiferimento,10%; tipoSpesa,40%; importoAnnuale; importoMensile" slave="${_slave}" />
<center>
	<shell:fieldset title="${j:bundle('LBL_infogenSpese_SET')}">		
		<table border="0" cellpadding="0" cellspacing="3">
			<tr>
				<td class="form-label">
					<shell:label prop="annoRiferimento" />
				</td>
				<td class="form-values">
					<bui:out slave="${_slave}" modes="view">
						<j:tile slave="${_slave}" name="shell.plaintext" prop="annoRiferimento" />
					</bui:out>
					<bui:out slave="${_slave}" modes="create,update">				
						<j:bind prop="annoRiferimento">
							<j:text class="form-short-text" />
							<shell:error />
						</j:bind>
					</bui:out>
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="tipoSpesa" />
				</td>
				<td class="form-values">
					<bui:out slave="${_slave}" modes="view">
						<j:tile slave="${_slave}" name="shell.plaintext" prop="tipoSpesa" />
					</bui:out>
					<bui:out slave="${_slave}" modes="create,update">
						<j:bind prop="tipoSpesa">
							<j:select class="form-input" emptyOptionDescr=""/>
							<shell:error />
						</j:bind>	
					</bui:out>
				</td>
	 		</tr>
	 	</table>
	 </td><td valign="top">
	 	<table border="0" cellpadding="0" cellspacing="3">
			<tr>
				<td class="form-label">
					<shell:label prop="importoAnnuale" />
				</td>
				<td class="form-values">
					<bui:out slave="${_slave}" modes="view">
						<j:tile slave="${_slave}" name="shell.plaintext" prop="importoAnnuale" />
					</bui:out>
					<bui:out slave="${_slave}" modes="create,update">				
						<j:bind prop="importoAnnuale">
							<j:text class="form-short-text" />
							<shell:error />
						</j:bind>
					</bui:out>
				</td>
			</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="importoMensile" />
				</td>
				<td class="form-values">
					<bui:out slave="${_slave}" modes="view">
						<j:tile slave="${_slave}" name="shell.plaintext" prop="importoMensile" />
					</bui:out>
					<bui:out slave="${_slave}" modes="create,update">				
						<j:bind prop="importoMensile">
							<j:text class="form-short-text" />
							<shell:error />
						</j:bind>
					</bui:out>
				</td>
			</tr>
	 	</table>
	</shell:fieldset>
	
	<shell:fieldset title="${j:bundle('LBL_infoaggSpese_SET')}">
		<table border="0" cellspacing="3" cellpadding="0" width="100%" >
			<tr>
				<td class="form-label">
					<shell:label prop="note" />
				</td>
				<td class="form-values">
					<bui:out slave="${_slave}" modes="view">
						<j:tile slave="${_slave}" name="shell.plaintext" prop="note" />
					</bui:out>
					<bui:out slave="${_slave}" modes="create, update">
						<j:bind prop="note">
							<j:textarea class="form-normal-textarea" />
							<shell:error />
						</j:bind>
					</bui:out>
				</td>
			</tr>
		</table>
	</shell:fieldset>
</center>