Subversion Repositories eFlore/Applications.del

Rev

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

Rev 311 Rev 323
Line 6... Line 6...
6
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
6
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
	<ui:style src="rechercheImage.css" />
8
	<ui:style src="rechercheImage.css" />
Line 9... Line 9...
9
		
9
		
10
	<g:HTMLPanel>
10
	<g:HTMLPanel>
11
		<g:HTMLPanel styleName="{style.observationsRecherche}">
11
		<g:HTMLPanel>
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
13
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
13
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
14
					<g:TextBox ui:field="nomEspece" text="apifera"/>
-
 
15
					<g:Button text="{constants.rechercherTaxon}" ui:field="boutonChercher" />
14
					<g:HorizontalPanel ui:field="zoneRecherche"/>
16
					<g:Label ui:field="protocoleLabel" text="{constants.protocole}" styleName="{style.labelProtocole}"/>
15
					<g:Label ui:field="protocoleLabel" text="{constants.protocole}" styleName="{style.labelProtocole}"/>
17
					<g:ListBox ui:field="listeProtocoles" />
16
					<g:ListBox ui:field="listeProtocoles" />
18
			</g:HorizontalPanel>
17
			</g:HorizontalPanel>