Subversion Repositories eFlore/Applications.del

Rev

Rev 52 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 65
Line 4... Line 4...
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" />
Line 7... Line 7...
7
 
7
 
8
	<g:HTMLPanel styleName="{style.observations}">
-
 
9
		<g:VerticalPanel>
-
 
10
			<g:Label ui:field="nomEspece">Nom</g:Label>
-
 
11
			<g:Label ui:field="nomAuteur">Auteur</g:Label>
8
	<g:HTMLPanel styleName="{style.observations}">
12
			<g:Image ui:field="imagePrincipale" resource='{res.logo}' />
9
	<g:Image ui:field="imagePrincipale" resource='{res.logo}' />
13
		</g:VerticalPanel>
10
		<g:VerticalPanel styleName="{style.zonePlus}">
14
		<g:Label ui:field="enSavoirPlus" text="Plus"/>
11
			<g:Label ui:field="enSavoirPlus" text=" "/>
15
		<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
12
			<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
16
		   		<g:VerticalPanel>
13
		   		<g:VerticalPanel>
17
		   			<g:HorizontalPanel>
14
		   			<g:HorizontalPanel>
18
		   				<g:Label text="{constants.observateur} : "/>
15
		   				<g:Label text="{constants.observateur} : "/>
19
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
16
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
Line 33... Line 30...
33
		   			<g:HorizontalPanel>
30
		   			<g:HorizontalPanel>
34
		   				<g:Label text="{constants.localite} : "/>
31
		   				<g:Label text="{constants.localite} : "/>
35
		   				<g:Label ui:field="localite">Localite</g:Label>
32
		   				<g:Label ui:field="localite">Localite</g:Label>
36
		   			</g:HorizontalPanel>
33
		   			</g:HorizontalPanel>
37
		   		</g:VerticalPanel>
34
		   		</g:VerticalPanel>
38
		 </g:VerticalPanel>
35
		 	</g:VerticalPanel>
-
 
36
		</g:VerticalPanel>
-
 
37
		<g:HorizontalPanel ui:field="voter"/>
-
 
38
		
-
 
39
		<g:VerticalPanel>
-
 
40
			<g:Label ui:field="nomAuteur" styleName="{style.petit}">Auteur</g:Label>
-
 
41
			<g:Label ui:field="nomEspece" styleName="{style.espece}">Nom</g:Label>
-
 
42
						
-
 
43
		</g:VerticalPanel>
39
	</g:HTMLPanel>
44
	</g:HTMLPanel>
40
</ui:UiBinder>
45
</ui:UiBinder>