Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | Rev 1206 | Go to most recent revision | Details | Compare with Previous | 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}"/>
1203 gduche 16
			<g:HorizontalPanel styleName="gauche {style.protocoles}">
17
					<g:Label>Choisir un protocole : </g:Label>
18
					<g:ListBox ui:field="listeProtocoles" />
19
			</g:HorizontalPanel>
1196 gduche 20
			<g:HTMLPanel ui:field="zonePartageUrl"></g:HTMLPanel>
21
			<g:HTMLPanel styleName="importance1">
22
				<g:Label text="{constants.rechercherImage}" styleName="titre {style.titreRecherche}" />
23
				<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
24
				<g:HTMLPanel ui:field="zoneRecherche" />
25
			</g:HTMLPanel>
26
		</g:HTMLPanel>
27
 
28
		<g:HTMLPanel ui:field="panneauResultats" />
29
	</g:HTMLPanel>
30
</ui:UiBinder>