Subversion Repositories eFlore/Applications.del

Rev

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

Rev 392 Rev 402
Line 3... Line 3...
3
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
3
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
Line 5... Line 5...
5
 
5
 
6
<ui:style src="RechercheObservations.css" />
6
<ui:style src="RechercheObservations.css" />
-
 
7
	<g:HTMLPanel>
7
	<g:HTMLPanel>
8
		<g:HTMLPanel>
-
 
9
			<g:Label text="{constants.rechercherObservation}" styleName="titre"/>
8
			<g:HTMLPanel><g:Label text="{constants.rechercherObservation}" styleName="titre"/>
10
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
9
			<g:HTMLPanel ui:field="zoneRecherche"/>
-
 
10
			<g:Label text="{constants.entrerMotClef}" styleName="gris" />
11
			<g:HTMLPanel ui:field="zoneRecherche"/>
11
			</g:HTMLPanel>
12
		</g:HTMLPanel>
12
			<g:HTMLPanel>
13
		<g:HTMLPanel>
13
				<g:VerticalPanel ui:field="zonePaginationHaut" />
14
			<g:VerticalPanel ui:field="zonePaginationHaut" />
14
				<g:VerticalPanel ui:field="panneauChargement" >
15
			<g:VerticalPanel ui:field="panneauChargement" >
15
					<g:Image url="./img/wait.gif"></g:Image>
16
				<g:Image url="./img/wait.gif"></g:Image>
16
				</g:VerticalPanel>
17
			</g:VerticalPanel>
17
				<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}"/>
18
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}"/>
18
				<g:VerticalPanel ui:field="zonePaginationBas" />
19
			<g:VerticalPanel ui:field="zonePaginationBas" />
19
			</g:HTMLPanel>
20
		</g:HTMLPanel>
20
	</g:HTMLPanel>
21
	</g:HTMLPanel>