Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
649 |
gduche |
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:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
|
|
|
6 |
<ui:style src="ligneProtocole.css" />
|
|
|
7 |
<g:HorizontalPanel>
|
|
|
8 |
<g:Label ui:field="nom" styleName="{style.nomProtocole}" />
|
|
|
9 |
<g:HTMLPanel ui:field="zoneVote" />
|
|
|
10 |
</g:HorizontalPanel>
|
|
|
11 |
</ui:UiBinder>
|