Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1196 gduche 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.resources.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
8
	<ui:style src="ResultatsIdentiplante.css" />
9
 
10
	<g:HTMLPanel>
11
			<g:HTMLPanel styleName="{style.barreNavigation} limiteMax">
12
				<g:VerticalPanel ui:field="zonePaginationHaut" styleName="gauche" />
13
				<g:HTMLPanel ui:field="zoneTri" styleName="droite {style.zoneTri} petit">
14
				<g:Label text="{constants.tri}"  styleName="gauche"/>
15
					<g:HTMLPanel ui:field="triParDate" styleName="gauche">
16
						<g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
17
						<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
18
						<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
19
					</g:HTMLPanel>
20
				</g:HTMLPanel>
21
		</g:HTMLPanel>
22
		<g:HTMLPanel>
23
			<g:HTMLPanel ui:field="panneauChargement">
24
				<g:Image url="./img/wait.gif"></g:Image>
25
			</g:HTMLPanel>
26
			<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
27
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
28
			<g:VerticalPanel ui:field="zonePaginationBas" />
29
		</g:HTMLPanel>
30
	</g:HTMLPanel>
31
</ui:UiBinder>