Subversion Repositories eFlore/Applications.del

Rev

Rev 491 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 491 Rev 506
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' type='org.tela_botanica.del.client.resources.Ressources' />
5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
6
	<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" />
7
 
7
 
8
	<ui:style src="ResultatsRechercheObservations.css" />
8
	<ui:style src="ResultatsRechercheObservations.css" />
9
		
9
		
10
	<g:HTMLPanel>
10
	<g:HTMLPanel>
11
		<g:HTMLPanel>
-
 
12
			<g:HorizontalPanel>
11
			<g:HTMLPanel styleName="{style.zoneTri}">
13
				<g:HorizontalPanel ui:field="triParNbVotes">
12
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
14
					<g:Label text="{constants.triParNbVotes}" />
13
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche"/>
15
					<g:Button title="{constants.triParNbVotesAscendant}"
-
 
16
						ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
14
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
17
					<g:Button title="{constants.triParNbVotesDescendant}"
-
 
18
						ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
15
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
19
				</g:HorizontalPanel>
16
				</g:HTMLPanel>
20
				<g:HorizontalPanel ui:field="triParDate">
17
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
21
					<g:Label text="{constants.triParDate}" />
18
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
22
					<g:Button title="{constants.triParDateAscendant}"
-
 
23
						ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
19
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
24
					<g:Button title="{constants.triParDateDescendant}"
-
 
25
						ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
20
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
26
				</g:HorizontalPanel>
21
				</g:HTMLPanel>
27
			</g:HorizontalPanel>
-
 
28
		</g:HTMLPanel>
22
			</g:HTMLPanel>
29
		<g:HTMLPanel>
23
		<g:HTMLPanel>
30
			<g:VerticalPanel ui:field="zonePaginationHaut" />
24
			<g:VerticalPanel ui:field="zonePaginationHaut" />
31
			<g:VerticalPanel ui:field="panneauChargement">
25
			<g:VerticalPanel ui:field="panneauChargement">
32
				<g:Image url="./img/wait.gif"></g:Image>
26
				<g:Image url="./img/wait.gif"></g:Image>
33
			</g:VerticalPanel>
27
			</g:VerticalPanel>
34
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
28
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
35
			<g:VerticalPanel ui:field="zonePaginationBas" />
29
			<g:VerticalPanel ui:field="zonePaginationBas" />
36
		</g:HTMLPanel>
30
		</g:HTMLPanel>
37
	</g:HTMLPanel>
31
	</g:HTMLPanel>
38
</ui:UiBinder>
32
</ui:UiBinder>