Subversion Repositories eFlore/Applications.del

Rev

Rev 449 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
447 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' type='org.tela_botanica.del.client.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
8
	<ui:style src="metadonnees.css" />
9
	<g:HTMLPanel styleName="{style.metadonnees}">
10
		<!-- Nom retenu -->
11
		<g:HTMLPanel ui:field="zoneNomRetenu">
12
			<g:Label styleName="petit gris" text="{constants.nomRetenu}"/>
13
			<g:Label ui:field="nomRetenu" />
14
		</g:HTMLPanel>
15
 
16
		<!-- Nom commun -->
17
		<g:HTMLPanel ui:field="zoneNomCommun">
18
			<g:Label styleName="petit gris" text="{constants.nomCommun}"/>
19
			<g:Label ui:field="nomCommun" />
20
		</g:HTMLPanel>
21
 
22
		<!-- Famille -->
23
		<g:HTMLPanel ui:field="zoneFamille">
24
			<g:Label styleName="petit gris" text="{constants.famille}"/>
25
			<g:Label ui:field="famille" />
26
		</g:HTMLPanel>
27
 
28
		<!-- Lieu -->
29
		<g:HTMLPanel ui:field="zoneLocalite">
30
			<g:Label styleName="petit gris" text="{constants.localite}"/>
31
			<g:Label ui:field="localite" />
32
		</g:HTMLPanel>
33
 
34
		<!-- Lieu-dit -->
35
		<g:HTMLPanel ui:field="zoneLieuDit">
36
			<g:Label styleName="petit gris" text="{constants.lieuDit}"/>
37
			<g:Label ui:field="lieuDit" />
38
		</g:HTMLPanel>
39
 
40
		<!-- Milieu -->
41
		<g:HTMLPanel ui:field="zoneMilieu">
42
			<g:Label styleName="petit gris" text="{constants.milieu}"/>
43
			<g:Label ui:field="milieu" />
44
		</g:HTMLPanel>
45
 
46
		<!-- Commentaire -->
47
		<g:HTMLPanel ui:field="zoneCommentaire">
48
			<g:Label styleName="petit gris" text="{constants.commentaire}"/>
49
			<g:Label ui:field="commentaire" />
50
		</g:HTMLPanel>
51
 
52
		<!-- Date du relevé -->
53
 
54
		<!-- Publié par -->
55
		<g:HTMLPanel ui:field="zoneAuteur">
56
			<g:Label styleName="petit gris" text="{constants.auteur}"/>
57
			<g:Label ui:field="auteur" />
58
		</g:HTMLPanel>
59
 
60
		<!-- Date de transmission -->
61
		<g:HTMLPanel ui:field="zoneDate">
62
			<g:Label styleName="petit gris" text="{constants.dateObservation}"/>
63
			<g:Label ui:field="date" />
64
		</g:HTMLPanel>
65
 
66
		<!-- Mots-clés/Tag -->
67
		<g:HTMLPanel ui:field="zoneMotsClefs">
68
			<g:Label styleName="petit gris" text="{constants.motsClefs}"/>
69
			<g:Label ui:field="motsClefs" />
70
		</g:HTMLPanel>
71
 
72
		<g:Label ui:field="numNomenclatural" />
73
	</g:HTMLPanel>
74
</ui:UiBinder>