Subversion Repositories eFlore/Applications.del

Rev

Rev 1531 | 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}">
1531 mathias 15
				<g:Label ui:field="nomRetenu"  title="Voir la fiche eFlore" />
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>
1393 aurelien 21
				<g:Label text="référentiel" styleName="{style.label}" />
22
				<g:Label ui:field="referentiel" />
23
			</g:HTMLPanel>
24
			<g:HTMLPanel>
1104 gduche 25
				<g:Label text="observée à" styleName="{style.label}" />
1038 gduche 26
				<g:Label ui:field="localite" />
623 gduche 27
			</g:HTMLPanel>
28
			<g:HTMLPanel>
1104 gduche 29
				<g:Label text="par" styleName="{style.label}" />
30
				<g:Label ui:field="auteur"  title="Voir le profil" />
623 gduche 31
			</g:HTMLPanel>
32
			<g:HTMLPanel>
1104 gduche 33
				<g:Label text="le" styleName="{style.label}" />
623 gduche 34
				<g:InlineLabel ui:field="dateReleve" />
35
			</g:HTMLPanel>
36
		</g:HTMLPanel>
37
		<g:HTMLPanel styleName="{style.metaPart2}">
1104 gduche 38
			<g:HTMLPanel styleName="{style.zoneLieu}">
623 gduche 39
				<g:Label text="Lieu :" />
1104 gduche 40
				<g:HTML ui:field="lieuDit" styleName="{style.lieuDit}" title="{constants.lieuDit}"/>
41
				<g:Label ui:field="station"  title="{constants.station}" />
623 gduche 42
			</g:HTMLPanel>
1104 gduche 43
			<g:HTMLPanel >
623 gduche 44
				<g:Label text="Milieu :" />
1104 gduche 45
				<g:Label ui:field="milieu"/>
623 gduche 46
			</g:HTMLPanel>
47
		</g:HTMLPanel>
48
		<g:HTMLPanel styleName="{style.metaPart3}">
49
			<g:HTMLPanel styleName="{style.famille}">
1038 gduche 50
				<g:Label ui:field="famille" />
623 gduche 51
			</g:HTMLPanel>
52
			<g:HTMLPanel>
1038 gduche 53
				<g:Label ui:field="motsClefs" />
623 gduche 54
			</g:HTMLPanel>
55
			<g:HTMLPanel>
1038 gduche 56
				<g:Label ui:field="numNomenclatural" />
623 gduche 57
			</g:HTMLPanel>
58
 
59
			<g:HTMLPanel>
1038 gduche 60
				<g:Label ui:field="commentaire" />
623 gduche 61
			</g:HTMLPanel>
62
			<g:HTMLPanel>
63
				<g:InlineLabel ui:field="dateTransmission" />
64
			</g:HTMLPanel>
65
		</g:HTMLPanel>
1104 gduche 66
 
623 gduche 67
	</g:HTMLPanel>
68
</ui:UiBinder>