Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1206 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'
2
	ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateLocales="default">
4
	<ui:with field='res'
5
		type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
8
	<ui:style src="liens.css" />
9
	<g:HTMLPanel>
10
			<!-- Liens identiplante -->
11
 
12
			<g:HTMLPanel styleName="limiteMax">
13
				<!-- picto -->
14
				<g:Anchor ui:field="ajouterImage" text="Ajouter une image" title="{constants.legendeAjouterObservation}" styleName="acceder-outil" href="{constants.lienAppliSaisie}" target="_blank"/>
15
				<g:Anchor ui:field="participerProjet" text="Participer au projet" title="{constants.legendeAjouterObservation}" styleName="acceder-outil" href="{constants.lienAppliSaisie}" target="_blank"/>
16
				<g:Anchor target="_blank" href="{constants.lienAidePictoflora}" ui:field="aidePictoflora" text="{constants.accesAide}" title="{constants.legendeAjouterObservation}" styleName="acceder-aide {style.aide}"/>
17
 
18
				<!-- identiplante -->
19
				<g:Anchor ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil" href="{constants.lienAppliSaisie}" target="_blank"/>
20
				<g:Anchor target="_blank" href="{constants.lienAideIdentiplante}" ui:field="aide" text="{constants.accesAide}" title="{constants.legendeAjouterObservation}" styleName="acceder-aide {style.aide}"/>
21
 
22
				<!-- Commun -->
23
				<g:HTMLPanel ui:field="zonePartageUrl" styleName="{style.zonePartageUrl}"></g:HTMLPanel>
24
 
25
		</g:HTMLPanel>
26
	</g:HTMLPanel>
27
</ui:UiBinder>