Subversion Repositories eFlore/Applications.del

Rev

Rev 1934 | 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>
1703 jpm 11
			<g:HTMLPanel styleName="{style.barreNavigation}">
1196 gduche 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">
1934 aurelien 16
						<g:Label text="{constants.triParDateObs}" title="{constants.triParDateObsTooltip}" styleName="gauche {style.date}" ui:field="labelDateObservation"/>
17
						<g:Button title="{constants.triParDateObsAscendant}" ui:field="triParDateObservationAscendant" styleName="{style.boutonTriAsc} gauche" />
18
						<g:Button title="{constants.triParDateObsDescendant}" ui:field="triParDateObservationDescendant" styleName="{style.boutonTriDesc} gauche" />
19
						<g:Label text="{constants.triParDatePubli}" title="{constants.triParDatePubliTooltip}" styleName="gauche {style.date}" ui:field="labelDatePublication"/>
20
						<g:Button title="{constants.triParDatePubliAscendant}" ui:field="triParDatePublicationAscendant" styleName="{style.boutonTriAsc} gauche" />
21
						<g:Button title="{constants.triParDatePubliDescendant}" ui:field="triParDatePublicationDescendant" styleName="{style.boutonTriDesc} gauche" />
22
						<g:Label text="{constants.triParNbCommentaires}" title="{constants.triParDatePubliTooltip}" styleName="gauche {style.date}" ui:field="labelNbCommentaires"/>
23
						<g:Button title="{constants.triParDatePubliAscendant}" ui:field="triParNbCommentairesAscendant" styleName="{style.boutonTriAsc} gauche" />
24
						<g:Button title="{constants.triParDatePubliDescendant}" ui:field="triParNbCommentairesDescendant" styleName="{style.boutonTriDesc} gauche" />
1196 gduche 25
					</g:HTMLPanel>
26
				</g:HTMLPanel>
27
		</g:HTMLPanel>
28
		<g:HTMLPanel>
29
			<g:HTMLPanel ui:field="panneauChargement">
30
				<g:Image url="./img/wait.gif"></g:Image>
31
			</g:HTMLPanel>
32
			<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
33
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
34
			<g:VerticalPanel ui:field="zonePaginationBas" />
35
		</g:HTMLPanel>
36
	</g:HTMLPanel>
37
</ui:UiBinder>