Subversion Repositories eFlore/Applications.del

Rev

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

Rev 506 Rev 511
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 styleName="{style.zoneTri}">
11
			<g:HTMLPanel styleName="{style.zoneTri}">
12
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
-
 
13
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche"/>
-
 
14
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
-
 
15
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
-
 
16
				</g:HTMLPanel>
-
 
17
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
12
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
18
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
13
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
19
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
14
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
20
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
15
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
21
				</g:HTMLPanel>
16
				</g:HTMLPanel>
22
			</g:HTMLPanel>
17
			</g:HTMLPanel>
23
		<g:HTMLPanel>
18
		<g:HTMLPanel>
24
			<g:VerticalPanel ui:field="zonePaginationHaut" />
19
			<g:VerticalPanel ui:field="zonePaginationHaut" />
25
			<g:VerticalPanel ui:field="panneauChargement">
20
			<g:VerticalPanel ui:field="panneauChargement">
26
				<g:Image url="./img/wait.gif"></g:Image>
21
				<g:Image url="./img/wait.gif"></g:Image>
27
			</g:VerticalPanel>
22
			</g:VerticalPanel>
28
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
23
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
29
			<g:VerticalPanel ui:field="zonePaginationBas" />
24
			<g:VerticalPanel ui:field="zonePaginationBas" />
30
		</g:HTMLPanel>
25
		</g:HTMLPanel>
31
	</g:HTMLPanel>
26
	</g:HTMLPanel>
32
</ui:UiBinder>
27
</ui:UiBinder>