Subversion Repositories eFlore/Applications.del

Rev

Rev 1339 | 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"/>
1339 gduche 10
	<g:Label text="{constants.infoProposerCommentaire}"  styleName="petit"/>
303 aurelien 11
	<g:HTML><br /></g:HTML>
690 gduche 12
		<g:HTMLPanel>
13
		  	  <g:HTMLPanel styleName="{style.colonneGauche}">
303 aurelien 14
		  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
15
		  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
690 gduche 16
		  	  		<g:HTMLPanel styleName="{style.zoneNom}">
17
		  	  			<g:Label text="{constants.nom}" styleName="petit" />
18
		  	  			<g:TextBox ui:field="nom"/>
19
		  	  		</g:HTMLPanel>
20
		  	  		<g:HTMLPanel styleName="{style.zonePrenom}">
21
		  	  			<g:Label text="{constants.prenom}" styleName="petit" />
22
		  	  			<g:TextBox ui:field="prenom"/>
23
		  	  		</g:HTMLPanel>
24
 
25
		  	  		<g:HTMLPanel styleName="{style.zoneEmail}">
26
		  	  			<g:Label text="Votre adresse email : " styleName="petit" />
27
		  	  			<g:TextBox ui:field="courriel" />
28
		  	  		</g:HTMLPanel>
303 aurelien 29
		  	  		<g:HTML><br /></g:HTML>
30
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
31
			  		<g:TextArea ui:field="commentaire" styleName="{style.commentaire}" />
690 gduche 32
		  		</g:HTMLPanel>
33
		  	</g:HTMLPanel>
685 aurelien 34
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationCommentaire" styleName="{style.boutonProposer} arrondi"/>
303 aurelien 35
  </g:VerticalPanel>
36
</ui:UiBinder>