Subversion Repositories eFlore/Applications.del

Rev

Rev 1067 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">

<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
        xmlns:g='urn:import:com.google.gwt.user.client.ui'>

        <ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
        <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
        <ui:style src="comparaisonEflore.css" />
                
        <g:HTMLPanel >
            <g:HTMLPanel ui:field="formulaireRecherche"  styleName="{style.zoneComparaison}" />
        <g:HorizontalPanel  styleName="{style.zoneComparaison}" >
            
                <g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
                        <g:Label text="{constants.taxonADeterminer}" styleName="titre" />
                        <g:Label text="{constants.taxonADeterminer}" styleName="petit" />
                        <g:Image ui:field="imagePrincipale" />

                        <g:HTMLPanel styleName="{style.meta}">
                                <g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
                                <g:Label ui:field="nomAuteurTitre" text="{constants.observateur}" styleName="petit" />
                                <g:Label ui:field="nomAuteur" />
                                <g:Label ui:field="dateObservationTitre" text="{constants.dateObservation}" styleName="petit" />
                                <g:Label ui:field="dateObservation" />
                                <g:Label ui:field="familleTitre" text="{constants.famille}" styleName="petit" />
                                <g:Label ui:field="famille" />
                                <g:Label ui:field="commentairesTitre" text="{constants.commentaires}" styleName="petit" />
                                <g:Label ui:field="commentaires" />
                                <g:Label ui:field="motsClefsTitre" text="{constants.motsClefs}" styleName="petit" />
                                <g:Label ui:field="motsClefs" />
                                <g:Label ui:field="nomRetenuTitre" text="{constants.nomRetenu}" styleName="petit" />
                                <g:Label ui:field="nomRetenu" />
                                <g:Label ui:field="nomCommunTitre" styleName="petit" text="{constants.nomCommun}" />
                                <g:Label ui:field="nomCommun" />
                                <g:Label ui:field="localiteTitre" styleName="petit" text="{constants.lieuDuReleve}" />
                                <g:Label ui:field="localite"  />
                                <g:Label ui:field="milieuTitre" styleName="petit" text="{constants.milieu}" />
                                <g:Label ui:field="milieu"/>
                        </g:HTMLPanel>
                </g:VerticalPanel>
                
                <g:VerticalPanel styleName="{style.photoComparee} arrondi">
                        
                        <g:Label text="{constants.imageEflore}" styleName="titre" />
                        <g:Label ui:field="texteEflore" text="{constants.imageEflore}" styleName="petit" />
                        

                        <g:Image ui:field="imageEflore" />
                        <g:VerticalPanel ui:field="panneauChargement" styleName="{style.panneauChargement}" >
                                <g:Image url="./img/wait.gif" ></g:Image>
                        </g:VerticalPanel>
                        <g:HorizontalPanel styleName="{style.fleches}">
                                <g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}'
                                        styleName="gauche" visible="false" />
                                <g:Image ui:field="scrollRightImage" resource='{res.arrowRight}'
                                        styleName="droite" visible="false" />
                        </g:HorizontalPanel>

                        <g:HTMLPanel ui:field="metadonneesEflore" styleName="{style.meta}">
                                <g:Label text="{constants.metadonneesPhoto}" styleName="titre" />

                                <g:Label text="{constants.taxon}" styleName="petit" />
                                <g:Label ui:field="nomEspeceEflore" />

                                <g:Label text="{constants.localite}" styleName="petit" />
                                <g:Label ui:field="localiteEflore" />

                                <g:Label text="{constants.auteur}" styleName="petit" />
                                <g:Label ui:field="nomAuteurEflore" />

                                <g:Label text="{constants.transmisLe}" styleName="petit" />
                                <g:Label ui:field="dateObservationEflore" />
                        </g:HTMLPanel>
                </g:VerticalPanel>
        </g:HorizontalPanel>
        </g:HTMLPanel>
</ui:UiBinder>