Subversion Repositories eFlore/Applications.del

Rev

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

Rev 133 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'
5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
6
 
6
  
-
 
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
-
 
8
	<ui:style src="determinationVue.css" />
-
 
9
	<g:HorizontalPanel styleName="{style.zoneDetermination}">
-
 
10
		<g:VerticalPanel styleName="{style.zoneDetailImage}">
-
 
11
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
-
 
12
			<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
7
	<g:VerticalPanel>
13
		</g:VerticalPanel>
8
		<g:VerticalPanel ui:field="detailImageObservation" />
14
	    <g:VerticalPanel styleName="{style.zoneVote}">
9
		<g:VerticalPanel ui:field="vote" />
15
	    	<g:VerticalPanel ui:field="vote" styleName="plein"/>
-
 
16
			<g:HTML><br /></g:HTML>
10
		<g:VerticalPanel ui:field="forum" />
17
			<g:VerticalPanel ui:field="forum" styleName="plein"/>
-
 
18
			<g:HTML><br /></g:HTML>
11
	    <g:VerticalPanel ui:field="formulaireProposition" />  
19
	    	<g:VerticalPanel ui:field="formulaireProposition" styleName="plein"/>  
12
	    <g:VerticalPanel ui:field="formulaireRechercheEflore" />
20
	    </g:VerticalPanel>
13
	</g:VerticalPanel>
21
	</g:HorizontalPanel>
Line 14... Line 22...
14
 
22
 
15
</ui:UiBinder>
23
</ui:UiBinder>