Subversion Repositories eFlore/Applications.del

Rev

Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70 Rev 135
Line 1... Line 1...
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'>
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'>
Line -... Line 5...
-
 
5
 
-
 
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
-
 
7
<ui:style src="detailObservation.css" />
-
 
8
	<g:VerticalPanel styleName="{style.groupeObservation}">
-
 
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>&nbsp;-&nbsp;</g:HTML><g:Label ui:field="localite" /><g:HTML>&nbsp;-&nbsp;</g:HTML><g:Label ui:field="dateObservation" />
5
 
14
		   			</g:HorizontalPanel>
-
 
15
		   			<g:HorizontalPanel>
6
	<g:HorizontalPanel>
16
		   				<!-- <g:Label text="{constants.nom_retenu} : "/> -->
-
 
17
		   				<g:Label ui:field="nomRetenu"  styleName="{style.nomRetenu}"/>
-
 
18
		   				
-
 
19
		   			</g:HorizontalPanel>
7
		<g:Image ui:field="imageObservation"></g:Image>
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} : "/> -->
8
		<g:HTML ui:field="detailObservation"></g:HTML>
31
		   				
-
 
32
		   			</g:HorizontalPanel>
-
 
33
		</g:VerticalPanel>
Line 9... Line 34...
9
	</g:HorizontalPanel>
34
	</g:VerticalPanel>
10
 
35