Subversion Repositories eFlore/Applications.del

Rev

Rev 662 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 662 Rev 1026
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
4
	ui:generateLocales="default">
-
 
5
	<ui:with field='res'
5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
6
		type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
Line 7... Line 8...
7
 
8
 
-
 
9
	<ui:style src="observation.css" />
-
 
10
		
-
 
11
	<g:HTMLPanel styleName="{style.ligneObservation} limiteMin limiteMax">
-
 
12
		<g:HTMLPanel styleName="droite {style.listePropositions}">
-
 
13
			<g:HTMLPanel styleName="{style.panneauDeterminations}">
-
 
14
				<g:Label styleName="titre2 {style.titrePropositions}">Proposition des membres du réseau</g:Label>
-
 
15
				<g:HTMLPanel ui:field="determinationsPanel" />
-
 
16
				<g:Button ui:field="boutonAjoutProposition" styleName="bouton"
-
 
17
						text="{constants.proposerSaDetermination}" />
Line 8... Line -...
8
	<ui:style src="observation.css" />
-
 
9
 
-
 
10
	<g:HTMLPanel styleName="ligne {style.ligneObservation} ombre-faible limiteMin limiteMax arrondi">
-
 
11
		<g:HTMLPanel styleName="colonne quart">
-
 
12
			<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
18
			</g:HTMLPanel>
13
			<g:Label ui:field="lienDeterminer" styleName="acceder-outil {style.accesOutil}" text="{constants.voirFicheIndividu}" />
-
 
-
 
19
 
14
		</g:HTMLPanel>
20
		</g:HTMLPanel>
-
 
21
		<g:HTMLPanel styleName="ligne ombre-faible arrondi {style.observation}">
15
		
22
			<g:HTMLPanel styleName="colonne {style.colonneImages}">
-
 
23
				<g:Label ui:field="nomEspece" styleName="{style.nomEspece}"></g:Label>
-
 
24
				<g:HTMLPanel ui:field="imagesPanel" />
-
 
25
			</g:HTMLPanel>
-
 
26
			<g:HTMLPanel styleName="colonne">
-
 
27
				<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}" />
-
 
28
			</g:HTMLPanel>
-
 
29
			<g:HTML>
16
		<g:HTMLPanel styleName="colonne">
30
				<br class="nettoyage" />
17
			<g:HTMLPanel ui:field="imagesPanel" />
-
 
18
		</g:HTMLPanel>
-
 
19
		
-
 
20
		<g:HTMLPanel styleName="droite">
-
 
21
				<g:HTMLPanel styleName="{style.panneauDeterminations}">
-
 
22
					<g:HTMLPanel ui:field="determinationsPanel" />
-
 
23
					<g:Button ui:field="boutonAjoutProposition" styleName="bouton" text="{constants.proposerSaDetermination}" />
-
 
24
				</g:HTMLPanel>
-
 
25
		
-
 
26
		</g:HTMLPanel>
-
 
27
		
31
			</g:HTML>
-
 
32
		</g:HTMLPanel>
28
		<g:HTML><br class="nettoyage"/></g:HTML>
33
	</g:HTMLPanel>
29
	</g:HTMLPanel>
34