536 |
gduche |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
3 |
ui:generateLocales="default">
|
|
|
4 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
|
|
|
5 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
1183 |
gduche |
6 |
|
536 |
gduche |
7 |
<ui:style src="identification.css" />
|
|
|
8 |
|
1183 |
gduche |
9 |
<g:HTMLPanel styleName="{style.zoneIdentification} {style.zoneFormulaire}">
|
|
|
10 |
<g:Label ui:field="titreSeConnecter" styleName="{style.connecter}" text="{constants.titreSeConnecter}" />
|
|
|
11 |
<g:Label ui:field="titreEstIdentifie" styleName="{style.connecter}" text="{constants.titreEstIdentifie}" />
|
536 |
gduche |
12 |
<g:HTMLPanel ui:field="zoneUtilisateur">
|
1183 |
gduche |
13 |
<g:HTMLPanel styleName="{style.infoConnexion}">
|
|
|
14 |
<g:Label ui:field="email" styleName="{style.email}">Email</g:Label>
|
|
|
15 |
<g:Label ui:field="preferences" styleName="{style.preferences}" text="{constants.preferences}"></g:Label>
|
|
|
16 |
<g:Label ui:field="deconnecter" styleName="{style.deconnecter}" text="{constants.seDeconnecter}" />
|
|
|
17 |
</g:HTMLPanel>
|
1175 |
aurelien |
18 |
|
536 |
gduche |
19 |
</g:HTMLPanel>
|
1183 |
gduche |
20 |
<g:HTMLPanel ui:field="zoneFormulaire">
|
|
|
21 |
<g:HTMLPanel styleName="{style.colonneGauche}">
|
|
|
22 |
<g:Label text="{constants.login}" />
|
|
|
23 |
<g:TextBox ui:field="login" styleName="{style.login}" />
|
|
|
24 |
<g:Label text="{constants.motdepasse}" />
|
|
|
25 |
<g:PasswordTextBox ui:field="motdepasse" styleName="{style.motdepasse}"></g:PasswordTextBox>
|
|
|
26 |
<g:Button ui:field="boutonOK" styleName="{style.boutonOK}">OK</g:Button>
|
|
|
27 |
<g:Label ui:field="erreurIdentification" styleName="{style.erreur}"></g:Label>
|
|
|
28 |
</g:HTMLPanel>
|
|
|
29 |
<g:HTMLPanel styleName="{style.colonneDroite}">
|
|
|
30 |
<ui:msg key="texteConnexion">Texte de connexion</ui:msg>
|
|
|
31 |
</g:HTMLPanel>
|
536 |
gduche |
32 |
</g:HTMLPanel>
|
|
|
33 |
</g:HTMLPanel>
|
|
|
34 |
</ui:UiBinder>
|