Subversion Repositories eFlore/Applications.del

Rev

Rev 978 | 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" />
1001 aurelien 8
  	<g:FocusPanel ui:field="proposition" styleName="{style.proposition}">
9
  		<g:HTMLPanel>
10
  			<g:FocusPanel ui:field="conteneurLienSuppression" styleName="{style.suppression}">
11
				<g:HTML ui:field="supprimer" />
12
			</g:FocusPanel>
13
	  		<g:Label ui:field="nom" styleName="{style.nom} gauche"/>
14
	  		<g:Label text="le" styleName="{style.le} gauche petit"/>
15
	  		<g:Label ui:field="date" styleName="{style.date} gauche petit"/>
16
	  		<g:HTMLPanel styleName="gauche nettoyage" ui:field="zoneDetermination">
17
	  			<g:Label text="Détermination proposée : " styleName="{style.determination} petit" />
18
	  			<g:Label ui:field="nomTaxon" styleName="{style.nomtaxon}" />
19
	  		</g:HTMLPanel>
20
 
21
	  		 <g:HTMLPanel styleName="droite" ui:field="zoneVoter">
22
	  			<g:Label text="Etes-vous d'accord ? " styleName="{style.daccord} petit gauche" />
23
	  			<g:HTMLPanel ui:field="voter" styleName="{style.voter} gauche" />
24
	  		</g:HTMLPanel>
25
 
26
	  		<g:Label ui:field="commentaire" styleName="{style.commentaire}"/>
27
 
28
	  		<g:Hyperlink text="Répondre" styleName="{style.repondre}" ui:field="repondre"/>
29
	  		<g:HTMLPanel ui:field="zoneEnfants"></g:HTMLPanel>
30
	  	</g:HTMLPanel>
31
	 </g:FocusPanel>
663 benjamin 32
</ui:UiBinder>