Subversion Repositories eFlore/Applications.del

Rev

Rev 506 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 506 Rev 564
Line 7... Line 7...
7
		
7
		
Line 8... Line 8...
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" />
Line 24... Line 24...
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>