Subversion Repositories eFlore/Applications.del

Rev

Rev 238 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 238 Rev 262
Line 8... Line 8...
8
	<ui:style src="determinationVue.css" />
8
	<ui:style src="determinationVue.css" />
9
	<g:HorizontalPanel styleName="{style.zoneDetermination}">
9
	<g:HorizontalPanel styleName="{style.zoneDetermination}">
10
		<g:VerticalPanel styleName="{style.zoneDetailImage}">
10
		<g:VerticalPanel styleName="{style.zoneDetailImage}">
11
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
11
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
12
			<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
12
			<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
13
			<g:VerticalPanel ui:field="formulaireProposition" />  
-
 
14
		</g:VerticalPanel>
13
		</g:VerticalPanel>
15
	    <g:VerticalPanel styleName="{style.zoneVote}">
14
	    <g:VerticalPanel styleName="{style.zoneVote}">
16
	    	<g:VerticalPanel ui:field="vote" />
15
	    	<g:VerticalPanel ui:field="vote" />
17
	    	<g:VerticalPanel ui:field="barreRepartition" styleName="{style.zoneBarreRepartition} repartitionVoteTaxonPopulaire"/>
16
	    	<g:VerticalPanel ui:field="barreRepartition" styleName="{style.zoneBarreRepartition} repartitionVoteTaxonPopulaire"/>
18
			<g:HTML><br /></g:HTML>
17
			<g:HTML><br /></g:HTML>
19
			<g:VerticalPanel ui:field="forum" />
18
			<g:VerticalPanel ui:field="forum" />
20
			<g:HTML><br /></g:HTML>
19
	    	<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer}"  />
21
	    	
-
 
22
	    </g:VerticalPanel>
20
	    </g:VerticalPanel>
23
	</g:HorizontalPanel>
21
	</g:HorizontalPanel>
Line 24... Line 22...
24
 
22
 
25
</ui:UiBinder>
23
</ui:UiBinder>