Subversion Repositories eFlore/Applications.del

Rev

Rev 491 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
459 benjamin 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'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
480 benjamin 5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
459 benjamin 6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
445 benjamin 7
 
459 benjamin 8
	<ui:style src="ResultatsRechercheObservations.css" />
9
 
445 benjamin 10
	<g:HTMLPanel>
506 gduche 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">
18
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
19
					<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" />
21
				</g:HTMLPanel>
22
			</g:HTMLPanel>
445 benjamin 23
		<g:HTMLPanel>
24
			<g:VerticalPanel ui:field="zonePaginationHaut" />
459 benjamin 25
			<g:VerticalPanel ui:field="panneauChargement">
445 benjamin 26
				<g:Image url="./img/wait.gif"></g:Image>
27
			</g:VerticalPanel>
459 benjamin 28
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
445 benjamin 29
			<g:VerticalPanel ui:field="zonePaginationBas" />
30
		</g:HTMLPanel>
31
	</g:HTMLPanel>
32
</ui:UiBinder>