1175 |
aurelien |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder
|
|
|
3 |
xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
|
|
|
5 |
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
7 |
<ui:style src="preferences.css" />
|
|
|
8 |
<g:HTMLPanel styleName="{style.conteneurPreferences}">
|
|
|
9 |
<g:Label text="{constants.preferences}" styleName="titre"/>
|
|
|
10 |
<g:Label styleName="petit {style.messageTemporaire}" text="{constants.messageTemporaireMails}" />
|
|
|
11 |
<g:HTML><br /></g:HTML>
|
|
|
12 |
<g:VerticalPanel ui:field="panneauChargement">
|
|
|
13 |
<g:Image url="./img/wait.gif"></g:Image>
|
|
|
14 |
</g:VerticalPanel>
|
|
|
15 |
<g:HTMLPanel styleName="{style.colonneGauche}" ui:field="conteneurChamps">
|
|
|
16 |
<g:HTMLPanel styleName="{style.zoneMailsMesObs}">
|
|
|
17 |
<g:Label text="{constants.recevoirMailsMesObs}" styleName="petit" />
|
|
|
18 |
<g:CheckBox ui:field="recevoirMailsMesObs"/>
|
|
|
19 |
</g:HTMLPanel>
|
|
|
20 |
<g:HTMLPanel styleName="{style.zoneMailsToutesObs}">
|
|
|
21 |
<g:Label text="{constants.recevoirMailsToutesObs}" styleName="petit" />
|
|
|
22 |
<g:CheckBox ui:field="recevoirMailsToutesObs"/>
|
|
|
23 |
</g:HTMLPanel>
|
|
|
24 |
|
|
|
25 |
<g:Button text="{constants.sauvegarder}" ui:field="boutonSauvegarderPreferences" styleName="{style.boutonSauvegarder} arrondi"/>
|
|
|
26 |
</g:HTMLPanel>
|
|
|
27 |
</g:HTMLPanel>
|
|
|
28 |
|
|
|
29 |
</ui:UiBinder>
|