Subversion Repositories eFlore/Applications.del

Rev

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

Rev 372 Rev 394
Line 11... Line 11...
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>
Line 13... Line 13...
13
		
13
		
14
		<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
14
		<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
15
		   		<g:VerticalPanel>
-
 
16
		   			<g:HorizontalPanel>
15
		   		<g:VerticalPanel>
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>
-
 
19
		   			</g:HorizontalPanel>
-
 
20
		   			<g:HorizontalPanel>
17
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
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>
-
 
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>
19
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
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>
-
 
35
		   			</g:HorizontalPanel>
25
	   					<g:Label ui:field="localite">Localite</g:Label>
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>