Subversion Repositories eFlore/Applications.del

Rev

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

<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="MotsClesImage.css" />
        <g:HTMLPanel styleName="{style.fenetreMotsCles}">
                <g:Label text="Saisir des mots clés" styleName="titre"/>
                <g:Image ui:field="image" styleName="gauche" />
                <g:HTMLPanel styleName="gauche {style.colonneDroite}">
                        <g:HTML styleName="{style.titrePanneau}" text="{constants.motsCles}"></g:HTML>
                        <g:HTMLPanel ui:field="zoneIconesMotsCles" styleName="{style.zoneIconesMotsCles}">
                        </g:HTMLPanel>
                        <g:HTMLPanel styleName="nettoyage">
                                <g:HTMLPanel styleName="{style.panneauSaisieMotsCles}" ui:field="saisieMotsCles"></g:HTMLPanel>
                        </g:HTMLPanel>
                        <g:HTMLPanel styleName="{style.listeMotsClesExistants}">
                                <g:HTMLPanel>
                                        <g:HTMLPanel styleName="gwt-HTML" ui:field="motsClesCel"></g:HTMLPanel>
                                </g:HTMLPanel>
                                <g:HTMLPanel>
                                        <g:HTMLPanel styleName="gwt-HTML" ui:field="motsCles"></g:HTMLPanel>
                                </g:HTMLPanel>
                        </g:HTMLPanel>
                        
                        <g:Button ui:field="validerMotsCles">Valider l'ajout des mots clés et fermer la fenetre</g:Button>
                </g:HTMLPanel>
                <g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
        </g:HTMLPanel>
        
        
</ui:UiBinder>