Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
623 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
5
	<ui:with field='res'
6
		type='org.tela_botanica.del.client.resources.Ressources' />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
 
9
	<ui:style src="metadonneesEnLigne.css" />
10
 
11
	<g:HTMLPanel styleName="{style.metadonnees}">
12
 
13
		<g:HTMLPanel styleName="{style.metaPart1}">
1104 gduche 14
			<g:HTMLPanel styleName="{style.espece}">
1038 gduche 15
				<g:Label ui:field="nomRetenu" />
623 gduche 16
			</g:HTMLPanel>
17
			<g:HTMLPanel styleName="{style.nomCommun}">
1038 gduche 18
				<g:Label ui:field="nomCommun" />
623 gduche 19
			</g:HTMLPanel>
20
			<g:HTMLPanel>
1104 gduche 21
				<g:Label text="observée à" styleName="{style.label}" />
1038 gduche 22
				<g:Label ui:field="localite" />
623 gduche 23
			</g:HTMLPanel>
24
			<g:HTMLPanel>
1104 gduche 25
				<g:Label text="par" styleName="{style.label}" />
26
				<g:Label ui:field="auteur"  title="Voir le profil" />
623 gduche 27
			</g:HTMLPanel>
28
			<g:HTMLPanel>
1104 gduche 29
				<g:Label text="le" styleName="{style.label}" />
623 gduche 30
				<g:InlineLabel ui:field="dateReleve" />
31
			</g:HTMLPanel>
32
		</g:HTMLPanel>
33
		<g:HTMLPanel styleName="{style.metaPart2}">
1104 gduche 34
			<g:HTMLPanel styleName="{style.zoneLieu}">
623 gduche 35
				<g:Label text="Lieu :" />
1104 gduche 36
				<g:HTML ui:field="lieuDit" styleName="{style.lieuDit}" title="{constants.lieuDit}"/>
37
				<g:Label ui:field="station"  title="{constants.station}" />
623 gduche 38
			</g:HTMLPanel>
1104 gduche 39
			<g:HTMLPanel >
623 gduche 40
				<g:Label text="Milieu :" />
1104 gduche 41
				<g:Label ui:field="milieu"/>
623 gduche 42
			</g:HTMLPanel>
43
		</g:HTMLPanel>
44
		<g:HTMLPanel styleName="{style.metaPart3}">
45
			<g:HTMLPanel styleName="{style.famille}">
1038 gduche 46
				<g:Label ui:field="famille" />
623 gduche 47
			</g:HTMLPanel>
48
			<g:HTMLPanel>
1038 gduche 49
				<g:Label ui:field="motsClefs" />
623 gduche 50
			</g:HTMLPanel>
51
			<g:HTMLPanel>
1038 gduche 52
				<g:Label ui:field="numNomenclatural" />
623 gduche 53
			</g:HTMLPanel>
54
 
55
			<g:HTMLPanel>
1038 gduche 56
				<g:Label ui:field="commentaire" />
623 gduche 57
			</g:HTMLPanel>
58
			<g:HTMLPanel>
59
				<g:InlineLabel ui:field="dateTransmission" />
60
			</g:HTMLPanel>
61
		</g:HTMLPanel>
1104 gduche 62
 
623 gduche 63
	</g:HTMLPanel>
64
</ui:UiBinder>