Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
44 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
 
32 gduche 4
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
44 gduche 5
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
52 gduche 6
<ui:style src="observation.css" />
44 gduche 7
 
52 gduche 8
	<g:HTMLPanel styleName="{style.observations}">
65 gduche 9
	<g:Image ui:field="imagePrincipale" resource='{res.logo}' />
10
		<g:VerticalPanel styleName="{style.zonePlus}">
11
			<g:Label ui:field="enSavoirPlus" text=" "/>
12
			<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
32 gduche 13
		   		<g:VerticalPanel>
14
		   			<g:HorizontalPanel>
44 gduche 15
		   				<g:Label text="{constants.observateur} : "/>
32 gduche 16
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
17
		   			</g:HorizontalPanel>
18
		   			<g:HorizontalPanel>
44 gduche 19
		   				<g:Label text="{constants.nom_retenu} : "/>
32 gduche 20
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
21
		   			</g:HorizontalPanel>
22
		   			<g:HorizontalPanel>
44 gduche 23
		   				<g:Label text="{constants.date_observation} : "/>
32 gduche 24
		   				<g:Label ui:field="dateObservation">Date observation</g:Label>
25
		   			</g:HorizontalPanel>
26
		   			<g:HorizontalPanel>
44 gduche 27
		   				<g:Label text="{constants.famille} : "/>
32 gduche 28
		   				<g:Label ui:field="famille">Famille</g:Label>
29
		   			</g:HorizontalPanel>
30
		   			<g:HorizontalPanel>
44 gduche 31
		   				<g:Label text="{constants.localite} : "/>
32 gduche 32
		   				<g:Label ui:field="localite">Localite</g:Label>
33
		   			</g:HorizontalPanel>
34
		   		</g:VerticalPanel>
65 gduche 35
		 	</g:VerticalPanel>
122 gduche 36
		 	<g:Label ui:field="ajoutValidation" styleName="{style.ajoutValidation}">Ajouter votre validation</g:Label>
65 gduche 37
		</g:VerticalPanel>
38
		<g:HorizontalPanel ui:field="voter"/>
39
 
40
		<g:VerticalPanel>
122 gduche 41
			<g:Label ui:field="nomAuteur" styleName="petit">Auteur</g:Label>
65 gduche 42
			<g:Label ui:field="nomEspece" styleName="{style.espece}">Nom</g:Label>
43
		</g:VerticalPanel>
32 gduche 44
	</g:HTMLPanel>
151 benjamin 45
</ui:UiBinder>