Subversion Repositories eFlore/Applications.del

Rev

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