Subversion Repositories eFlore/Applications.del

Rev

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

Rev 655 Rev 662
Line 4... Line 4...
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">
Line 6... Line 6...
6
  
6
  
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
8
	<ui:style src="determinationVue.css" />
8
	<ui:style src="determinationVue.css" />
Line 9... Line 9...
9
	<g:HTMLPanel>
9
	<g:HTMLPanel styleName="limiteMin">
10
		
10
		
11
		<g:HTMLPanel>
11
		<g:HTMLPanel>
12
			<g:Label text="{constants.metadonnees}" styleName="titre"/>
12
			<g:Label text="{constants.metadonnees}" styleName="titre"/>
Line 20... Line 20...
20
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
20
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
21
			<g:HTMLPanel>
21
			<g:HTMLPanel>
22
				<g:Label styleName="gauche">Détermination la plus probable :&nbsp;</g:Label>
22
				<g:Label styleName="gauche">Détermination la plus probable :&nbsp;</g:Label>
23
				<g:Label ui:field="nomTaxonProbable" styleName="gauche gras"/>
23
				<g:Label ui:field="nomTaxonProbable" styleName="gauche gras"/>
24
			</g:HTMLPanel>	    
24
			</g:HTMLPanel>	    
25
	    	<g:HTMLPanel>
25
	    	<g:HTMLPanel styleName="nettoyage {style.boutons}">
26
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer} arrondi"  />
26
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton"  />
27
	    		<g:Button text="Ajouter un commentaire" ui:field="boutonAjoutCommentaire" styleName="{style.boutonProposer}"  />
27
	    		<g:Button text="Ajouter un commentaire" ui:field="boutonAjoutCommentaire" styleName="bouton"  />
28
	    	</g:HTMLPanel>
28
	    	</g:HTMLPanel>
29
	    	<g:VerticalPanel ui:field="forum" />
29
	    	<g:VerticalPanel ui:field="forum" />
30
	    </g:HTMLPanel>
30
	    </g:HTMLPanel>
31
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
31
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
32
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
32
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>