notificaMail.jsp 1.7 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
<%@ include file="/project/include.jsp" %>
 		
<center> 	
<shell:fieldset title="E-mail">
	<table border="0" cellspacing="3" cellpadding="0" >		
		<tr>
			<td class="form-label">
				<shell:label prop="inviaMail" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="inviaMail" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="inviaMail">
						<j:radio displayValue="si" />${j:bundle('LBL_si')}
						<j:radio displayValue="no" />${j:bundle('LBL_no')}
						<shell:error />
					</j:bind>
				</bui:out>
			</td>						
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="oggettoEmail" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="oggettoEmail" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="oggettoEmail">
						<j:text class="form-long-text" size="100" />
						<shell:error />
					</j:bind>
				</bui:out>
			</td>						
		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="testoEmail" />
			</td>
			<td class="form-values">
				<bui:out modes="view">
					<j:tile name="shell.plaintext" prop="testoEmail" />
				</bui:out>
				<bui:out modes="create, update">
					<j:bind prop="testoEmail">
						<j:textarea class="form-input" cols="100" rows="20" />
						<shell:error />
					</j:bind>
					<button class="generic-button ui-state-default ui-corner-all" onClick="elencoParametriMessaggi(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/toolbar/grid.gif')}" width="16" height="16" border="0" align="absmiddle">&nbsp;Elenco parametri</button>
				</bui:out>
			</td>						
		</tr>		
	</table>
</shell:fieldset>
</center>