Added SubmitPanel, HelpPanel for PlanetLab and VINI
[sfa-gui.git] / Welcome.py
similarity index 83%
rename from Info.py
rename to Welcome.py
index 4fcf72a..3c7d664 100644 (file)
--- a/Info.py
@@ -1,7 +1,7 @@
 from Sink import Sink, SinkInfo
 from pyjamas.ui.HTML import HTML
 
-class Info(Sink):
+class Welcome(Sink):
     def __init__(self):
 
         Sink.__init__(self)
@@ -17,4 +17,4 @@ class Info(Sink):
 
 
 def init():
-    return SinkInfo("Info", "Introduction to the SFA Federation GUI", Info)
+    return SinkInfo("Welcome", "Welcome to the SFA Federation GUI", Welcome)