Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1030 Rev 1031
Line 36... Line 36...
36
		        </g:tab>
36
		        </g:tab>
37
		        <g:tab>
37
		        <g:tab>
38
		            <g:header>
38
		            <g:header>
39
		                Images
39
		                Images
40
		            </g:header>
40
		            </g:header>
41
		            <g:HTML addStyleNames="{style.panneauPrincipal}"><h2>Hello tab 2</h2></g:HTML>
41
		            <g:VerticalPanel addStyleNames="{style.panneauPrincipal} ongletGeneral">
-
 
42
		            	<g:HTMLPanel ui:field="panneauPrincipalImage" addStyleNames="{style.panneauPrincipal}" />
-
 
43
		            </g:VerticalPanel>
42
		        </g:tab>
44
		        </g:tab>
43
	    	</g:TabLayoutPanel>
45
	    	</g:TabLayoutPanel>
44
		</g:center>
46
		</g:center>
45
	</g:DockLayoutPanel>
47
	</g:DockLayoutPanel>
46
</ui:UiBinder>
48
</ui:UiBinder>
47
49