Subversion Repositories eFlore/Applications.del

Rev

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

Rev 372 Rev 394
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="image.css" />
6
<ui:style src="image.css" />
7
 
7
 
8
	<g:HTMLPanel styleName="{style.observations}">
8
	<g:HTMLPanel styleName="{style.observations}">
9
	<g:HTMLPanel styleName="{style.zoneDetail}">
9
	<g:HTMLPanel styleName="{style.zoneDetail}">
10
		
10
		
11
		<g:Label ui:field="enSavoirPlus" text=" " styleName="{style.enSavoirPlus}"/>
11
		<g:Label ui:field="enSavoirPlus" text=" " styleName="{style.enSavoirPlus}"/>
12
		<g:Label ui:field="zoom" styleName="{style.zoom}"></g:Label>
12
		<g:Label ui:field="zoom" styleName="{style.zoom}"></g:Label>
13
		
13
		
14
		<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
14
		<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
15
		   		<g:VerticalPanel>
15
		   		<g:VerticalPanel>
16
		   			<g:HorizontalPanel>
-
 
17
		   				<g:Label text="{constants.observateur} : "/>
16
		   				<g:Label text="{constants.observateur}" styleName="gris petit"/>
18
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
17
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
19
		   			</g:HorizontalPanel>
-
 
20
		   			<g:HorizontalPanel>
-
 
21
		   				<g:Label text="{constants.nomRetenu} : "/>
18
		   				<g:Label text="{constants.nomRetenu}" styleName="gris petit"/>
22
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
19
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
23
		   			</g:HorizontalPanel>
-
 
24
		   			<g:HorizontalPanel>
-
 
25
		   				<g:Label text="{constants.dateObservation} : "/>
-
 
26
		   				<g:Label ui:field="dateObservation">Date observation</g:Label>
-
 
27
		   			</g:HorizontalPanel>
-
 
28
		   			<g:HorizontalPanel>
-
 
29
		   				<g:Label text="{constants.famille} : "/>
20
		   				<g:Label text="{constants.famille}" styleName="gris petit"/>
30
		   				<g:Label ui:field="famille">Famille</g:Label>
21
		   				<g:Label ui:field="famille">Famille</g:Label>
31
		   			</g:HorizontalPanel>
22
		   				<g:Label text="{constants.dateObservation}" styleName="gris petit"/>
32
		   			<g:HorizontalPanel>
23
		   				<g:Label ui:field="dateObservation">Date observation</g:Label>
33
		   				<g:Label text="{constants.localite} : "/>
24
	   					<g:Label text="{constants.localite}" styleName="gris petit"/>
34
		   				<g:Label ui:field="localite">Localite</g:Label>
25
	   					<g:Label ui:field="localite">Localite</g:Label>
35
		   			</g:HorizontalPanel>
-
 
36
		   		</g:VerticalPanel>
26
		   		</g:VerticalPanel>
37
		 	</g:VerticalPanel>
27
		 	</g:VerticalPanel>
38
	</g:HTMLPanel>
28
	</g:HTMLPanel>
39
	<g:HTMLPanel styleName="{style.zoneImage}"><g:Image ui:field="imagePrincipale" resource='{res.logo}'/></g:HTMLPanel>
29
	<g:HTMLPanel styleName="{style.zoneImage}"><g:Image ui:field="imagePrincipale" resource='{res.logo}'/></g:HTMLPanel>
40
		<g:HTMLPanel styleName="{style.zonePlus}" ui:field="zonePlus">
30
		<g:HTMLPanel styleName="{style.zonePlus}" ui:field="zonePlus">
41
			<g:Label ui:field="nomAuteur" styleName="petit">Auteur</g:Label>
31
			<g:Label ui:field="nomAuteur" styleName="petit">Auteur</g:Label>
42
			<g:Label ui:field="nomEspece" styleName="{style.espece}">Nom</g:Label>
32
			<g:Label ui:field="nomEspece" styleName="{style.espece}">Nom</g:Label>
43
		</g:HTMLPanel>
33
		</g:HTMLPanel>
44
	<g:HTMLPanel styleName="{style.zoneVoter}"><g:HorizontalPanel ui:field="voter"/></g:HTMLPanel>
34
	<g:HTMLPanel styleName="{style.zoneVoter}"><g:HorizontalPanel ui:field="voter"/></g:HTMLPanel>
45
		
35
		
46
	</g:HTMLPanel>
36
	</g:HTMLPanel>
47
</ui:UiBinder>
37
</ui:UiBinder>