Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 2 Rev 4
Line 1... Line 1...
1
package org.tela_botanica.client;
1
package org.tela_botanica.client;
Line 2... Line 2...
2
 
2
 
-
 
3
import com.google.gwt.core.client.EntryPoint;
3
import com.google.gwt.core.client.EntryPoint;
4
import com.google.gwt.i18n.client.Dictionary;
4
import com.google.gwt.user.client.Window;
5
import com.google.gwt.user.client.Window;
5
import com.google.gwt.user.client.ui.DockPanel;
6
import com.google.gwt.user.client.ui.DockPanel;
Line 6... Line 7...
6
import com.google.gwt.user.client.ui.RootPanel;
7
import com.google.gwt.user.client.ui.RootPanel;
Line 69... Line 70...
69
	    if (shortcutHeight < 1)
70
	    if (shortcutHeight < 1)
70
	      shortcutHeight = 1;
71
	      shortcutHeight = 1;
71
	    shortcuts.setHeight("" + shortcutHeight);
72
	    shortcuts.setHeight("" + shortcutHeight);
Line 72... Line 73...
72
 
73
 
-
 
74
  }
-
 
75
  
-
 
76
public String getServiceBaseUrl() {
-
 
77
	  
-
 
78
	  Dictionary theme = Dictionary.getDictionary("Parameters");
-
 
79
	  return theme.get("serviceBaseUrl");
-
 
80
	  
-
 
81
 
-
 
82
	} 
-
 
83
  
73
  }
84