Subversion Repositories eFlore/Applications.del

Rev

Rev 38 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38 Rev 44
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'>
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
 
2
<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"/>
-
 
6
 
3
	<g:HTMLPanel>
7
	<g:HTMLPanel>
4
		<g:VerticalPanel>
8
		<g:VerticalPanel>
5
			<g:Label ui:field="nomEspece">Nom</g:Label>
9
			<g:Label ui:field="nomEspece">Nom</g:Label>
6
			<g:Label ui:field="nomAuteur">Auteur</g:Label>
10
			<g:Label ui:field="nomAuteur">Auteur</g:Label>
7
			<g:Image ui:field="imagePrincipale" resource='{res.logo}'/>
11
			<g:Image ui:field="imagePrincipale" resource='{res.logo}'/>
8
		</g:VerticalPanel>
12
		</g:VerticalPanel>
9
		 <g:DisclosurePanel>
13
		 <g:DisclosurePanel>
10
		   <g:header>Plus</g:header>
14
		   <g:header>Plus</g:header>
11
		   		<g:VerticalPanel>
15
		   		<g:VerticalPanel>
12
		   			<g:HorizontalPanel>
16
		   			<g:HorizontalPanel>
13
		   				<g:Label>Observateur :</g:Label>
17
		   				<g:Label text="{constants.observateur} : "/>
14
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
18
		   				<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
15
		   			</g:HorizontalPanel>
19
		   			</g:HorizontalPanel>
16
		   			<g:HorizontalPanel>
20
		   			<g:HorizontalPanel>
17
		   				<g:Label>Nom retenu :</g:Label>
21
		   				<g:Label text="{constants.nom_retenu} : "/>
18
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
22
		   				<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
19
		   			</g:HorizontalPanel>
23
		   			</g:HorizontalPanel>
20
		   			<g:HorizontalPanel>
24
		   			<g:HorizontalPanel>
21
		   				<g:Label>Date :</g:Label>
25
		   				<g:Label text="{constants.date_observation} : "/>
22
		   				<g:Label ui:field="dateObservation">Date observation</g:Label>
26
		   				<g:Label ui:field="dateObservation">Date observation</g:Label>
23
		   			</g:HorizontalPanel>
27
		   			</g:HorizontalPanel>
24
		   			<g:HorizontalPanel>
28
		   			<g:HorizontalPanel>
25
		   				<g:Label>Famille :</g:Label>
29
		   				<g:Label text="{constants.famille} : "/>
26
		   				<g:Label ui:field="famille">Famille</g:Label>
30
		   				<g:Label ui:field="famille">Famille</g:Label>
27
		   			</g:HorizontalPanel>
31
		   			</g:HorizontalPanel>
28
		   			<g:HorizontalPanel>
32
		   			<g:HorizontalPanel>
29
		   				<g:Label>Localite :</g:Label>
33
		   				<g:Label text="{constants.localite} : "/>
30
		   				<g:Label ui:field="localite">Localite</g:Label>
34
		   				<g:Label ui:field="localite">Localite</g:Label>
31
		   			</g:HorizontalPanel>
35
		   			</g:HorizontalPanel>
32
		   		</g:VerticalPanel>
36
		   		</g:VerticalPanel>
33
		 </g:DisclosurePanel>
37
		 </g:DisclosurePanel>
34
		 	
-
 
35
	</g:HTMLPanel>
38
	</g:HTMLPanel>
36
</ui:UiBinder>
39
</ui:UiBinder>