Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
44 gduche 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
 
32 gduche 4
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
44 gduche 5
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
52 gduche 6
<ui:style src="observation.css" />
44 gduche 7
 
52 gduche 8
	<g:HTMLPanel styleName="{style.observations}">
32 gduche 9
		<g:VerticalPanel>
10
			<g:Label ui:field="nomEspece">Nom</g:Label>
11
			<g:Label ui:field="nomAuteur">Auteur</g:Label>
52 gduche 12
			<g:Image ui:field="imagePrincipale" resource='{res.logo}' />
32 gduche 13
		</g:VerticalPanel>
52 gduche 14
		<g:Label ui:field="enSavoirPlus" text="Plus"/>
15
		<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
32 gduche 16
		   		<g:VerticalPanel>
17
		   			<g:HorizontalPanel>
44 gduche 18
		   				<g:Label text="{constants.observateur} : "/>
32 gduche 19
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
20
		   			</g:HorizontalPanel>
21
		   			<g:HorizontalPanel>
44 gduche 22
		   				<g:Label text="{constants.nom_retenu} : "/>
32 gduche 23
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
24
		   			</g:HorizontalPanel>
25
		   			<g:HorizontalPanel>
44 gduche 26
		   				<g:Label text="{constants.date_observation} : "/>
32 gduche 27
		   				<g:Label ui:field="dateObservation">Date observation</g:Label>
28
		   			</g:HorizontalPanel>
29
		   			<g:HorizontalPanel>
44 gduche 30
		   				<g:Label text="{constants.famille} : "/>
32 gduche 31
		   				<g:Label ui:field="famille">Famille</g:Label>
32
		   			</g:HorizontalPanel>
33
		   			<g:HorizontalPanel>
44 gduche 34
		   				<g:Label text="{constants.localite} : "/>
32 gduche 35
		   				<g:Label ui:field="localite">Localite</g:Label>
36
		   			</g:HorizontalPanel>
37
		   		</g:VerticalPanel>
52 gduche 38
		 </g:VerticalPanel>
32 gduche 39
	</g:HTMLPanel>
40
</ui:UiBinder>