Subversion Repositories eFlore/Applications.del

Rev

Rev 649 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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'
46 aurelien 5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
135 gduche 6
 
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
8
	<ui:style src="determinationVue.css" />
625 gduche 9
	<g:HTMLPanel>
10
 
11
		<g:HTMLPanel>
645 gduche 12
			<g:Label text="{constants.metadonnees}" styleName="titre"/>
625 gduche 13
			<g:HTMLPanel ui:field="metadonnees" />
14
		</g:HTMLPanel>
15
		<g:HTMLPanel styleName="{style.zoneDetailImage}">
135 gduche 16
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
649 gduche 17
			<g:HTMLPanel ui:field="voteProtocole" />
625 gduche 18
		</g:HTMLPanel>
19
	    <g:HTMLPanel styleName="{style.zoneVote}">
645 gduche 20
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
625 gduche 21
			<g:HTMLPanel>
22
				<g:Label styleName="gauche">Détermination la plus probable :&nbsp;</g:Label>
645 gduche 23
				<g:Label ui:field="nomTaxonProbable" styleName="gauche gras"/>
625 gduche 24
			</g:HTMLPanel>
25
	    	<g:HTMLPanel>
655 gduche 26
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer} arrondi"  />
625 gduche 27
	    		<g:Button text="Ajouter un commentaire" ui:field="boutonAjoutCommentaire" styleName="{style.boutonProposer}"  />
28
	    	</g:HTMLPanel>
29
	    	<g:VerticalPanel ui:field="forum" />
30
	    </g:HTMLPanel>
31
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
32
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
33
	    </g:HTMLPanel>
34
	</g:HTMLPanel>
41 aurelien 35
 
36
</ui:UiBinder>