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 -->
|
1553 |
jpm |
14 |
<g:Anchor target="_blank" href="{constants.lienAidePictoflora}" ui:field="aidePictoflora"
|
|
|
15 |
text="{constants.accesAide}" title="{constants.accesAide}" styleName="acceder-aide {style.aide}"/>
|
1206 |
gduche |
16 |
|
|
|
17 |
<!-- identiplante -->
|
1553 |
jpm |
18 |
<g:Anchor ui:field="ajouterObservation" text="{constants.ajouterObservation}"
|
|
|
19 |
title="{constants.legendeAjouterObservation}" styleName="acceder-outil"
|
|
|
20 |
href="{constants.lienAppliSaisie}" target="_blank"/>
|
|
|
21 |
<g:Anchor href="{constants.lienAideIdentiplante}" ui:field="aide"
|
|
|
22 |
text="{constants.accesAide}" title="{constants.accesAide}"
|
|
|
23 |
styleName="acceder-aide {style.aide}" target="_blank" />
|
1206 |
gduche |
24 |
|
|
|
25 |
<!-- Commun -->
|
|
|
26 |
<g:HTMLPanel ui:field="zonePartageUrl" styleName="{style.zonePartageUrl}"></g:HTMLPanel>
|
1553 |
jpm |
27 |
<g:Anchor ui:field="participerProjet" text="Participer au projet"
|
|
|
28 |
title="{constants.legendeAjouterObservation}"
|
|
|
29 |
styleName="acceder-outil droite {style.boutonParticiper}" target="_blank"/>
|
1206 |
gduche |
30 |
</g:HTMLPanel>
|
|
|
31 |
</g:HTMLPanel>
|
|
|
32 |
</ui:UiBinder>
|