Subversion Repositories eFlore/Applications.del

Rev

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

Rev 122 Rev 139
Line 3... Line 3...
3
 
3
 
4
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
4
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
5
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
5
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
6
<ui:style src="observationRecherche.css" />
6
<ui:style src="observationRecherche.css" />
7
	<g:HTMLPanel styleName="{style.observationsRecherche}">
-
 
8
		<g:VerticalPanel>
7
	<g:HTMLPanel styleName="{style.observationsRecherche}">
9
			<g:Label text="{constants.rechercher_image}" styleName="titre"/>
8
			<g:Label text="{constants.rechercher_image}" styleName="titre"/>
Line 10... Line -...
10
			<g:Label text="{constants.entrer_mot_clef}" styleName="petit"/>
-
 
11
			
9
			<g:Label text="{constants.entrer_mot_clef}" styleName="petit"/>
12
			<g:HorizontalPanel>
10
			
13
				<g:TextBox ui:field="nomEspece" text="apifera"  styleName="test"/>
-
 
14
				<g:Button text="{constants.rechercher_taxon}" ui:field="boutonChercher" />
11
				<g:TextBox ui:field="nomEspece" text="apifera"  styleName="test"/>
15
			</g:HorizontalPanel>
12
				<g:Button text="{constants.rechercher_taxon}" ui:field="boutonChercher" />
16
			<g:FlexTable ui:field="imageTable"/>
-
 
17
			<g:VerticalPanel ui:field="panneauPagination"/>
13
			<g:FlexTable ui:field="imageTable"/>
18
		</g:VerticalPanel>
14
			<g:VerticalPanel ui:field="panneauPagination"/>