Subversion Repositories eFlore/Applications.del

Rev

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

Rev 223 Rev 240
Line 5... Line 5...
5
 
5
 
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" />
Line 8... Line 8...
8
	<ui:style src="rechercheImage.css" />
8
	<ui:style src="rechercheImage.css" />
9
		
9
		
10
	<g:VerticalPanel>
10
	<g:HTMLPanel>
11
		<g:HTMLPanel styleName="{style.observationsRecherche}">
11
		<g:HTMLPanel styleName="{style.observationsRecherche}">
Line 12... Line 12...
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
Line 18... Line 18...
18
			<g:HorizontalPanel ui:field="panneauProtocole">
18
			<g:HorizontalPanel ui:field="panneauProtocole">
19
				<g:Label ui:field="protocoleLabel" text="{constants.protocole}" />
19
				<g:Label ui:field="protocoleLabel" text="{constants.protocole}" />
20
				<g:ListBox ui:field="listeProtocoles" />
20
				<g:ListBox ui:field="listeProtocoles" />
21
			</g:HorizontalPanel>
21
			</g:HorizontalPanel>
22
		</g:HTMLPanel>
22
		</g:HTMLPanel>
23
		<g:VerticalPanel ui:field="panneauResultats" />
23
		<g:HTMLPanel ui:field="panneauResultats" />
24
	</g:VerticalPanel>
24
	</g:HTMLPanel>
25
</ui:UiBinder>
25
</ui:UiBinder>