Subversion Repositories eFlore/Applications.del

Rev

Rev 50 | Blame | 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.Ressources' />
        <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />

        <g:HTMLPanel>
                <g:VerticalPanel>
                        <g:HorizontalPanel>
                                <g:VerticalPanel>
                                <g:Label text="{constants.taxon_a_determiner} : " />
                                        <g:HorizontalPanel>
                                                <g:Image ui:field="imagePrincipale" />
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <g:Label text="{constants.nom_retenu} : " />
                                                <g:Label ui:field="nomEspece">Nom</g:Label>
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <g:Label text="{constants.observateur} : " />
                                                <g:Label ui:field="nomAuteur">Auteur</g:Label>
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <g:Label text="{constants.date_observation} : " />
                                                <g:Label ui:field="dateObservation">Date</g:Label>
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <g:Label text="{constants.famille} : " />
                                                <g:Label ui:field="famille">Famille</g:Label>
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <g:Label text="{constants.localite} : " />
                                                <g:Label ui:field="localite">Localite</g:Label>
                                        </g:HorizontalPanel>
                                </g:VerticalPanel>
                                <g:VerticalPanel>
                                        <g:Label text="{constants.image_eflore} : " />
                                        <g:HorizontalPanel>
                                                <g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' />
                                                <g:Image ui:field="imageEflore" />
                                                <g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' />
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <g:Label text="{constants.nom_retenu} : " />
                                                <g:Label ui:field="nomEspeceEflore">Nom</g:Label>
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <g:Label text="{constants.observateur} : " />
                                                <g:Label ui:field="nomAuteurEflore">Auteur</g:Label>
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <g:Label text="{constants.localite} : " />
                                                <g:Label ui:field="localiteEflore">Localite</g:Label>
                                                <g:Label ui:field="dateObservationEflore">Date</g:Label>
                                        </g:HorizontalPanel>
                                </g:VerticalPanel>
                        </g:HorizontalPanel>
                </g:VerticalPanel>
        </g:HTMLPanel>
</ui:UiBinder>