41 |
aurelien |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder
|
|
|
3 |
xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
|
|
|
5 |
|
135 |
gduche |
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
7 |
<ui:style src="detailObservation.css" />
|
655 |
gduche |
8 |
<g:VerticalPanel>
|
135 |
gduche |
9 |
<g:Image ui:field="imageObservation"/>
|
|
|
10 |
<g:VerticalPanel ui:field="detailObservation" styleName="{style.detailObservation}">
|
|
|
11 |
<g:HorizontalPanel styleName="{style.observateur}">
|
|
|
12 |
<!-- g:Label text="{constants.observateur} : "/ -->
|
|
|
13 |
<g:Label ui:field="nomObservateur" /><g:HTML> - </g:HTML><g:Label ui:field="localite" /><g:HTML> - </g:HTML><g:Label ui:field="dateObservation" />
|
|
|
14 |
</g:HorizontalPanel>
|
|
|
15 |
<g:HorizontalPanel>
|
|
|
16 |
<!-- <g:Label text="{constants.nom_retenu} : "/> -->
|
|
|
17 |
<g:Label ui:field="nomRetenu" styleName="{style.nomRetenu}"/>
|
|
|
18 |
|
|
|
19 |
</g:HorizontalPanel>
|
|
|
20 |
<g:HorizontalPanel styleName="{style.date}">
|
|
|
21 |
<!-- <g:Label text="{constants.date_observation} : "/> -->
|
|
|
22 |
|
|
|
23 |
</g:HorizontalPanel>
|
|
|
24 |
<g:HorizontalPanel>
|
|
|
25 |
<!-- <g:Label text="{constants.famille} : "/> -->
|
|
|
26 |
<g:HorizontalPanel><g:Label ui:field="famille" /></g:HorizontalPanel>
|
|
|
27 |
|
|
|
28 |
</g:HorizontalPanel>
|
|
|
29 |
<g:HorizontalPanel>
|
|
|
30 |
<!-- <g:Label text="{constants.localite} : "/> -->
|
|
|
31 |
|
|
|
32 |
</g:HorizontalPanel>
|
|
|
33 |
</g:VerticalPanel>
|
|
|
34 |
</g:VerticalPanel>
|
41 |
aurelien |
35 |
|
|
|
36 |
</ui:UiBinder>
|