Subversion Repositories eFlore/Applications.del

Rev

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