Subversion Repositories eFlore/Applications.del

Rev

Rev 1203 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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