Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 50 Rev 59
Line 9... Line 9...
9
	<inherits name='com.google.gwt.user.theme.standard.Standard'/>
9
	<inherits name='com.google.gwt.user.theme.standard.Standard'/>
10
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
10
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
11
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
11
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
Line 12... Line 12...
12
 
12
 
13
	<!-- Other module inherits                                      -->
13
	<!-- Other module inherits                                      -->
Line 14... Line 14...
14
	<!-- <inherits name='com.gwtext.GwtExt' /> -->
14
	<inherits name="com.google.gwt.i18n.I18N"/>
15
 
15
 
Line 16... Line 16...
16
	<!-- Specify the app entry point class.                         -->
16
	<!-- Specify the app entry point class.                         -->
17
	<entry-point class='org.tela_botanica.client.Coel'/>
-
 
18
 
-
 
19
	<!-- Specify the application specific style sheet.              -->
17
	<entry-point class='org.tela_botanica.client.Coel'/>
Line 20... Line 18...
20
	<!-- <stylesheet src="js/ext/resources/css/ext-all.css" />		-->
18
 
21
	<!-- <stylesheet src="js/gxt/resources/css/ext-all.css" />		-->
-
 
22
	<stylesheet src='Coel.css' />
19
	<!-- Specify the application specific style sheet.              -->
Line 23... Line 20...
23
 
20
	<stylesheet src='Coel.css' />
24
	<!-- Specify the application specific Javascript.               -->
21