Subversion Repositories eFlore/Applications.del

Rev

Rev 506 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 506 Rev 564
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
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'
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"
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
4
	ui:generateLocales="default">
5
 
5
 
6
	<ui:style src="ResultatRechercheImage.css" />
6
	<ui:style src="ResultatRechercheImage.css" />
7
		
7
		
8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
9
 
9
 
10
	<g:HTMLPanel styleName="{style.contenuResultat}">
10
	<g:HTMLPanel styleName="{style.contenuResultat}">
11
		<g:HTMLPanel>
11
		<g:HTMLPanel>
12
			<g:HTMLPanel styleName="{style.zoneTri}">
12
			<g:HTMLPanel ui:field="zoneTri" styleName="{style.zoneTri}">
13
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
13
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
14
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche"/>
14
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche"/>
15
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
15
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
16
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
16
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
17
				</g:HTMLPanel>
17
				</g:HTMLPanel>
18
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
18
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
19
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
19
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
20
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
20
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
21
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
21
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
22
				</g:HTMLPanel>
22
				</g:HTMLPanel>
23
		</g:HTMLPanel>
23
		</g:HTMLPanel>
24
		</g:HTMLPanel>
24
		</g:HTMLPanel>
25
		<g:VerticalPanel ui:field="panneauPaginationHaut" />
25
		<g:VerticalPanel ui:field="panneauPaginationHaut" />
26
		<g:VerticalPanel ui:field="panneauChargement">
26
		<g:VerticalPanel ui:field="panneauChargement">
27
			<g:Image url="./img/wait.gif"></g:Image>
27
			<g:Image url="./img/wait.gif"></g:Image>
28
		</g:VerticalPanel>
28
		</g:VerticalPanel>
-
 
29
		<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
29
		<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
30
		<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
30
		<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
31
		<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
31
		<g:VerticalPanel ui:field="panneauPagination" />
32
		<g:VerticalPanel ui:field="panneauPagination" />
32
	</g:HTMLPanel>
33
	</g:HTMLPanel>
33
</ui:UiBinder>
34
</ui:UiBinder>