Subversion Repositories eFlore/Applications.del

Rev

Rev 685 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 685 Rev 690
Line 7... Line 7...
7
<ui:style src="formulaireCommentaire.css" />
7
<ui:style src="formulaireCommentaire.css" />
8
<g:VerticalPanel styleName="{style.formulaireProposition}">
8
<g:VerticalPanel styleName="{style.formulaireProposition}">
9
	<g:Label text="{constants.ajouterCommentaire}" styleName="titre"/>
9
	<g:Label text="{constants.ajouterCommentaire}" styleName="titre"/>
10
	<g:Label text="{constants.infoProposerDetermination}"  styleName="petit"/>
10
	<g:Label text="{constants.infoProposerDetermination}"  styleName="petit"/>
11
	<g:HTML><br /></g:HTML> 
11
	<g:HTML><br /></g:HTML> 
12
		<g:HorizontalPanel>
12
		<g:HTMLPanel>
13
		  	  <g:VerticalPanel styleName="{style.colonneGauche}">
13
		  	  <g:HTMLPanel styleName="{style.colonneGauche}">
14
		  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
14
		  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
15
		  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
15
		  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
-
 
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" />
16
		  	  		<g:TextBox ui:field="nomPrenom" />
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>
17
		  	  		<g:HTML><br /></g:HTML>
29
		  	  		<g:HTML><br /></g:HTML>
18
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
30
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
19
			  		<g:TextArea ui:field="commentaire" styleName="{style.commentaire}" />
31
			  		<g:TextArea ui:field="commentaire" styleName="{style.commentaire}" />
20
		  		</g:VerticalPanel>
32
		  		</g:HTMLPanel>
21
		  	</g:HorizontalPanel>
33
		  	</g:HTMLPanel>
22
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationCommentaire" styleName="{style.boutonProposer} arrondi"/>	  		
34
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationCommentaire" styleName="{style.boutonProposer} arrondi"/>	  		
23
  </g:VerticalPanel>
35
  </g:VerticalPanel>
24
</ui:UiBinder>
36
</ui:UiBinder>
25
37