Subversion Repositories eFlore/Applications.del

Rev

Rev 1830 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1196 gduche 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'
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.composants.forum">
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
<ui:style src="forumIntervention.css" />
8
  	<g:FocusPanel ui:field="proposition" styleName="{style.proposition}">
1830 aurelien 9
  	    <g:HTMLPanel>
10
	  	    <g:Button ui:field="boutonValidationTaxon" text="&#x2714;" styleName="bouton boutonValiderTaxon" />
11
	  		<g:HTMLPanel ui:field="conteneurIntermediaireProposition" styleName="conteneurIntermediaireProposition" >
12
	  			<g:FocusPanel ui:field="conteneurLienSuppression" styleName="{style.suppression}">
13
					<g:HTML ui:field="supprimer" />
1196 gduche 14
				</g:FocusPanel>
1830 aurelien 15
				<g:HTMLPanel styleName="gauche nettoyage" ui:field="zoneDetermination">
16
		  			<g:Label ui:field="nomTaxon" styleName="{style.nomtaxon} nomTaxonProposition" />
17
		  		</g:HTMLPanel>
18
		  		 <g:HTMLPanel styleName="droite" ui:field="zoneVoter">
19
		  			<g:HorizontalPanel>
20
		  				<g:Label text="Score " styleName="petit" />
21
		  				<g:Label text="Voter" styleName="{style.labelVoter} petit" />
22
		  			</g:HorizontalPanel>
23
		  			<g:HTMLPanel ui:field="voter" styleName="{style.voter} gauche" />
24
		  			<g:FocusPanel ui:field="conteneurPanneauVotes" styleName="{style.nombreVotes}">
25
						<g:HTML ui:field="nbVotesHtml" styleName="{style.infobulle}"/>
26
					</g:FocusPanel>
27
		  		</g:HTMLPanel>
28
				<g:Label text="Détermination proposée par " ui:field="labelDeterminationProposee" styleName="{style.determination} petit" />
29
		  		<g:Label ui:field="nom" styleName="{style.nom} petit gauche" />
30
		  		<g:Label text="le" styleName="{style.le} gauche petit"/>
31
		  		<g:Label ui:field="date" styleName="{style.date} gauche petit"/>
32
		  		<g:Label ui:field="commentaire" styleName="{style.commentaire}"/>
33
		  		<g:Label text="Répondre" styleName="{style.repondre} labelLien" ui:field="repondre"/>
34
		  		<g:HTML><br /></g:HTML>
35
		  		<g:HTMLPanel ui:field="zoneEnfants"></g:HTMLPanel>
36
		  	</g:HTMLPanel>
37
		</g:HTMLPanel>
38
	</g:FocusPanel>
1196 gduche 39
</ui:UiBinder>