Subversion Repositories eFlore/Applications.del

Rev

Rev 166 | 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" />
7
	<g:HTMLPanel>
8
		<g:HTMLPanel styleName="{style.description}">
9
			<g:Label text="Description / Métadonnées" styleName="sousTitre"/>
174 gduche 10
			<g:Label ui:field="nomRetenu" styleName="sousTitre"/>
11
			<g:Label ui:field="famille" />
166 gduche 12
			<g:Label ui:field="auteur" /> - <g:Label ui:field="date" />
13
 
14
			<g:Label ui:field="localite" />
15
			<g:Label ui:field="motsClefs" />
16
 
17
			<g:Label ui:field="numNomenclatural" />
18
 
19
		</g:HTMLPanel>
20
		<g:HTMLPanel styleName="{style.photos}">
174 gduche 21
			<g:Label text="Photos" styleName="sousTitre"/>
166 gduche 22
		</g:HTMLPanel>
23
		<g:HTMLPanel styleName="{style.determination}">
174 gduche 24
			<g:Label text="Aide à la détermination" styleName="sousTitre"/>
166 gduche 25
		</g:HTMLPanel>
26
 
27
		<g:HTMLPanel styleName="nettoyage" />
28
	</g:HTMLPanel>
29
</ui:UiBinder>