Subversion Repositories eFlore/Applications.del

Rev

Rev 394 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
178 benjamin 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
 
4
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
5
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
6
<ui:style src="image.css" />
7
 
8
	<g:HTMLPanel styleName="{style.observations}">
253 gduche 9
	<g:HTMLPanel styleName="{style.zoneDetail}">
372 gduche 10
 
363 gduche 11
		<g:Label ui:field="enSavoirPlus" text=" " styleName="{style.enSavoirPlus}"/>
12
		<g:Label ui:field="zoom" styleName="{style.zoom}"></g:Label>
253 gduche 13
 
447 gduche 14
		<g:HTMLPanel styleName="{style.zoneCache}" ui:field="zoneCache">
15
		   		<g:HTMLPanel ui:field="metadonnees"  styleName="{style.metadonnees}"/>
16
		</g:HTMLPanel>
253 gduche 17
	</g:HTMLPanel>
18
	<g:HTMLPanel styleName="{style.zoneImage}"><g:Image ui:field="imagePrincipale" resource='{res.logo}'/></g:HTMLPanel>
363 gduche 19
		<g:HTMLPanel styleName="{style.zonePlus}" ui:field="zonePlus">
20
			<g:Label ui:field="nomAuteur" styleName="petit">Auteur</g:Label>
21
			<g:Label ui:field="nomEspece" styleName="{style.espece}">Nom</g:Label>
22
		</g:HTMLPanel>
372 gduche 23
	<g:HTMLPanel styleName="{style.zoneVoter}"><g:HorizontalPanel ui:field="voter"/></g:HTMLPanel>
178 benjamin 24
 
25
	</g:HTMLPanel>
26
</ui:UiBinder>