Subversion Repositories eFlore/Applications.del

Rev

Rev 38 | 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"/>
6
 
32 gduche 7
	<g:HTMLPanel>
8
		<g:VerticalPanel>
9
			<g:Label ui:field="nomEspece">Nom</g:Label>
10
			<g:Label ui:field="nomAuteur">Auteur</g:Label>
11
			<g:Image ui:field="imagePrincipale" resource='{res.logo}'/>
12
		</g:VerticalPanel>
13
		 <g:DisclosurePanel>
14
		   <g:header>Plus</g:header>
15
		   		<g:VerticalPanel>
16
		   			<g:HorizontalPanel>
44 gduche 17
		   				<g:Label text="{constants.observateur} : "/>
32 gduche 18
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
19
		   			</g:HorizontalPanel>
20
		   			<g:HorizontalPanel>
44 gduche 21
		   				<g:Label text="{constants.nom_retenu} : "/>
32 gduche 22
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
23
		   			</g:HorizontalPanel>
24
		   			<g:HorizontalPanel>
44 gduche 25
		   				<g:Label text="{constants.date_observation} : "/>
32 gduche 26
		   				<g:Label ui:field="dateObservation">Date observation</g:Label>
27
		   			</g:HorizontalPanel>
28
		   			<g:HorizontalPanel>
44 gduche 29
		   				<g:Label text="{constants.famille} : "/>
32 gduche 30
		   				<g:Label ui:field="famille">Famille</g:Label>
31
		   			</g:HorizontalPanel>
32
		   			<g:HorizontalPanel>
44 gduche 33
		   				<g:Label text="{constants.localite} : "/>
32 gduche 34
		   				<g:Label ui:field="localite">Localite</g:Label>
35
		   			</g:HorizontalPanel>
36
		   		</g:VerticalPanel>
37
		 </g:DisclosurePanel>
38
	</g:HTMLPanel>
39
</ui:UiBinder>