Subversion Repositories eFlore/Applications.del

Rev

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

Rev 445 Rev 455
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'
2
			ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
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"
-
 
4
	ui:generateLocales="default">
3
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
5
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
Line 5... Line 7...
5
 
7
 
-
 
8
	<ui:style src="RechercheObservations.css" />
6
<ui:style src="RechercheObservations.css" />
9
		
7
	<g:HTMLPanel>
10
	<g:HTMLPanel>
8
		<g:HTMLPanel>
11
		<g:HTMLPanel>
9
			<g:Label text="{constants.rechercherObservation}" styleName="titre"/>
12
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
10
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
-
 
14
			<g:HTMLPanel ui:field="zoneRecherche" />
-
 
15
		</g:HTMLPanel>
-
 
16
		<g:HTMLPanel>
-
 
17
			<g:HorizontalPanel>
-
 
18
				<g:HorizontalPanel ui:field="triParNbVotes">
-
 
19
					<g:Label text="{constants.triParNbVotes}" />
-
 
20
					<g:Button ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
-
 
21
					<g:Button ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
-
 
22
				</g:HorizontalPanel>
-
 
23
				<g:HorizontalPanel ui:field="triParDate">
-
 
24
					<g:Label text="{constants.triParDate}" />
-
 
25
					<g:Button ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
-
 
26
					<g:Button ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
-
 
27
				</g:HorizontalPanel>
11
			<g:HTMLPanel ui:field="zoneRecherche"/>
28
			</g:HorizontalPanel>
12
		</g:HTMLPanel>
29
		</g:HTMLPanel>
13
		<g:HTMLPanel>
30
		<g:HTMLPanel>
14
			<g:VerticalPanel ui:field="zoneResultats" />
31
			<g:VerticalPanel ui:field="zoneResultats" />
15
		</g:HTMLPanel>
32
		</g:HTMLPanel>