Subversion Repositories eFlore/Applications.del

Rev

Rev 564 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 564 Rev 590
Line 6... Line 6...
6
	<ui:style src="ResultatRechercheImage.css" />
6
	<ui:style src="ResultatRechercheImage.css" />
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
 
-
 
10
	<g:HTMLPanel styleName="{style.contenuResultat}">
-
 
11
		<g:HTMLPanel styleName="{style.barreNavigation}">
-
 
12
			<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
9
 
13
			<g:HTMLPanel styleName="gauche {style.protocoles}">
10
	<g:HTMLPanel styleName="{style.contenuResultat}">
14
					<g:ListBox ui:field="listeProtocoles" />
11
		<g:HTMLPanel>
15
			</g:HTMLPanel>
12
			<g:HTMLPanel ui:field="zoneTri" styleName="{style.zoneTri}">
16
			<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri}">
13
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
17
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
14
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche"/>
18
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche"/>
15
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
19
					<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" />
20
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
17
				</g:HTMLPanel>
21
				</g:HTMLPanel>
18
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
22
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
19
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
23
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
20
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
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" />
21
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
26
				</g:HTMLPanel>
22
				</g:HTMLPanel>
-
 
23
		</g:HTMLPanel>
-
 
-
 
27
			</g:HTMLPanel>
24
		</g:HTMLPanel>
28
		</g:HTMLPanel>
25
		<g:VerticalPanel ui:field="panneauPaginationHaut" />
29
		
26
		<g:VerticalPanel ui:field="panneauChargement">
30
		<g:VerticalPanel ui:field="panneauChargement">
27
			<g:Image url="./img/wait.gif"></g:Image>
31
			<g:Image url="./img/wait.gif"></g:Image>
28
		</g:VerticalPanel>
32
		</g:VerticalPanel>