Subversion Repositories eFlore/Applications.del

Rev

Rev 447 | Rev 471 | Go to most recent revision | Details | Compare with Previous | 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">
449 gduche 12
			<g:Label styleName="petit gris {style.labelNomRetenu}" text="{constants.nomRetenu}"/>
13
			<g:Label ui:field="nomRetenu" styleName="{style.nomRetenu}" />
447 gduche 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 -->
449 gduche 23
		<g:HTMLPanel ui:field="zoneFamille" styleName="{style.zoneFamille}">
447 gduche 24
			<g:Label styleName="petit gris" text="{constants.famille}"/>
25
			<g:Label ui:field="famille" />
26
		</g:HTMLPanel>
27
 
28
		<!-- Lieu -->
449 gduche 29
		<g:HTMLPanel ui:field="zoneLocalite" styleName="{style.zoneLocalite}">
447 gduche 30
			<g:Label styleName="petit gris" text="{constants.localite}"/>
31
			<g:Label ui:field="localite" />
32
		</g:HTMLPanel>
33
 
34
		<!-- Lieu-dit -->
449 gduche 35
		<g:HTMLPanel ui:field="zoneLieuDit" styleName="{style.zoneLieuDit}">
447 gduche 36
			<g:Label styleName="petit gris" text="{constants.lieuDit}"/>
37
			<g:Label ui:field="lieuDit" />
38
		</g:HTMLPanel>
39
 
40
		<!-- Milieu -->
449 gduche 41
		<g:HTMLPanel ui:field="zoneMilieu" styleName="{style.zoneMilieu}">
447 gduche 42
			<g:Label styleName="petit gris" text="{constants.milieu}"/>
43
			<g:Label ui:field="milieu" />
44
		</g:HTMLPanel>
45
 
46
		<!-- Commentaire -->
449 gduche 47
		<g:HTMLPanel ui:field="zoneCommentaire" styleName="{style.zoneCommentaire}">
447 gduche 48
			<g:Label styleName="petit gris" text="{constants.commentaire}"/>
49
			<g:Label ui:field="commentaire" />
50
		</g:HTMLPanel>
51
 
52
		<!-- Date du relevé -->
449 gduche 53
		<g:HTMLPanel ui:field="zoneDateReleve" styleName="{style.zoneDateReleve}">
54
			<g:Label styleName="petit gris" text="{constants.dateReleve}"/>
55
			<g:Label ui:field="dateReleve" />
56
		</g:HTMLPanel>
447 gduche 57
 
58
		<!-- Publié par -->
449 gduche 59
		<g:HTMLPanel ui:field="zoneAuteur" styleName="{style.zoneAuteur}">
447 gduche 60
			<g:Label styleName="petit gris" text="{constants.auteur}"/>
61
			<g:Label ui:field="auteur" />
62
		</g:HTMLPanel>
63
 
64
		<!-- Date de transmission -->
65
		<g:HTMLPanel ui:field="zoneDate">
449 gduche 66
			<g:Label styleName="petit gris" text="{constants.dateTransmission}"/>
67
			<g:Label ui:field="dateTransmission" />
447 gduche 68
		</g:HTMLPanel>
69
 
70
		<!-- Mots-clés/Tag -->
71
		<g:HTMLPanel ui:field="zoneMotsClefs">
72
			<g:Label styleName="petit gris" text="{constants.motsClefs}"/>
73
			<g:Label ui:field="motsClefs" />
74
		</g:HTMLPanel>
75
 
76
		<g:Label ui:field="numNomenclatural" />
77
	</g:HTMLPanel>
78
</ui:UiBinder>