Subversion Repositories eFlore/Applications.cel

Rev

Rev 1030 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1030 Rev 1031
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 xmlns:ui="urn:ui:com.google.gwt.uibinder"
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
    xmlns:g="urn:import:com.google.gwt.user.client.ui"
3
    xmlns:g="urn:import:com.google.gwt.user.client.ui"
4
    xmlns:vues="urn:import:org.tela_botanica.cel.client.vues.observation">
4
    xmlns:vues="urn:import:org.tela_botanica.cel.client.vues.observation">
5
     <ui:style>
5
     <ui:style>
6
        .tabPanelExample1
6
        .tabPanelExample1
7
        {
7
        {
8
            border: 3px solid green;
8
            border: 3px solid green;
9
        }
9
        }
10
        
10
        
11
        .panneauPrincipal {
11
        .panneauPrincipal {
12
			width:100%;
12
			width:100%;
13
			height:100%;
13
			height:100%;
14
			padding:0;
14
			padding:0;
15
		}
15
		}
16
		
16
		
17
		 .classe {
17
		 .classe {
18
			width:100%;
18
			width:100%;
19
			height:100%;
19
			height:100%;
20
		}
20
		}
21
		
21
		
22
    </ui:style>
22
    </ui:style>
23
    <g:DockLayoutPanel addStyleNames="{style.panneauPrincipal}">
23
    <g:DockLayoutPanel addStyleNames="{style.panneauPrincipal}">
24
    	<g:north size='50'>
24
    	<g:north size='50'>
25
    		<g:HTMLPanel ui:field="panneauGestionUtilisateur" />
25
    		<g:HTMLPanel ui:field="panneauGestionUtilisateur" />
26
    	</g:north>
26
    	</g:north>
27
		<g:center>
27
		<g:center>
28
	    	<g:TabLayoutPanel addStyleNames="{style.tabPanelExample1}" ui:field="tabPanel" barUnit="PX" barHeight="20">
28
	    	<g:TabLayoutPanel addStyleNames="{style.tabPanelExample1}" ui:field="tabPanel" barUnit="PX" barHeight="20">
29
		        <g:tab addStyleNames="{style.panneauPrincipal}">
29
		        <g:tab addStyleNames="{style.panneauPrincipal}">
30
		            <g:header>
30
		            <g:header>
31
		                Observations
31
		                Observations
32
		            </g:header>
32
		            </g:header>
33
		            <g:VerticalPanel addStyleNames="{style.panneauPrincipal} ongletGeneral">
33
		            <g:VerticalPanel addStyleNames="{style.panneauPrincipal} ongletGeneral">
34
		            	<g:HTMLPanel ui:field="panneauPrincipalObservation" addStyleNames="{style.panneauPrincipal}" />
34
		            	<g:HTMLPanel ui:field="panneauPrincipalObservation" addStyleNames="{style.panneauPrincipal}" />
35
		            </g:VerticalPanel>
35
		            </g:VerticalPanel>
36
		        </g:tab>
36
		        </g:tab>
37
		        <g:tab>
37
		        <g:tab>
38
		            <g:header>
38
		            <g:header>
39
		                Images
39
		                Images
40
		            </g:header>
40
		            </g:header>
41
		            <g:HTML addStyleNames="{style.panneauPrincipal}"><h2>Hello tab 2</h2></g:HTML>
41
		            <g:VerticalPanel addStyleNames="{style.panneauPrincipal} ongletGeneral">
-
 
42
		            	<g:HTMLPanel ui:field="panneauPrincipalImage" addStyleNames="{style.panneauPrincipal}" />
-
 
43
		            </g:VerticalPanel>
42
		        </g:tab>
44
		        </g:tab>
43
	    	</g:TabLayoutPanel>
45
	    	</g:TabLayoutPanel>
44
		</g:center>
46
		</g:center>
45
	</g:DockLayoutPanel>
47
	</g:DockLayoutPanel>
46
</ui:UiBinder>
48
</ui:UiBinder>