Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
178 benjamin 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
 
4
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
5
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
6
<ui:style src="image.css" />
7
 
8
	<g:HTMLPanel styleName="{style.observations}">
9
	<g:Image ui:field="imagePrincipale" resource='{res.logo}' />
10
		<g:VerticalPanel styleName="{style.zonePlus}">
11
			<g:Label ui:field="enSavoirPlus" text=" "/>
12
			<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
13
		   		<g:VerticalPanel>
14
		   			<g:HorizontalPanel>
15
		   				<g:Label text="{constants.observateur} : "/>
16
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
17
		   			</g:HorizontalPanel>
18
		   			<g:HorizontalPanel>
223 gduche 19
		   				<g:Label text="{constants.nomRetenu} : "/>
178 benjamin 20
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
21
		   			</g:HorizontalPanel>
22
		   			<g:HorizontalPanel>
223 gduche 23
		   				<g:Label text="{constants.dateObservation} : "/>
178 benjamin 24
		   				<g:Label ui:field="dateObservation">Date observation</g:Label>
25
		   			</g:HorizontalPanel>
26
		   			<g:HorizontalPanel>
27
		   				<g:Label text="{constants.famille} : "/>
28
		   				<g:Label ui:field="famille">Famille</g:Label>
29
		   			</g:HorizontalPanel>
30
		   			<g:HorizontalPanel>
31
		   				<g:Label text="{constants.localite} : "/>
32
		   				<g:Label ui:field="localite">Localite</g:Label>
33
		   			</g:HorizontalPanel>
34
		   		</g:VerticalPanel>
35
		 	</g:VerticalPanel>
36
		 	<g:Label ui:field="ajoutValidation" styleName="{style.ajoutValidation}">Ajouter votre validation</g:Label>
37
		</g:VerticalPanel>
38
		<g:HorizontalPanel ui:field="voter"/>
39
 
40
		<g:VerticalPanel>
41
			<g:Label ui:field="nomAuteur" styleName="petit">Auteur</g:Label>
42
			<g:Label ui:field="nomEspece" styleName="{style.espece}">Nom</g:Label>
43
		</g:VerticalPanel>
44
	</g:HTMLPanel>
45
</ui:UiBinder>