Subversion Repositories eFlore/Applications.del

Rev

Rev 148 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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