Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
166 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'
2
			ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
5
 
6
<ui:style src="observation.css" />
200 gduche 7
	<g:HTMLPanel styleName="{style.ligneObservation}">
166 gduche 8
		<g:HTMLPanel styleName="{style.description}">
174 gduche 9
			<g:Label ui:field="nomRetenu" styleName="sousTitre"/>
10
			<g:Label ui:field="famille" />
166 gduche 11
			<g:Label ui:field="auteur" /> - <g:Label ui:field="date" />
12
 
13
			<g:Label ui:field="localite" />
14
			<g:Label ui:field="motsClefs" />
15
 
16
			<g:Label ui:field="numNomenclatural" />
17
 
18
		</g:HTMLPanel>
200 gduche 19
		<g:HorizontalPanel styleName="{style.photos}">
20
			<g:Image ui:field="photoPrincipale" styleName="{style.photoPrincipale}"/>
21
			<g:HTMLPanel ui:field="photos"></g:HTMLPanel>
22
		</g:HorizontalPanel>
183 gduche 23
		<g:FlexTable styleName="{style.determination}" ui:field="tableauPropositions" />
24
 
166 gduche 25
		<g:HTMLPanel styleName="nettoyage" />
26
	</g:HTMLPanel>
27
</ui:UiBinder>