Subversion Repositories eFlore/Applications.del

Rev

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

Rev 411 Rev 455
Line 10... Line 10...
10
	<g:HTMLPanel>
10
	<g:HTMLPanel>
11
		<g:HTMLPanel>
11
		<g:HTMLPanel>
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
14
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
14
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
15
					<g:HorizontalPanel ui:field="zoneRecherche"/>
15
				<g:HorizontalPanel ui:field="zoneRecherche" />
-
 
16
			</g:HorizontalPanel>
-
 
17
		</g:HTMLPanel>
-
 
18
		<g:HTMLPanel styleName="{style.zoneProtocoles}">
-
 
19
			<g:ListBox ui:field="listeProtocoles" />
-
 
20
		</g:HTMLPanel>
-
 
21
		<g:HTMLPanel>
-
 
22
			<g:HorizontalPanel>
-
 
23
				<g:HorizontalPanel ui:field="triParNbVotes">
-
 
24
					<g:Label text="{constants.triParNbVotes}" />
-
 
25
					<g:Button ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
-
 
26
					<g:Button ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
-
 
27
				</g:HorizontalPanel>
-
 
28
				<g:HorizontalPanel ui:field="triParDate">
-
 
29
					<g:Label text="{constants.triParDate}" />
-
 
30
					<g:Button ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
-
 
31
					<g:Button ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
-
 
32
				</g:HorizontalPanel>
16
			</g:HorizontalPanel>
33
			</g:HorizontalPanel>
17
		</g:HTMLPanel>
34
		</g:HTMLPanel>
18
		<g:HTMLPanel styleName="{style.zoneProtocoles}"><g:ListBox ui:field="listeProtocoles"/></g:HTMLPanel>
-
 
19
		<g:HTMLPanel ui:field="panneauResultats" />
35
		<g:HTMLPanel ui:field="panneauResultats" />
20
	</g:HTMLPanel>
36
	</g:HTMLPanel>
21
</ui:UiBinder>
37
</ui:UiBinder>