Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1010 Rev 1183
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
-
 
4
	ui:generateLocales="default">
3
	ui:generateLocales="default">
Line 5... Line 4...
5
 
4
 
6
	<ui:with field='res'
5
	<ui:with field='res'
7
		type='org.tela_botanica.del.client.resources.Ressources' />
6
		type='org.tela_botanica.del.client.resources.Ressources' />
8
	<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 9... Line 8...
9
	<ui:style src="rechercheImage.css" />
8
	<ui:style src="rechercheImage.css" />
Line 10... Line 9...
10
		
9
		
11
	<g:HTMLPanel>
10
	<g:HTMLPanel>
12
	
11
	
-
 
12
		<g:HTMLPanel styleName="limiteMax">
13
		<g:HTMLPanel styleName="limiteMax">
13
			<ui:msg key="chapeauImages">Cette galerie vous permet de rechercher les illustrations des membres du réseau issues du Carnet en ligne... et de voter pour la qualité des images selon un protocole défini.</ui:msg>
14
			<g:Label text="{constants.introRechercheImages}" styleName="chapeau"/>
14
			<g:Label ui:field="ajouterObservation" text="{constants.ajouterImage}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerImage}"/>
15
			<g:Label ui:field="ajouterObservation" text="{constants.ajouterImage}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerImage}"/>
15
			<g:HTMLPanel styleName="importance1">
-
 
16
				<g:Label text="{constants.rechercherImage}" styleName="titre {style.titreRecherche}" />
16
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
17
				<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
Line 17... Line 18...
17
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
18
				<g:HTMLPanel ui:field="zoneRecherche" />
18
			<g:HTMLPanel ui:field="zoneRecherche" />
19
			</g:HTMLPanel>
19
		</g:HTMLPanel>
20
		</g:HTMLPanel>