Subversion Repositories eFlore/Applications.del

Rev

Rev 1203 | 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
 
6
	<ui:style src="ResultatPictoflora.css" />
7
 
8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
9
 
10
	<g:HTMLPanel styleName="{style.contenuResultat}">
1203 gduche 11
 
1196 gduche 12
		<g:HTMLPanel styleName="{style.barreNavigation} limiteMax limiteMin">
13
			<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
1203 gduche 14
 
1196 gduche 15
			<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri} petit">
16
				<g:Label text="{constants.tri}"  styleName="gauche {style.labeltri}"/>
17
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
18
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche {style.votes}" ui:field="labelVote"/>
19
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
20
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
21
				</g:HTMLPanel>
22
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
23
					<g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
24
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
25
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
26
				</g:HTMLPanel>
27
				<g:HTMLPanel ui:field="triParNbTags" styleName="gauche">
28
					<g:Label text="{constants.triParNbTags}" styleName="gauche {style.tag}" ui:field="labelTag"/>
29
					<g:Button title="{constants.triParNbTagsAscendant}" ui:field="triParNbTagsAscendant" styleName="{style.boutonTriAsc} gauche" />
30
					<g:Button title="{constants.triParNbTagsDescendant}" ui:field="triParNbTagsDescendant" styleName="{style.boutonTriDesc} gauche" />
31
				</g:HTMLPanel>
32
			</g:HTMLPanel>
33
		</g:HTMLPanel>
34
 
35
		<g:VerticalPanel ui:field="panneauChargement">
36
			<g:Image url="./img/wait.gif"></g:Image>
37
		</g:VerticalPanel>
38
		<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
39
		<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
40
		<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
41
		<g:VerticalPanel ui:field="panneauPagination" styleName="limiteMax limiteMin"/>
42
	</g:HTMLPanel>
43
</ui:UiBinder>