Subversion Repositories eFlore/Applications.del

Rev

Rev 1183 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
178 benjamin 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'
3
	ui:generateLocales="default">
122 gduche 4
 
564 benjamin 5
	<ui:with field='res'
6
		type='org.tela_botanica.del.client.resources.Ressources' />
178 benjamin 7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
	<ui:style src="rechercheImage.css" />
9
 
240 gduche 10
	<g:HTMLPanel>
681 gduche 11
 
682 gduche 12
		<g:HTMLPanel styleName="limiteMax">
1183 gduche 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>
1010 aurelien 14
			<g:Label ui:field="ajouterObservation" text="{constants.ajouterImage}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerImage}"/>
1185 gduche 15
			<g:Anchor target="_blank" href="{constants.lienAidePictoflora}" ui:field="aide" text="{constants.accesAide}" title="{constants.legendeAjouterObservation}" styleName="acceder-aide {style.lienAide}"/>
1183 gduche 16
			<g:HTMLPanel styleName="importance1">
17
				<g:Label text="{constants.rechercherImage}" styleName="titre {style.titreRecherche}" />
18
				<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
19
				<g:HTMLPanel ui:field="zoneRecherche" />
20
			</g:HTMLPanel>
178 benjamin 21
		</g:HTMLPanel>
681 gduche 22
 
240 gduche 23
		<g:HTMLPanel ui:field="panneauResultats" />
24
	</g:HTMLPanel>
122 gduche 25
</ui:UiBinder>