Subversion Repositories eFlore/Applications.del

Rev

Rev 655 | Rev 1183 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
8
	<ui:style src="identification.css" />
9
 
10
	<g:HTMLPanel styleName="{style.zoneIdentification}">
11
		<g:HTMLPanel ui:field="zoneUtilisateur">
12
			<g:Label ui:field="connecter" styleName="{style.connecter}" text="{constants.seConnecter}" />
1175 aurelien 13
			<g:HorizontalPanel><g:Label ui:field="email" styleName="{style.email}">Email</g:Label>
14
			<g:Label ui:field="preferences" styleName="{style.preferences}" text="{constants.preferences}"></g:Label>
15
			<g:Label ui:field="deconnecter" styleName="{style.deconnecter}" text="{constants.seDeconnecter}" /></g:HorizontalPanel>
16
 
536 gduche 17
		</g:HTMLPanel>
655 gduche 18
		<g:HTMLPanel ui:field="zoneFormulaire" styleName="{style.zoneFormulaire} ombre-forte">
536 gduche 19
			<g:Label ui:field="erreurIdentification" styleName="{style.erreur}"></g:Label>
20
			<g:Label text="{constants.login}" />
21
			<g:TextBox ui:field="login" styleName="{style.login}" />
22
			<g:Label text="{constants.motdepasse}" />
23
			<g:PasswordTextBox ui:field="motdepasse" styleName="{style.motdepasse}"></g:PasswordTextBox>
24
			<g:Button ui:field="boutonOK">OK</g:Button>
25
		</g:HTMLPanel>
26
	</g:HTMLPanel>
27
</ui:UiBinder>