Subversion Repositories eFlore/Applications.del

Rev

Rev 1169 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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