Subversion Repositories eFlore/Applications.del

Rev

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

Rev 479 Rev 564
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
4
	ui:generateLocales="default">
-
 
5
	<ui:with field='res'
5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
6
		type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
Line 7... Line 8...
7
 
8
 
Line 8... Line 9...
8
	<ui:style src="MoteurRechercheObservations.css" />
9
	<ui:style src="MoteurRechercheObservations.css" />
9
		
10
		
-
 
11
	<g:HTMLPanel>
10
	<g:HTMLPanel>
12
		<g:HTMLPanel>
11
		<g:HTMLPanel>
13
			<g:Label text="{constants.introRechercheObservations}" />
12
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
14
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
15
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
14
			<g:HTMLPanel ui:field="zoneRecherche" />
16
			<g:HTMLPanel ui:field="zoneRecherche" />
15
		</g:HTMLPanel>
17
		</g:HTMLPanel>
16
		
18
 
17
		<g:HTMLPanel>
19
		<g:HTMLPanel>
18
			<g:VerticalPanel ui:field="zoneResultats" />
20
			<g:VerticalPanel ui:field="zoneResultats" />
19
		</g:HTMLPanel>
21
		</g:HTMLPanel>