178 |
benjamin |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
2 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
|
|
|
3 |
|
|
|
4 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
|
|
|
5 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
6 |
<ui:style src="image.css" />
|
|
|
7 |
|
|
|
8 |
<g:HTMLPanel styleName="{style.observations}">
|
253 |
gduche |
9 |
<g:HTMLPanel styleName="{style.zoneDetail}">
|
|
|
10 |
<g:HTMLPanel styleName="{style.zoneVoter}"><g:HorizontalPanel ui:field="voter"/></g:HTMLPanel>
|
|
|
11 |
<g:Label ui:field="enSavoirPlus" text=" " styleName="{style.boutonDetail}"/>
|
|
|
12 |
<g:Label ui:field="ajoutValidation" styleName="{style.ajoutValidation}"></g:Label>
|
|
|
13 |
|
|
|
14 |
<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
|
178 |
benjamin |
15 |
<g:VerticalPanel>
|
|
|
16 |
<g:HorizontalPanel>
|
|
|
17 |
<g:Label text="{constants.observateur} : "/>
|
|
|
18 |
<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
|
|
|
19 |
</g:HorizontalPanel>
|
|
|
20 |
<g:HorizontalPanel>
|
223 |
gduche |
21 |
<g:Label text="{constants.nomRetenu} : "/>
|
178 |
benjamin |
22 |
<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
|
|
|
23 |
</g:HorizontalPanel>
|
|
|
24 |
<g:HorizontalPanel>
|
223 |
gduche |
25 |
<g:Label text="{constants.dateObservation} : "/>
|
178 |
benjamin |
26 |
<g:Label ui:field="dateObservation">Date observation</g:Label>
|
|
|
27 |
</g:HorizontalPanel>
|
|
|
28 |
<g:HorizontalPanel>
|
|
|
29 |
<g:Label text="{constants.famille} : "/>
|
|
|
30 |
<g:Label ui:field="famille">Famille</g:Label>
|
|
|
31 |
</g:HorizontalPanel>
|
|
|
32 |
<g:HorizontalPanel>
|
|
|
33 |
<g:Label text="{constants.localite} : "/>
|
|
|
34 |
<g:Label ui:field="localite">Localite</g:Label>
|
|
|
35 |
</g:HorizontalPanel>
|
|
|
36 |
</g:VerticalPanel>
|
|
|
37 |
</g:VerticalPanel>
|
253 |
gduche |
38 |
</g:HTMLPanel>
|
|
|
39 |
<g:HTMLPanel styleName="{style.zoneImage}"><g:Image ui:field="imagePrincipale" resource='{res.logo}'/></g:HTMLPanel>
|
|
|
40 |
<g:VerticalPanel styleName="{style.zonePlus}">
|
|
|
41 |
<g:Label ui:field="nomAuteur" styleName="petit">Auteur</g:Label>
|
|
|
42 |
<g:Label ui:field="nomEspece" styleName="{style.espece}">Nom</g:Label>
|
178 |
benjamin |
43 |
</g:VerticalPanel>
|
|
|
44 |
|
253 |
gduche |
45 |
|
|
|
46 |
|
178 |
benjamin |
47 |
</g:HTMLPanel>
|
|
|
48 |
</ui:UiBinder>
|