Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
1024 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'>
1025 aurelien 5
  <ui:style>
6
     .tabPanelExample1
7
     {
8
         border: 3px solid green;
9
     }
10
 
11
     .panneauGestion {
12
		width:100%;
13
		height:100%;
14
		border:3px solid green;
15
		width:100%;
16
		height:100%
17
	 }
18
  </ui:style>
19
  <g:HorizontalPanel addStyleNames="{style.panneauGestion}">
20
  	<g:HTMLPanel>
21
		<div> Identifié en tant que &nbsp;</div>
22
  	</g:HTMLPanel>
23
  	<g:HTMLPanel ui:field="panneauFormulaireIdentification" />
24
  </g:HorizontalPanel>
1024 aurelien 25
 
26
</ui:UiBinder>