Subversion Repositories eFlore/Applications.del

Rev

Rev 1219 | Details | Compare with Previous | 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 -->
1208 gduche 14
				<g:Anchor target="_blank" href="{constants.lienAidePictoflora}" ui:field="aidePictoflora" text="{constants.accesAide}" title="{constants.accesAide}" styleName="acceder-aide {style.aide}"/>
1206 gduche 15
 
16
				<!-- identiplante -->
17
				<g:Anchor ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil" href="{constants.lienAppliSaisie}" target="_blank"/>
1208 gduche 18
				<g:Anchor target="_blank" href="{constants.lienAideIdentiplante}" ui:field="aide" text="{constants.accesAide}" title="{constants.accesAide}" styleName="acceder-aide {style.aide}"/>
1206 gduche 19
 
20
				<!-- Commun -->
21
				<g:HTMLPanel ui:field="zonePartageUrl" styleName="{style.zonePartageUrl}"></g:HTMLPanel>
1219 aurelien 22
				<g:Anchor ui:field="participerProjet" text="Participer au projet" title="{constants.legendeAjouterObservation}" styleName="acceder-outil droite {style.boutonParticiper}" target="_blank"/>
1206 gduche 23
		</g:HTMLPanel>
24
	</g:HTMLPanel>
25
</ui:UiBinder>