Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1024 Rev 1025
Line 1... Line 1...
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
5
  xmlns:vues="urn:import:org.tela_botanica.client.vues.observation">
5
  xmlns:vues="urn:import:org.tela_botanica.cel.client.vues.observation">
6
  <ui:style>
6
  <ui:style>
7
     .panneau-cel
7
     .panneau-cel
8
     {
8
     {
-
 
9
		height: 100%;
-
 
10
		width: 100%;
9
         border: 3px solid green;
11
        border: 3px solid green;
10
     }
12
     }
-
 
13
     
-
 
14
     .panneauFormulaireSaisie {
-
 
15
		height: 350px;
-
 
16
	}
11
  </ui:style>
17
  </ui:style>
Line 12... Line 18...
12
 
18
 
Line 13... Line 19...
13
  <g:SplitLayoutPanel>
19
  <g:SplitLayoutPanel>
14
      
20
      
15
    <g:west size='250'>
21
    <g:west size='250'>
Line 16... Line 22...
16
    	<g:HTML addStyleNames="{style.panneau-cel}">Ici il y aura les filtres !</g:HTML>
22
    	<g:HTML addStyleNames="{style.panneau-cel}">Ici il y aura les filtres !</g:HTML>
17
    </g:west>
23
    </g:west>
18
 
24
 
19
    <g:center>
25
    <g:center>
20
		<g:VerticalSplitPanel addStyleNames="{style.panneau-cel}">
26
		<g:VerticalSplitPanel>
21
			<vues:FormulaireAutocompletion></vues:FormulaireAutocompletion>
27
			<g:HTMLPanel addStyleNames="{style.panneauFormulaireSaisie}" ui:field="panneauFormulaireSaisieObservation" />
Line 22... Line 28...
22
			<vues:ListeObservation></vues:ListeObservation>
28
			<g:HTMLPanel ui:field="panneauListeObservation" />
23
		</g:VerticalSplitPanel>
29
		</g:VerticalSplitPanel>