Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1025 → Rev 1026

/branches/cel3/src/log4j.properties
File deleted
/branches/cel3/src/org/tela_botanica/cel/client/vues/observation/PanneauPrincipalObservationVue.ui.xml
16,23 → 16,26
}
</ui:style>
 
<g:SplitLayoutPanel>
<g:SplitLayoutPanel addStyleNames="{style.panneau-cel}" >
<g:north size='30'>
<g:HTML addStyleNames="{style.panneau-cel}">ici il y aura la barre</g:HTML>
</g:north>
<g:west size='250'>
<g:HTML addStyleNames="{style.panneau-cel}">Ici il y aura les filtres !</g:HTML>
</g:west>
 
<g:center>
<g:VerticalSplitPanel>
<g:VerticalSplitPanel addStyleNames="{style.panneau-cel}">
<g:HTMLPanel addStyleNames="{style.panneauFormulaireSaisie}" ui:field="panneauFormulaireSaisieObservation" />
<g:HTMLPanel ui:field="panneauListeObservation" />
</g:VerticalSplitPanel>
</g:center>
</g:center>
<g:east size='250'>
<g:HTML addStyleNames="{style.panneau-cel}">Ici il y aura les infos supplémentaires !</g:HTML>
</g:east>
</g:east>
</g:SplitLayoutPanel>
 
</ui:UiBinder>
/branches/cel3/src/org/tela_botanica/cel/client/vues/general/CelPanneauPrincipalVue.ui.xml
13,11 → 13,11
height:100%
}
</ui:style>
<g:HTMLPanel addStyleNames="{style.panneauPrincipal}">
<g:VerticalPanel>
<g:DockLayoutPanel addStyleNames="{style.panneauPrincipal}">
<g:north size='50'>
<g:HTMLPanel ui:field="panneauGestionUtilisateur" />
</g:VerticalPanel>
<g:VerticalPanel>
</g:north>
<g:center>
<g:TabLayoutPanel addStyleNames="{style.tabPanelExample1}" ui:field="tabPanel" barUnit="PX" barHeight="20">
<g:tab>
<g:header>
24,7 → 24,7
Observations
</g:header>
<g:VerticalPanel addStyleNames="{style.panneauPrincipal}">
<g:HTMLPanel ui:field="panneauPrincipalObservation" />
<g:HTMLPanel ui:field="panneauPrincipalObservation" addStyleNames="{style.panneauPrincipal}" />
</g:VerticalPanel>
</g:tab>
<g:tab>
34,6 → 34,6
<g:HTML addStyleNames="{style.panneauPrincipal}"><h2>Hello tab 2</h2></g:HTML>
</g:tab>
</g:TabLayoutPanel>
</g:VerticalPanel>
</g:HTMLPanel>
</g:center>
</g:DockLayoutPanel>
</ui:UiBinder>
/branches/cel3/war/Cel.css
New file
0,0 → 1,4
/** Add css rules here for your application. */
body,html {
height: 100%
}
/branches/cel3/war/Cel.html
New file
0,0 → 1,44
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
<!-- above set at the top of the file will set -->
<!-- the browser's rendering engine into -->
<!-- "Quirks Mode". Replacing this declaration -->
<!-- with a "Standards Mode" doctype is supported, -->
<!-- but may lead to some differences in layout. -->
 
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 
<!-- -->
<!-- Consider inlining CSS to reduce the number of requested files -->
<!-- -->
 
 
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>Cel3</title>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="cel/cel.nocache.js"></script>
<script type="text/javascript" language="javascript" src="config.js"></script>
<link type="text/css" rel="stylesheet" href="Cel.css">
</head>
 
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
</body>
</html>