Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1637 Rev 1654
Line 379... Line 379...
379
	}
379
	}
Line 380... Line 380...
380
 
380
 
381
	public void ouvrirUrlExterne(String id) {
381
	public void ouvrirUrlExterne(String id) {
382
		if (id.equals(ComposantId.MENU_CEL)) {
382
		if (id.equals(ComposantId.MENU_CEL)) {
383
			Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("cel"), "Carnet en ligne", "");
-
 
384
		} else if (id.equals(ComposantId.MENU_BEL)) {
-
 
385
			Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("cel"), "Biblio en ligne", "");
383
			Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("cel"), "Carnet en ligne", "");
386
		} else if (id.equals(ComposantId.MENU_BOGUE)) {
384
		} else if (id.equals(ComposantId.MENU_BOGUE)) {
387
			Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("bogue"), "Bogue", "");
385
			Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("bogue"), "Bogue", "");
388
		} else if (id.equals(ComposantId.MENU_COMMENTAIRE)) {
386
		} else if (id.equals(ComposantId.MENU_COMMENTAIRE)) {
389
			Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("commentaire"), "Commentaire", "");
387
			Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("commentaire"), "Commentaire", "");
Line 1928... Line 1926...
1928
				Log.setNiveau(logLevel);
1926
				Log.setNiveau(logLevel);
1929
			}
1927
			}
1930
		}
1928
		}
1931
	}
1929
	}
Line 1932... Line -...
1932
 
-
 
1933
}
1930
 
-
 
1931
}