Subversion Repositories eFlore/Applications.del

Rev

Rev 133 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
  
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
        <ui:style src="determinationVue.css" />
        <g:HorizontalPanel styleName="{style.zoneDetermination}">
                <g:VerticalPanel styleName="{style.zoneDetailImage}">
                        <g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
                        <g:VerticalPanel ui:field="formulaireRechercheEflore"/>
                </g:VerticalPanel>
            <g:VerticalPanel styleName="{style.zoneVote}">
                <g:VerticalPanel ui:field="vote" styleName="plein"/>
                        <g:HTML><br /></g:HTML>
                        <g:VerticalPanel ui:field="forum" styleName="plein"/>
                        <g:HTML><br /></g:HTML>
                <g:VerticalPanel ui:field="formulaireProposition" styleName="plein"/>  
            </g:VerticalPanel>
        </g:HorizontalPanel>

</ui:UiBinder>