Subversion Repositories eFlore/Applications.del

Rev

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

Rev 511 Rev 564
Line 6... Line 6...
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
	<ui:style src="ResultatsRechercheObservations.css" />
8
	<ui:style src="ResultatsRechercheObservations.css" />
9
		
9
		
10
	<g:HTMLPanel>
10
	<g:HTMLPanel>
11
			<g:HTMLPanel styleName="{style.zoneTri}">
11
			<g:HTMLPanel ui:field="zoneTri" styleName="{style.zoneTri}">
12
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
12
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
13
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
13
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
14
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
14
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
Line 18... Line 18...
18
		<g:HTMLPanel>
18
		<g:HTMLPanel>
19
			<g:VerticalPanel ui:field="zonePaginationHaut" />
19
			<g:VerticalPanel ui:field="zonePaginationHaut" />
20
			<g:VerticalPanel ui:field="panneauChargement">
20
			<g:VerticalPanel ui:field="panneauChargement">
21
				<g:Image url="./img/wait.gif"></g:Image>
21
				<g:Image url="./img/wait.gif"></g:Image>
22
			</g:VerticalPanel>
22
			</g:VerticalPanel>
-
 
23
			<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
23
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
24
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
24
			<g:VerticalPanel ui:field="zonePaginationBas" />
25
			<g:VerticalPanel ui:field="zonePaginationBas" />
25
		</g:HTMLPanel>
26
		</g:HTMLPanel>
26
	</g:HTMLPanel>
27
	</g:HTMLPanel>
27
</ui:UiBinder>
28
</ui:UiBinder>