Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
303 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'>
5
 
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
7
<ui:style src="formulaireCommentaire.css" />
8
<g:VerticalPanel styleName="{style.formulaireProposition}">
663 benjamin 9
	<g:Label text="{constants.ajouterCommentaire}" styleName="titre"/>
303 aurelien 10
	<g:Label text="{constants.infoProposerDetermination}"  styleName="petit"/>
11
	<g:HTML><br /></g:HTML>
12
		<g:HorizontalPanel>
13
		  	  <g:VerticalPanel styleName="{style.colonneGauche}">
14
		  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
15
		  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
16
		  	  		<g:TextBox ui:field="nomPrenom" />
17
		  	  		<g:HTML><br /></g:HTML>
18
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
19
			  		<g:TextArea ui:field="commentaire" styleName="{style.commentaire}" />
20
		  		</g:VerticalPanel>
21
		  	</g:HorizontalPanel>
22
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationCommentaire" styleName="{style.boutonProposer}"/>
23
  </g:VerticalPanel>
24
</ui:UiBinder>