from scaffold.core.widget import base_widget class control(base_widget): def create(self, appid): self.appid = appid return self def render(self): htm = '' % self.appid htm += '