Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
663 benjamin 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.vues.plateformedetermination.forum">
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
<ui:style src="forumIntervention.css" />
966 gduche 8
  	<g:HTMLPanel ui:field="proposition" styleName="{style.proposition}">
9
  		<g:Label ui:field="nom" styleName="{style.nom} gauche"/>
10
  		<g:Label text="le" styleName="{style.le} gauche petit"/>
11
  		<g:Label ui:field="date" styleName="{style.date} gauche petit"/>
968 gduche 12
  		<g:HTMLPanel styleName="gauche nettoyage" ui:field="zoneDetermination">
13
  			<g:Label text="Détermination proposée : " styleName="{style.determination} petit" />
14
  			<g:Label ui:field="nomTaxon" styleName="{style.nomtaxon}" />
15
  		</g:HTMLPanel>
966 gduche 16
 
968 gduche 17
  		 <g:HTMLPanel styleName="droite" ui:field="zoneVoter">
966 gduche 18
  			<g:Label text="Etes-vous d'accord ? " styleName="{style.daccord} petit gauche" />
19
  			<g:HTMLPanel ui:field="voter" styleName="{style.voter} gauche" />
20
  		</g:HTMLPanel>
21
 
22
  		<g:Label ui:field="commentaire" styleName="{style.commentaire}"/>
23
  	</g:HTMLPanel>
24
 
663 benjamin 25
</ui:UiBinder>