Dummy panels for OpenCirrus
[sfa-gui.git] / HelpPanel.py
index e99ee0b..59e183a 100644 (file)
@@ -43,4 +43,17 @@ class VINIHelpPanel(HelpPanel):
         m += "them.</ol></p></div>"
         self.add(HTML(m))
 
+class OCHelpPanel(HelpPanel):        
+    def __init__(self):
+        HelpPanel.__init__(self)
+        m = "<div class='infoProse'>Steps to set up your slice:"
+        m += "<ol><li>Use the <b>Request</b> tab to request that some "
+        m += "VM instances be allocated to your slice." 
+        m += "<li>Use the <b>Instances</b> tab to get information on "
+        m += "running VM instances."
+        m += "<li>Under the <b>Submit</b> tab, click the <i>Apply</i> button "
+        m += "to submit your changes, or the <i>Reset</i> button to discard "
+        m += "them.</ol></p></div>"
+        self.add(HTML(m))
+